#a02aec color space conversions
Hex:
        #a02aec
        RGB:
        160, 42, 236
        CMY:
        37, 84, 7
        CMYK:
        32, 82, 0, 7
      HSL:
        276°, 83.6207%, 54.5098%
        HSV (HSB):
        276°, 82.2034%, 92.5490%
        XYZ:
        30.4655, 15.1856, 80.6823
        xyY:
        0.2412, 0.1202, 15.1856
      CIE-Lab:
        45.8874, 75.4281, -74.2798
        CIE-LCH:
        45.8874, 105.8626, 315.4394
        CIE-Luv:
        45.8874, 27.2852, -116.4183
        Hunter-Lab:
        38.9688, 71.3547, -95.4780
      #a02aec color charts
#a02aec RGB chart
      #a02aec CMYK chart
      #a02aec RGB pie chart
      #a02aec color shades, tints & tones
#a02aec color schemes
#a02aec color preview, HTML & CSS examples
           This text has a color of #a02aec        
        
          <p style="color:#a02aec;">Text here</p>
        
        
          .mytext {color:#a02aec;}
        
        Text color #a02aec
      
           This box has a color of #a02aec        
        
          <div style="background-color:#a02aec;">Content here</div>
        
        
          .mybackground {background-color:#a02aec;}
        
        Background color #a02aec
      
           Border around this has a color of #a02aec        
        
          <div style="border:2px solid #a02aec;">Content here</div>
        
        
          .myborder {border:2px solid #a02aec;}
        
        Border color #a02aec