#a2005e color space conversions
Hex:
        #a2005e
        RGB:
        162, 0, 94
        CMY:
        36, 100, 63
        CMYK:
        0, 100, 42, 36
      HSL:
        325°, 100.0000%, 31.7647%
        HSV (HSB):
        325°, 100.0000%, 63.5294%
        XYZ:
        16.9207, 8.4895, 11.3365
        xyY:
        0.4605, 0.2310, 8.4895
      CIE-Lab:
        34.9823, 61.5229, -6.1880
        CIE-LCH:
        34.9823, 61.8333, 354.2565
        CIE-Luv:
        34.9823, 82.6850, -18.0762
        Hunter-Lab:
        29.1368, 52.6712, -2.6727
      #a2005e color charts
#a2005e RGB chart
      #a2005e CMYK chart
      #a2005e RGB pie chart
      #a2005e color shades, tints & tones
#a2005e color schemes
#a2005e color preview, HTML & CSS examples
           This text has a color of #a2005e        
        
          <p style="color:#a2005e;">Text here</p>
        
        
          .mytext {color:#a2005e;}
        
        Text color #a2005e
      
           This box has a color of #a2005e        
        
          <div style="background-color:#a2005e;">Content here</div>
        
        
          .mybackground {background-color:#a2005e;}
        
        Background color #a2005e
      
           Border around this has a color of #a2005e        
        
          <div style="border:2px solid #a2005e;">Content here</div>
        
        
          .myborder {border:2px solid #a2005e;}
        
        Border color #a2005e