#a024be color space conversions
Hex:
        #a024be
        RGB:
        160, 36, 190
        CMY:
        37, 86, 25
        CMYK:
        16, 81, 0, 25
      HSL:
        288°, 68.1416%, 44.3137%
        HSV (HSB):
        288°, 81.0526%, 74.5098%
        XYZ:
        24.4223, 12.4530, 49.8317
        xyY:
        0.2817, 0.1436, 12.4530
      CIE-Lab:
        41.9273, 68.1860, -54.2523
        CIE-LCH:
        41.9273, 87.1357, 321.4924
        CIE-Luv:
        41.9273, 39.7798, -85.9146
        Hunter-Lab:
        35.2889, 61.7789, -59.0216
      #a024be color charts
#a024be RGB chart
      #a024be CMYK chart
      #a024be RGB pie chart
      #a024be color shades, tints & tones
#a024be color schemes
#a024be color preview, HTML & CSS examples
           This text has a color of #a024be        
        
          <p style="color:#a024be;">Text here</p>
        
        
          .mytext {color:#a024be;}
        
        Text color #a024be
      
           This box has a color of #a024be        
        
          <div style="background-color:#a024be;">Content here</div>
        
        
          .mybackground {background-color:#a024be;}
        
        Background color #a024be
      
           Border around this has a color of #a024be        
        
          <div style="border:2px solid #a024be;">Content here</div>
        
        
          .myborder {border:2px solid #a024be;}
        
        Border color #a024be