#a114ed color space conversions
Hex:
        #a114ed
        RGB:
        161, 20, 237
        CMY:
        37, 92, 7
        CMYK:
        32, 92, 0, 7
      HSL:
        279°, 85.7708%, 50.3922%
        HSV (HSB):
        279°, 91.5612%, 92.9412%
        XYZ:
        30.2342, 14.1918, 81.2665
        xyY:
        0.2405, 0.1129, 14.1918
      CIE-Lab:
        44.5068, 80.5109, -77.0961
        CIE-LCH:
        44.5068, 111.4711, 316.2412
        CIE-Luv:
        44.5068, 29.2392, -119.1988
        Hunter-Lab:
        37.6720, 77.3315, -101.5307
      #a114ed color charts
#a114ed RGB chart
      #a114ed CMYK chart
      #a114ed RGB pie chart
      #a114ed color shades, tints & tones
#a114ed color schemes
#a114ed color preview, HTML & CSS examples
           This text has a color of #a114ed        
        
          <p style="color:#a114ed;">Text here</p>
        
        
          .mytext {color:#a114ed;}
        
        Text color #a114ed
      
           This box has a color of #a114ed        
        
          <div style="background-color:#a114ed;">Content here</div>
        
        
          .mybackground {background-color:#a114ed;}
        
        Background color #a114ed
      
           Border around this has a color of #a114ed        
        
          <div style="border:2px solid #a114ed;">Content here</div>
        
        
          .myborder {border:2px solid #a114ed;}
        
        Border color #a114ed