#a020ac color space conversions
Hex:
        #a020ac
        RGB:
        160, 32, 172
        CMY:
        37, 87, 33
        CMYK:
        7, 81, 0, 33
      HSL:
        295°, 68.6275%, 40.0000%
        HSV (HSB):
        295°, 81.3953%, 67.4510%
        XYZ:
        22.4601, 11.4852, 40.0628
        xyY:
        0.3035, 0.1552, 11.4852
      CIE-Lab:
        40.3859, 66.0779, -46.0976
        CIE-LCH:
        40.3859, 80.5684, 325.0994
        CIE-Luv:
        40.3859, 45.9048, -73.5609
        Hunter-Lab:
        33.8898, 58.9920, -46.3669
      #a020ac color charts
#a020ac RGB chart
      #a020ac CMYK chart
      #a020ac RGB pie chart
      #a020ac color shades, tints & tones
#a020ac color schemes
#a020ac color preview, HTML & CSS examples
           This text has a color of #a020ac        
        
          <p style="color:#a020ac;">Text here</p>
        
        
          .mytext {color:#a020ac;}
        
        Text color #a020ac
      
           This box has a color of #a020ac        
        
          <div style="background-color:#a020ac;">Content here</div>
        
        
          .mybackground {background-color:#a020ac;}
        
        Background color #a020ac
      
           Border around this has a color of #a020ac        
        
          <div style="border:2px solid #a020ac;">Content here</div>
        
        
          .myborder {border:2px solid #a020ac;}
        
        Border color #a020ac