#af64cf color space conversions
Hex:
        #af64cf
        RGB:
        175, 100, 207
        CMY:
        31, 61, 19
        CMYK:
        15, 52, 0, 19
      HSL:
        282°, 52.7094%, 60.1961%
        HSV (HSB):
        282°, 51.6908%, 81.1765%
        XYZ:
        33.4989, 22.7333, 61.6539
        xyY:
        0.2842, 0.1928, 22.7333
      CIE-Lab:
        54.7966, 48.0260, -43.3984
        CIE-LCH:
        54.7966, 64.7296, 317.8977
        CIE-Luv:
        54.7966, 29.6829, -73.1069
        Hunter-Lab:
        47.6794, 41.9723, -43.2918
      #af64cf color charts
#af64cf RGB chart
      #af64cf CMYK chart
      #af64cf RGB pie chart
      #af64cf color shades, tints & tones
#af64cf color schemes
#af64cf color preview, HTML & CSS examples
           This text has a color of #af64cf        
        
          <p style="color:#af64cf;">Text here</p>
        
        
          .mytext {color:#af64cf;}
        
        Text color #af64cf
      
           This box has a color of #af64cf        
        
          <div style="background-color:#af64cf;">Content here</div>
        
        
          .mybackground {background-color:#af64cf;}
        
        Background color #af64cf
      
           Border around this has a color of #af64cf        
        
          <div style="border:2px solid #af64cf;">Content here</div>
        
        
          .myborder {border:2px solid #af64cf;}
        
        Border color #af64cf