#af128b color space conversions
Hex:
        #af128b
        RGB:
        175, 18, 139
        CMY:
        31, 93, 45
        CMYK:
        0, 90, 21, 31
      HSL:
        314°, 81.3472%, 37.8431%
        HSV (HSB):
        314°, 89.7143%, 68.6275%
        XYZ:
        22.5557, 11.4107, 25.4398
        xyY:
        0.3797, 0.1921, 11.4107
      CIE-Lab:
        40.2637, 67.0426, -26.1758
        CIE-LCH:
        40.2637, 71.9714, 338.6726
        CIE-Luv:
        40.2637, 71.3305, -46.0774
        Hunter-Lab:
        33.7797, 60.0755, -21.0061
      #af128b color charts
#af128b RGB chart
      #af128b CMYK chart
      #af128b RGB pie chart
      #af128b color shades, tints & tones
#af128b color schemes
#af128b color preview, HTML & CSS examples
           This text has a color of #af128b        
        
          <p style="color:#af128b;">Text here</p>
        
        
          .mytext {color:#af128b;}
        
        Text color #af128b
      
           This box has a color of #af128b        
        
          <div style="background-color:#af128b;">Content here</div>
        
        
          .mybackground {background-color:#af128b;}
        
        Background color #af128b
      
           Border around this has a color of #af128b        
        
          <div style="border:2px solid #af128b;">Content here</div>
        
        
          .myborder {border:2px solid #af128b;}
        
        Border color #af128b