#a196be color space conversions
Hex:
        #a196be
        RGB:
        161, 150, 190
        CMY:
        37, 41, 25
        CMYK:
        15, 21, 0, 25
      HSL:
        257°, 23.5294%, 66.6667%
        HSV (HSB):
        257°, 21.0526%, 74.5098%
        XYZ:
        34.8986, 33.1075, 53.2662
        xyY:
        0.2878, 0.2730, 33.1075
      CIE-Lab:
        64.2478, 12.1399, -19.2312
        CIE-LCH:
        64.2478, 22.7424, 302.2626
        CIE-Luv:
        64.2478, 3.4140, -31.1685
        Hunter-Lab:
        57.5391, 7.5702, -14.6098
      #a196be color charts
#a196be RGB chart
      #a196be CMYK chart
      #a196be RGB pie chart
      #a196be color shades, tints & tones
#a196be color schemes
#a196be color preview, HTML & CSS examples
           This text has a color of #a196be        
        
          <p style="color:#a196be;">Text here</p>
        
        
          .mytext {color:#a196be;}
        
        Text color #a196be
      
           This box has a color of #a196be        
        
          <div style="background-color:#a196be;">Content here</div>
        
        
          .mybackground {background-color:#a196be;}
        
        Background color #a196be
      
           Border around this has a color of #a196be        
        
          <div style="border:2px solid #a196be;">Content here</div>
        
        
          .myborder {border:2px solid #a196be;}
        
        Border color #a196be