#a00dad color space conversions
Hex:
        #a00dad
        RGB:
        160, 13, 173
        CMY:
        37, 95, 32
        CMYK:
        8, 92, 0, 32
      HSL:
        295°, 86.0215%, 36.4706%
        HSV (HSB):
        295°, 92.4855%, 67.8431%
        XYZ:
        22.1840, 10.7786, 40.4464
        xyY:
        0.3022, 0.1468, 10.7786
      CIE-Lab:
        39.2050, 69.8959, -48.5896
        CIE-LCH:
        39.2050, 85.1257, 325.1941
        CIE-Luv:
        39.2050, 47.3505, -76.6997
        Hunter-Lab:
        32.8307, 63.1600, -50.0619
      #a00dad color charts
#a00dad RGB chart
      #a00dad CMYK chart
      #a00dad RGB pie chart
      #a00dad color shades, tints & tones
#a00dad color schemes
#a00dad color preview, HTML & CSS examples
           This text has a color of #a00dad        
        
          <p style="color:#a00dad;">Text here</p>
        
        
          .mytext {color:#a00dad;}
        
        Text color #a00dad
      
           This box has a color of #a00dad        
        
          <div style="background-color:#a00dad;">Content here</div>
        
        
          .mybackground {background-color:#a00dad;}
        
        Background color #a00dad
      
           Border around this has a color of #a00dad        
        
          <div style="border:2px solid #a00dad;">Content here</div>
        
        
          .myborder {border:2px solid #a00dad;}
        
        Border color #a00dad