#a230ff color space conversions
Hex:
        #a230ff
        RGB:
        162, 48, 255
        CMY:
        36, 81, 0
        CMYK:
        36, 81, 0, 0
      HSL:
        273°, 100.0000%, 59.4118%
        HSV (HSB):
        273°, 81.1765%, 100.0000%
        XYZ:
        34.0072, 17.0153, 96.0996
        xyY:
        0.2311, 0.1157, 17.0153
      CIE-Lab:
        48.2793, 77.8954, -81.0187
        CIE-LCH:
        48.2793, 112.3909, 313.8741
        CIE-Luv:
        48.2793, 23.6578, -127.5216
        Hunter-Lab:
        41.2496, 74.9733, -109.2539
      #a230ff color charts
#a230ff RGB chart
      #a230ff CMYK chart
      #a230ff RGB pie chart
      #a230ff color shades, tints & tones
#a230ff color schemes
#a230ff color preview, HTML & CSS examples
           This text has a color of #a230ff        
        
          <p style="color:#a230ff;">Text here</p>
        
        
          .mytext {color:#a230ff;}
        
        Text color #a230ff
      
           This box has a color of #a230ff        
        
          <div style="background-color:#a230ff;">Content here</div>
        
        
          .mybackground {background-color:#a230ff;}
        
        Background color #a230ff
      
           Border around this has a color of #a230ff        
        
          <div style="border:2px solid #a230ff;">Content here</div>
        
        
          .myborder {border:2px solid #a230ff;}
        
        Border color #a230ff