#a8284b color space conversions
Hex:
        #a8284b
        RGB:
        168, 40, 75
        CMY:
        34, 84, 71
        CMYK:
        0, 76, 55, 34
      HSL:
        344°, 61.5385%, 40.7843%
        HSV (HSB):
        344°, 76.1905%, 65.8824%
        XYZ:
        18.1772, 10.3504, 7.6964
        xyY:
        0.5018, 0.2857, 10.3504
      CIE-Lab:
        38.4641, 53.3120, 11.2100
        CIE-LCH:
        38.4641, 54.4778, 11.8747
        CIE-Luv:
        38.4641, 86.0747, 2.8371
        Hunter-Lab:
        32.1721, 44.5515, 8.3367
      #a8284b color charts
#a8284b RGB chart
      #a8284b CMYK chart
      #a8284b RGB pie chart
      #a8284b color shades, tints & tones
#a8284b color schemes
#a8284b color preview, HTML & CSS examples
           This text has a color of #a8284b        
        
          <p style="color:#a8284b;">Text here</p>
        
        
          .mytext {color:#a8284b;}
        
        Text color #a8284b
      
           This box has a color of #a8284b        
        
          <div style="background-color:#a8284b;">Content here</div>
        
        
          .mybackground {background-color:#a8284b;}
        
        Background color #a8284b
      
           Border around this has a color of #a8284b        
        
          <div style="border:2px solid #a8284b;">Content here</div>
        
        
          .myborder {border:2px solid #a8284b;}
        
        Border color #a8284b