#a800fa color space conversions
Hex:
        #a800fa
        RGB:
        168, 0, 250
        CMY:
        34, 100, 2
        CMYK:
        33, 100, 0, 2
      HSL:
        280°, 100.0000%, 49.0196%
        HSV (HSB):
        280°, 100.0000%, 98.0392%
        XYZ:
        33.4038, 15.2270, 91.6210
        xyY:
        0.2382, 0.1086, 15.2270
      CIE-Lab:
        45.9435, 85.8513, -82.0181
        CIE-LCH:
        45.9435, 118.7325, 316.3081
        CIE-Luv:
        45.9435, 30.5384, -127.2053
        Hunter-Lab:
        39.0217, 84.5133, -111.8946
      #a800fa color charts
#a800fa RGB chart
      #a800fa CMYK chart
      #a800fa RGB pie chart
      #a800fa color shades, tints & tones
#a800fa color schemes
#a800fa color preview, HTML & CSS examples
           This text has a color of #a800fa        
        
          <p style="color:#a800fa;">Text here</p>
        
        
          .mytext {color:#a800fa;}
        
        Text color #a800fa
      
           This box has a color of #a800fa        
        
          <div style="background-color:#a800fa;">Content here</div>
        
        
          .mybackground {background-color:#a800fa;}
        
        Background color #a800fa
      
           Border around this has a color of #a800fa        
        
          <div style="border:2px solid #a800fa;">Content here</div>
        
        
          .myborder {border:2px solid #a800fa;}
        
        Border color #a800fa