#af32ed color space conversions
Hex:
        #af32ed
        RGB:
        175, 50, 237
        CMY:
        31, 80, 7
        CMYK:
        26, 79, 0, 7
      HSL:
        280°, 83.8565%, 56.2745%
        HSV (HSB):
        280°, 78.9030%, 92.9412%
        XYZ:
        34.1059, 17.5096, 81.7029
        xyY:
        0.2558, 0.1313, 17.5096
      CIE-Lab:
        48.8958, 75.5808, -69.8529
        CIE-LCH:
        48.8958, 102.9168, 317.2554
        CIE-Luv:
        48.8958, 34.2802, -112.8338
        Hunter-Lab:
        41.8445, 72.2609, -86.4748
      #af32ed color charts
#af32ed RGB chart
      #af32ed CMYK chart
      #af32ed RGB pie chart
      #af32ed color shades, tints & tones
#af32ed color schemes
#af32ed color preview, HTML & CSS examples
           This text has a color of #af32ed        
        
          <p style="color:#af32ed;">Text here</p>
        
        
          .mytext {color:#af32ed;}
        
        Text color #af32ed
      
           This box has a color of #af32ed        
        
          <div style="background-color:#af32ed;">Content here</div>
        
        
          .mybackground {background-color:#af32ed;}
        
        Background color #af32ed
      
           Border around this has a color of #af32ed        
        
          <div style="border:2px solid #af32ed;">Content here</div>
        
        
          .myborder {border:2px solid #af32ed;}
        
        Border color #af32ed