#a121ec color space conversions
Hex:
        #a121ec
        RGB:
        161, 33, 236
        CMY:
        37, 87, 7
        CMYK:
        32, 86, 0, 7
      HSL:
        278°, 84.2324%, 52.7451%
        HSV (HSB):
        278°, 86.0169%, 92.5490%
        XYZ:
        30.3821, 14.7209, 80.5970
        xyY:
        0.2417, 0.1171, 14.7209
      CIE-Lab:
        45.2495, 77.8651, -75.3158
        CIE-LCH:
        45.2495, 108.3303, 315.9535
        CIE-Luv:
        45.2495, 28.6327, -117.4078
        Hunter-Lab:
        38.3678, 74.2041, -97.6894
      #a121ec color charts
#a121ec RGB chart
      #a121ec CMYK chart
      #a121ec RGB pie chart
      #a121ec color shades, tints & tones
#a121ec color schemes
#a121ec color preview, HTML & CSS examples
           This text has a color of #a121ec        
        
          <p style="color:#a121ec;">Text here</p>
        
        
          .mytext {color:#a121ec;}
        
        Text color #a121ec
      
           This box has a color of #a121ec        
        
          <div style="background-color:#a121ec;">Content here</div>
        
        
          .mybackground {background-color:#a121ec;}
        
        Background color #a121ec
      
           Border around this has a color of #a121ec        
        
          <div style="border:2px solid #a121ec;">Content here</div>
        
        
          .myborder {border:2px solid #a121ec;}
        
        Border color #a121ec