#a100ae color space conversions
Hex:
        #a100ae
        RGB:
        161, 0, 174
        CMY:
        37, 100, 32
        CMYK:
        7, 100, 0, 32
      HSL:
        296°, 100.0000%, 34.1176%
        HSV (HSB):
        296°, 100.0000%, 68.2353%
        XYZ:
        22.3379, 10.6331, 40.9194
        xyY:
        0.3023, 0.1439, 10.6331
      CIE-Lab:
        38.9554, 71.6820, -49.5781
        CIE-LCH:
        38.9554, 87.1568, 325.3307
        CIE-Luv:
        38.9554, 48.3677, -78.0667
        Hunter-Lab:
        32.6084, 65.2144, -51.5757
      #a100ae color charts
#a100ae RGB chart
      #a100ae CMYK chart
      #a100ae RGB pie chart
      #a100ae color shades, tints & tones
#a100ae color schemes
#a100ae color preview, HTML & CSS examples
           This text has a color of #a100ae        
        
          <p style="color:#a100ae;">Text here</p>
        
        
          .mytext {color:#a100ae;}
        
        Text color #a100ae
      
           This box has a color of #a100ae        
        
          <div style="background-color:#a100ae;">Content here</div>
        
        
          .mybackground {background-color:#a100ae;}
        
        Background color #a100ae
      
           Border around this has a color of #a100ae        
        
          <div style="border:2px solid #a100ae;">Content here</div>
        
        
          .myborder {border:2px solid #a100ae;}
        
        Border color #a100ae