#a04080 color space conversions
Hex:
        #a04080
        RGB:
        160, 64, 128
        CMY:
        37, 75, 50
        CMYK:
        0, 60, 20, 37
      HSL:
        320°, 42.8571%, 43.9216%
        HSV (HSB):
        320°, 60.0000%, 62.7451%
        XYZ:
        20.2269, 12.6989, 21.8071
        xyY:
        0.3696, 0.2320, 12.6989
      CIE-Lab:
        42.3060, 47.1965, -16.4878
        CIE-LCH:
        42.3060, 49.9936, 340.7435
        CIE-Luv:
        42.3060, 52.3380, -29.9405
        Hunter-Lab:
        35.6355, 38.9553, -11.3376
      #a04080 color charts
#a04080 RGB chart
      #a04080 CMYK chart
      #a04080 RGB pie chart
      #a04080 color shades, tints & tones
#a04080 color schemes
#a04080 color preview, HTML & CSS examples
           This text has a color of #a04080        
        
          <p style="color:#a04080;">Text here</p>
        
        
          .mytext {color:#a04080;}
        
        Text color #a04080
      
           This box has a color of #a04080        
        
          <div style="background-color:#a04080;">Content here</div>
        
        
          .mybackground {background-color:#a04080;}
        
        Background color #a04080
      
           Border around this has a color of #a04080        
        
          <div style="border:2px solid #a04080;">Content here</div>
        
        
          .myborder {border:2px solid #a04080;}
        
        Border color #a04080