#af00cf color space conversions
Hex:
        #af00cf
        RGB:
        175, 0, 207
        CMY:
        31, 100, 19
        CMYK:
        15, 100, 0, 19
      HSL:
        291°, 100.0000%, 40.5882%
        HSV (HSB):
        291°, 100.0000%, 81.1765%
        XYZ:
        28.9417, 13.6190, 60.1348
        xyY:
        0.2818, 0.1326, 13.6190
      CIE-Lab:
        43.6814, 79.1337, -61.1922
        CIE-LCH:
        43.6814, 100.0331, 322.2861
        CIE-Luv:
        43.6814, 46.5870, -97.6760
        Hunter-Lab:
        36.9039, 75.4060, -70.7803
      #af00cf color charts
#af00cf RGB chart
      #af00cf CMYK chart
      #af00cf RGB pie chart
      #af00cf color shades, tints & tones
#af00cf color schemes
#af00cf color preview, HTML & CSS examples
           This text has a color of #af00cf        
        
          <p style="color:#af00cf;">Text here</p>
        
        
          .mytext {color:#af00cf;}
        
        Text color #af00cf
      
           This box has a color of #af00cf        
        
          <div style="background-color:#af00cf;">Content here</div>
        
        
          .mybackground {background-color:#af00cf;}
        
        Background color #af00cf
      
           Border around this has a color of #af00cf        
        
          <div style="border:2px solid #af00cf;">Content here</div>
        
        
          .myborder {border:2px solid #af00cf;}
        
        Border color #af00cf