#a0a0ca color space conversions
Hex:
        #a0a0ca
        RGB:
        160, 160, 202
        CMY:
        37, 37, 21
        CMYK:
        21, 21, 0, 21
      HSL:
        240°, 28.3784%, 70.9804%
        HSV (HSB):
        240°, 20.7921%, 79.2157%
        XYZ:
        37.7287, 36.8795, 61.0070
        xyY:
        0.2782, 0.2719, 36.8795
      CIE-Lab:
        67.1865, 8.9012, -21.4558
        CIE-LCH:
        67.1865, 23.2289, 292.5317
        CIE-Luv:
        67.1865, -2.4848, -34.4767
        Hunter-Lab:
        60.7285, 4.6216, -17.0521
      #a0a0ca color charts
#a0a0ca RGB chart
      #a0a0ca CMYK chart
      #a0a0ca RGB pie chart
      #a0a0ca color shades, tints & tones
#a0a0ca color schemes
#a0a0ca color preview, HTML & CSS examples
           This text has a color of #a0a0ca        
        
          <p style="color:#a0a0ca;">Text here</p>
        
        
          .mytext {color:#a0a0ca;}
        
        Text color #a0a0ca
      
           This box has a color of #a0a0ca        
        
          <div style="background-color:#a0a0ca;">Content here</div>
        
        
          .mybackground {background-color:#a0a0ca;}
        
        Background color #a0a0ca
      
           Border around this has a color of #a0a0ca        
        
          <div style="border:2px solid #a0a0ca;">Content here</div>
        
        
          .myborder {border:2px solid #a0a0ca;}
        
        Border color #a0a0ca