#a114be color space conversions
Hex:
        #a114be
        RGB:
        161, 20, 190
        CMY:
        37, 92, 25
        CMYK:
        15, 89, 0, 25
      HSL:
        290°, 80.9524%, 41.1765%
        HSV (HSB):
        290°, 89.4737%, 74.5098%
        XYZ:
        24.2424, 11.7951, 49.7142
        xyY:
        0.2827, 0.1375, 11.7951
      CIE-Lab:
        40.8886, 71.8804, -55.9219
        CIE-LCH:
        40.8886, 91.0717, 322.1176
        CIE-Luv:
        40.8886, 41.9765, -87.8673
        Hunter-Lab:
        34.3440, 65.8957, -61.7837
      #a114be color charts
#a114be RGB chart
      #a114be CMYK chart
      #a114be RGB pie chart
      #a114be color shades, tints & tones
#a114be color schemes
#a114be color preview, HTML & CSS examples
           This text has a color of #a114be        
        
          <p style="color:#a114be;">Text here</p>
        
        
          .mytext {color:#a114be;}
        
        Text color #a114be
      
           This box has a color of #a114be        
        
          <div style="background-color:#a114be;">Content here</div>
        
        
          .mybackground {background-color:#a114be;}
        
        Background color #a114be
      
           Border around this has a color of #a114be        
        
          <div style="border:2px solid #a114be;">Content here</div>
        
        
          .myborder {border:2px solid #a114be;}
        
        Border color #a114be