#af00ff color space conversions
Hex:
        #af00ff
        RGB:
        175, 0, 255
        CMY:
        31, 100, 0
        CMYK:
        31, 100, 0, 0
      HSL:
        281°, 100.0000%, 50.0000%
        HSV (HSB):
        281°, 100.0000%, 100.0000%
        XYZ:
        35.7292, 16.3340, 95.8774
        xyY:
        0.2415, 0.1104, 16.3340
      CIE-Lab:
        47.4096, 87.5367, -82.3701
        CIE-LCH:
        47.4096, 120.1978, 316.7418
        CIE-Luv:
        47.4096, 33.0413, -129.2387
        Hunter-Lab:
        40.4153, 87.0764, -112.3632
      #af00ff color charts
#af00ff RGB chart
      #af00ff CMYK chart
      #af00ff RGB pie chart
      #af00ff color shades, tints & tones
#af00ff color schemes
#af00ff color preview, HTML & CSS examples
           This text has a color of #af00ff        
        
          <p style="color:#af00ff;">Text here</p>
        
        
          .mytext {color:#af00ff;}
        
        Text color #af00ff
      
           This box has a color of #af00ff        
        
          <div style="background-color:#af00ff;">Content here</div>
        
        
          .mybackground {background-color:#af00ff;}
        
        Background color #af00ff
      
           Border around this has a color of #af00ff        
        
          <div style="border:2px solid #af00ff;">Content here</div>
        
        
          .myborder {border:2px solid #af00ff;}
        
        Border color #af00ff