#af7abc color space conversions
Hex:
        #af7abc
        RGB:
        175, 122, 188
        CMY:
        31, 52, 26
        CMYK:
        7, 35, 0, 26
      HSL:
        288°, 33.0000%, 60.7843%
        HSV (HSB):
        288°, 35.1064%, 73.7255%
        XYZ:
        33.7158, 26.6639, 50.9466
        xyY:
        0.3029, 0.2395, 26.6639
      CIE-Lab:
        58.6619, 32.1260, -26.5405
        CIE-LCH:
        58.6619, 41.6710, 320.4386
        CIE-Luv:
        58.6619, 24.4803, -45.1321
        Hunter-Lab:
        51.6371, 26.1847, -22.3512
      #af7abc color charts
#af7abc RGB chart
      #af7abc CMYK chart
      #af7abc RGB pie chart
      #af7abc color shades, tints & tones
#af7abc color schemes
#af7abc color preview, HTML & CSS examples
           This text has a color of #af7abc        
        
          <p style="color:#af7abc;">Text here</p>
        
        
          .mytext {color:#af7abc;}
        
        Text color #af7abc
      
           This box has a color of #af7abc        
        
          <div style="background-color:#af7abc;">Content here</div>
        
        
          .mybackground {background-color:#af7abc;}
        
        Background color #af7abc
      
           Border around this has a color of #af7abc        
        
          <div style="border:2px solid #af7abc;">Content here</div>
        
        
          .myborder {border:2px solid #af7abc;}
        
        Border color #af7abc