#a11fab color space conversions
Hex:
        #a11fab
        RGB:
        161, 31, 171
        CMY:
        37, 88, 33
        CMYK:
        6, 82, 0, 33
      HSL:
        296°, 69.3069%, 39.6078%
        HSV (HSB):
        296°, 81.8713%, 67.0588%
        XYZ:
        22.5386, 11.4973, 39.5594
        xyY:
        0.3063, 0.1562, 11.4973
      CIE-Lab:
        40.4058, 66.3520, -45.4604
        CIE-LCH:
        40.4058, 80.4316, 325.5834
        CIE-Luv:
        40.4058, 47.0502, -72.7272
        Hunter-Lab:
        33.9077, 59.3114, -45.4370
      #a11fab color charts
#a11fab RGB chart
      #a11fab CMYK chart
      #a11fab RGB pie chart
      #a11fab color shades, tints & tones
#a11fab color schemes
#a11fab color preview, HTML & CSS examples
           This text has a color of #a11fab        
        
          <p style="color:#a11fab;">Text here</p>
        
        
          .mytext {color:#a11fab;}
        
        Text color #a11fab
      
           This box has a color of #a11fab        
        
          <div style="background-color:#a11fab;">Content here</div>
        
        
          .mybackground {background-color:#a11fab;}
        
        Background color #a11fab
      
           Border around this has a color of #a11fab        
        
          <div style="border:2px solid #a11fab;">Content here</div>
        
        
          .myborder {border:2px solid #a11fab;}
        
        Border color #a11fab