#a11aca color space conversions
Hex:
        #a11aca
        RGB:
        161, 26, 202
        CMY:
        37, 90, 21
        CMYK:
        20, 87, 0, 21
      HSL:
        286°, 77.1930%, 44.7059%
        HSV (HSB):
        286°, 87.1287%, 79.2157%
        XYZ:
        25.7280, 12.5801, 56.9493
        xyY:
        0.2701, 0.1321, 12.5801
      CIE-Lab:
        42.1237, 72.9061, -60.9278
        CIE-LCH:
        42.1237, 95.0132, 320.1144
        CIE-Luv:
        42.1237, 37.9336, -95.5397
        Hunter-Lab:
        35.4685, 67.4099, -70.3700
      #a11aca color charts
#a11aca RGB chart
      #a11aca CMYK chart
      #a11aca RGB pie chart
      #a11aca color shades, tints & tones
#a11aca color schemes
#a11aca color preview, HTML & CSS examples
           This text has a color of #a11aca        
        
          <p style="color:#a11aca;">Text here</p>
        
        
          .mytext {color:#a11aca;}
        
        Text color #a11aca
      
           This box has a color of #a11aca        
        
          <div style="background-color:#a11aca;">Content here</div>
        
        
          .mybackground {background-color:#a11aca;}
        
        Background color #a11aca
      
           Border around this has a color of #a11aca        
        
          <div style="border:2px solid #a11aca;">Content here</div>
        
        
          .myborder {border:2px solid #a11aca;}
        
        Border color #a11aca