#a08dad color space conversions
Hex:
        #a08dad
        RGB:
        160, 141, 173
        CMY:
        37, 45, 32
        CMYK:
        8, 18, 0, 32
      HSL:
        276°, 16.3265%, 61.5686%
        HSV (HSB):
        276°, 18.4971%, 67.8431%
        XYZ:
        31.5649, 29.5405, 43.5734
        xyY:
        0.3015, 0.2822, 29.5405
      CIE-Lab:
        61.2557, 13.2532, -14.1846
        CIE-LCH:
        61.2557, 19.4126, 313.0558
        CIE-Luv:
        61.2557, 8.5355, -23.2335
        Hunter-Lab:
        54.3511, 8.5510, -9.4871
      #a08dad color charts
#a08dad RGB chart
      #a08dad CMYK chart
      #a08dad RGB pie chart
      #a08dad color shades, tints & tones
#a08dad color schemes
#a08dad color preview, HTML & CSS examples
           This text has a color of #a08dad        
        
          <p style="color:#a08dad;">Text here</p>
        
        
          .mytext {color:#a08dad;}
        
        Text color #a08dad
      
           This box has a color of #a08dad        
        
          <div style="background-color:#a08dad;">Content here</div>
        
        
          .mybackground {background-color:#a08dad;}
        
        Background color #a08dad
      
           Border around this has a color of #a08dad        
        
          <div style="border:2px solid #a08dad;">Content here</div>
        
        
          .myborder {border:2px solid #a08dad;}
        
        Border color #a08dad