#a122ec color space conversions
Hex:
        #a122ec
        RGB:
        161, 34, 236
        CMY:
        37, 87, 7
        CMYK:
        32, 86, 0, 7
      HSL:
        278°, 84.1667%, 52.9412%
        HSV (HSB):
        278°, 85.5932%, 92.5490%
        XYZ:
        30.4103, 14.7773, 80.6064
        xyY:
        0.2417, 0.1175, 14.7773
      CIE-Lab:
        45.3276, 77.6343, -75.1883
        CIE-LCH:
        45.3276, 108.0758, 315.9170
        CIE-Luv:
        45.3276, 28.5514, -117.2944
        Hunter-Lab:
        38.4412, 73.9368, -97.4149
      #a122ec color charts
#a122ec RGB chart
      #a122ec CMYK chart
      #a122ec RGB pie chart
      #a122ec color shades, tints & tones
#a122ec color schemes
#a122ec color preview, HTML & CSS examples
           This text has a color of #a122ec        
        
          <p style="color:#a122ec;">Text here</p>
        
        
          .mytext {color:#a122ec;}
        
        Text color #a122ec
      
           This box has a color of #a122ec        
        
          <div style="background-color:#a122ec;">Content here</div>
        
        
          .mybackground {background-color:#a122ec;}
        
        Background color #a122ec
      
           Border around this has a color of #a122ec        
        
          <div style="border:2px solid #a122ec;">Content here</div>
        
        
          .myborder {border:2px solid #a122ec;}
        
        Border color #a122ec