#a234ee color space conversions
Hex:
        #a234ee
        RGB:
        162, 52, 238
        CMY:
        36, 80, 7
        CMYK:
        32, 78, 0, 7
      HSL:
        275°, 84.5455%, 56.8627%
        HSV (HSB):
        275°, 78.1513%, 93.3333%
        XYZ:
        31.5609, 16.3104, 82.3737
        xyY:
        0.2423, 0.1252, 16.3104
      CIE-Lab:
        47.3791, 73.0512, -72.9639
        CIE-LCH:
        47.3791, 103.2483, 315.0343
        CIE-Luv:
        47.3791, 26.7238, -115.6969
        Hunter-Lab:
        40.3862, 68.8181, -92.6607
      #a234ee color charts
#a234ee RGB chart
      #a234ee CMYK chart
      #a234ee RGB pie chart
      #a234ee color shades, tints & tones
#a234ee color schemes
#a234ee color preview, HTML & CSS examples
           This text has a color of #a234ee        
        
          <p style="color:#a234ee;">Text here</p>
        
        
          .mytext {color:#a234ee;}
        
        Text color #a234ee
      
           This box has a color of #a234ee        
        
          <div style="background-color:#a234ee;">Content here</div>
        
        
          .mybackground {background-color:#a234ee;}
        
        Background color #a234ee
      
           Border around this has a color of #a234ee        
        
          <div style="border:2px solid #a234ee;">Content here</div>
        
        
          .myborder {border:2px solid #a234ee;}
        
        Border color #a234ee