#a21eec color space conversions
Hex:
        #a21eec
        RGB:
        162, 30, 236
        CMY:
        36, 88, 7
        CMYK:
        31, 87, 0, 7
      HSL:
        278°, 84.4262%, 52.1569%
        HSV (HSB):
        278°, 87.2881%, 92.5490%
        XYZ:
        30.5049, 14.6661, 80.5799
        xyY:
        0.2426, 0.1166, 14.6661
      CIE-Lab:
        45.1734, 78.6533, -75.4344
        CIE-LCH:
        45.1734, 108.9802, 316.1967
        CIE-Luv:
        45.1734, 29.3913, -117.5583
        Hunter-Lab:
        38.2963, 75.1656, -97.9458
      #a21eec color charts
#a21eec RGB chart
      #a21eec CMYK chart
      #a21eec RGB pie chart
      #a21eec color shades, tints & tones
#a21eec color schemes
#a21eec color preview, HTML & CSS examples
           This text has a color of #a21eec        
        
          <p style="color:#a21eec;">Text here</p>
        
        
          .mytext {color:#a21eec;}
        
        Text color #a21eec
      
           This box has a color of #a21eec        
        
          <div style="background-color:#a21eec;">Content here</div>
        
        
          .mybackground {background-color:#a21eec;}
        
        Background color #a21eec
      
           Border around this has a color of #a21eec        
        
          <div style="border:2px solid #a21eec;">Content here</div>
        
        
          .myborder {border:2px solid #a21eec;}
        
        Border color #a21eec