#a114ea color space conversions
Hex:
        #a114ea
        RGB:
        161, 20, 234
        CMY:
        37, 92, 8
        CMYK:
        31, 91, 0, 8
      HSL:
        280°, 84.2520%, 49.8039%
        HSV (HSB):
        280°, 91.4530%, 91.7647%
        XYZ:
        29.7994, 14.0179, 78.9770
        xyY:
        0.2427, 0.1142, 14.0179
      CIE-Lab:
        44.2586, 79.9366, -75.8040
        CIE-LCH:
        44.2586, 110.1640, 316.5200
        CIE-Luv:
        44.2586, 29.9480, -117.2858
        Hunter-Lab:
        37.4405, 76.5497, -98.8581
      #a114ea color charts
#a114ea RGB chart
      #a114ea CMYK chart
      #a114ea RGB pie chart
      #a114ea color shades, tints & tones
#a114ea color schemes
#a114ea color preview, HTML & CSS examples
           This text has a color of #a114ea        
        
          <p style="color:#a114ea;">Text here</p>
        
        
          .mytext {color:#a114ea;}
        
        Text color #a114ea
      
           This box has a color of #a114ea        
        
          <div style="background-color:#a114ea;">Content here</div>
        
        
          .mybackground {background-color:#a114ea;}
        
        Background color #a114ea
      
           Border around this has a color of #a114ea        
        
          <div style="border:2px solid #a114ea;">Content here</div>
        
        
          .myborder {border:2px solid #a114ea;}
        
        Border color #a114ea