#af14ed color space conversions
Hex:
        #af14ed
        RGB:
        175, 20, 237
        CMY:
        31, 92, 7
        CMYK:
        26, 92, 0, 7
      HSL:
        283°, 85.7708%, 50.3922%
        HSV (HSB):
        283°, 91.5612%, 92.9412%
        XYZ:
        33.2154, 15.7287, 81.4061
        xyY:
        0.2548, 0.1207, 15.7287
      CIE-Lab:
        46.6165, 82.2859, -73.5623
        CIE-LCH:
        46.6165, 110.3738, 318.2038
        CIE-Luv:
        46.6165, 36.9464, -116.7123
        Hunter-Lab:
        39.6594, 80.0927, -93.9388
      #af14ed color charts
#af14ed RGB chart
      #af14ed CMYK chart
      #af14ed RGB pie chart
      #af14ed color shades, tints & tones
#af14ed color schemes
#af14ed color preview, HTML & CSS examples
           This text has a color of #af14ed        
        
          <p style="color:#af14ed;">Text here</p>
        
        
          .mytext {color:#af14ed;}
        
        Text color #af14ed
      
           This box has a color of #af14ed        
        
          <div style="background-color:#af14ed;">Content here</div>
        
        
          .mybackground {background-color:#af14ed;}
        
        Background color #af14ed
      
           Border around this has a color of #af14ed        
        
          <div style="border:2px solid #af14ed;">Content here</div>
        
        
          .myborder {border:2px solid #af14ed;}
        
        Border color #af14ed