#af50dc color space conversions
Hex:
        #af50dc
        RGB:
        175, 80, 220
        CMY:
        31, 69, 14
        CMYK:
        20, 64, 0, 14
      HSL:
        281°, 66.6667%, 58.8235%
        HSV (HSB):
        281°, 63.6364%, 86.2745%
        XYZ:
        33.4661, 20.0186, 69.8103
        xyY:
        0.2714, 0.1624, 20.0186
      CIE-Lab:
        51.8582, 60.5762, -55.4610
        CIE-LCH:
        51.8582, 82.1303, 317.5241
        CIE-Luv:
        51.8582, 32.7695, -92.1194
        Hunter-Lab:
        44.7421, 55.2153, -61.1895
      #af50dc color charts
#af50dc RGB chart
      #af50dc CMYK chart
      #af50dc RGB pie chart
      #af50dc color shades, tints & tones
#af50dc color schemes
#af50dc color preview, HTML & CSS examples
           This text has a color of #af50dc        
        
          <p style="color:#af50dc;">Text here</p>
        
        
          .mytext {color:#af50dc;}
        
        Text color #af50dc
      
           This box has a color of #af50dc        
        
          <div style="background-color:#af50dc;">Content here</div>
        
        
          .mybackground {background-color:#af50dc;}
        
        Background color #af50dc
      
           Border around this has a color of #af50dc        
        
          <div style="border:2px solid #af50dc;">Content here</div>
        
        
          .myborder {border:2px solid #af50dc;}
        
        Border color #af50dc