#a225ec color space conversions
Hex:
        #a225ec
        RGB:
        162, 37, 236
        CMY:
        36, 85, 7
        CMYK:
        31, 84, 0, 7
      HSL:
        278°, 83.9662%, 53.5294%
        HSV (HSB):
        278°, 84.3220%, 92.5490%
        XYZ:
        30.7022, 15.0606, 80.6457
        xyY:
        0.2429, 0.1191, 15.0606
      CIE-Lab:
        45.7172, 77.0459, -74.5460
        CIE-LCH:
        45.7172, 107.2062, 315.9448
        CIE-Luv:
        45.7172, 28.8202, -116.7581
        Hunter-Lab:
        38.8080, 73.3025, -96.0429
      #a225ec color charts
#a225ec RGB chart
      #a225ec CMYK chart
      #a225ec RGB pie chart
      #a225ec color shades, tints & tones
#a225ec color schemes
#a225ec color preview, HTML & CSS examples
           This text has a color of #a225ec        
        
          <p style="color:#a225ec;">Text here</p>
        
        
          .mytext {color:#a225ec;}
        
        Text color #a225ec
      
           This box has a color of #a225ec        
        
          <div style="background-color:#a225ec;">Content here</div>
        
        
          .mybackground {background-color:#a225ec;}
        
        Background color #a225ec
      
           Border around this has a color of #a225ec        
        
          <div style="border:2px solid #a225ec;">Content here</div>
        
        
          .myborder {border:2px solid #a225ec;}
        
        Border color #a225ec