#a500ac color space conversions
Hex:
        #a500ac
        RGB:
        165, 0, 172
        CMY:
        35, 100, 33
        CMYK:
        4, 100, 0, 33
      HSL:
        298°, 100.0000%, 33.7255%
        HSV (HSB):
        298°, 100.0000%, 67.4510%
        XYZ:
        22.9634, 10.9779, 39.9384
        xyY:
        0.3108, 0.1486, 10.9779
      CIE-Lab:
        39.5432, 72.0022, -47.4019
        CIE-LCH:
        39.5432, 86.2048, 326.6415
        CIE-Luv:
        39.5432, 51.8808, -75.5551
        Hunter-Lab:
        33.1329, 65.7306, -48.2751
      #a500ac color charts
#a500ac RGB chart
      #a500ac CMYK chart
      #a500ac RGB pie chart
      #a500ac color shades, tints & tones
#a500ac color schemes
#a500ac color preview, HTML & CSS examples
           This text has a color of #a500ac        
        
          <p style="color:#a500ac;">Text here</p>
        
        
          .mytext {color:#a500ac;}
        
        Text color #a500ac
      
           This box has a color of #a500ac        
        
          <div style="background-color:#a500ac;">Content here</div>
        
        
          .mybackground {background-color:#a500ac;}
        
        Background color #a500ac
      
           Border around this has a color of #a500ac        
        
          <div style="border:2px solid #a500ac;">Content here</div>
        
        
          .myborder {border:2px solid #a500ac;}
        
        Border color #a500ac