#a80fcd color space conversions
Hex:
        #a80fcd
        RGB:
        168, 15, 205
        CMY:
        34, 94, 20
        CMYK:
        18, 93, 0, 20
      HSL:
        288°, 86.3636%, 43.1373%
        HSV (HSB):
        288°, 92.6829%, 80.3922%
        XYZ:
        27.3387, 13.0743, 58.8403
        xyY:
        0.2754, 0.1317, 13.0743
      CIE-Lab:
        42.8749, 76.2815, -61.3967
        CIE-LCH:
        42.8749, 97.9205, 321.1704
        CIE-Luv:
        42.8749, 42.1183, -97.0644
        Hunter-Lab:
        36.1583, 71.6838, -71.1715
      #a80fcd color charts
#a80fcd RGB chart
      #a80fcd CMYK chart
      #a80fcd RGB pie chart
      #a80fcd color shades, tints & tones
#a80fcd color schemes
#a80fcd color preview, HTML & CSS examples
           This text has a color of #a80fcd        
        
          <p style="color:#a80fcd;">Text here</p>
        
        
          .mytext {color:#a80fcd;}
        
        Text color #a80fcd
      
           This box has a color of #a80fcd        
        
          <div style="background-color:#a80fcd;">Content here</div>
        
        
          .mybackground {background-color:#a80fcd;}
        
        Background color #a80fcd
      
           Border around this has a color of #a80fcd        
        
          <div style="border:2px solid #a80fcd;">Content here</div>
        
        
          .myborder {border:2px solid #a80fcd;}
        
        Border color #a80fcd