#a01aea color space conversions
Hex:
        #a01aea
        RGB:
        160, 26, 234
        CMY:
        37, 90, 8
        CMYK:
        32, 89, 0, 8
      HSL:
        279°, 83.2000%, 50.9804%
        HSV (HSB):
        279°, 88.8889%, 91.7647%
        XYZ:
        29.7179, 14.1529, 79.0074
        xyY:
        0.2418, 0.1152, 14.1529
      CIE-Lab:
        44.4514, 78.7956, -75.4946
        CIE-LCH:
        44.4514, 109.1246, 316.2256
        CIE-Luv:
        44.4514, 29.0720, -116.9803
        Hunter-Lab:
        37.6203, 75.1691, -98.1822
      #a01aea color charts
#a01aea RGB chart
      #a01aea CMYK chart
      #a01aea RGB pie chart
      #a01aea color shades, tints & tones
#a01aea color schemes
#a01aea color preview, HTML & CSS examples
           This text has a color of #a01aea        
        
          <p style="color:#a01aea;">Text here</p>
        
        
          .mytext {color:#a01aea;}
        
        Text color #a01aea
      
           This box has a color of #a01aea        
        
          <div style="background-color:#a01aea;">Content here</div>
        
        
          .mybackground {background-color:#a01aea;}
        
        Background color #a01aea
      
           Border around this has a color of #a01aea        
        
          <div style="border:2px solid #a01aea;">Content here</div>
        
        
          .myborder {border:2px solid #a01aea;}
        
        Border color #a01aea