#a11fff color space conversions
Hex:
        #a11fff
        RGB:
        161, 31, 255
        CMY:
        37, 88, 0
        CMYK:
        37, 88, 0, 0
      HSL:
        275°, 100.0000%, 56.0784%
        HSV (HSB):
        275°, 87.8431%, 100.0000%
        XYZ:
        33.2379, 15.7770, 95.9012
        xyY:
        0.2294, 0.1089, 15.7770
      CIE-Lab:
        46.6806, 82.0892, -83.6429
        CIE-LCH:
        46.6806, 117.1954, 314.4629
        CIE-Luv:
        46.6806, 24.6363, -129.6737
        Hunter-Lab:
        39.7203, 79.8581, -115.3462
      #a11fff color charts
#a11fff RGB chart
      #a11fff CMYK chart
      #a11fff RGB pie chart
      #a11fff color shades, tints & tones
#a11fff color schemes
#a11fff color preview, HTML & CSS examples
           This text has a color of #a11fff        
        
          <p style="color:#a11fff;">Text here</p>
        
        
          .mytext {color:#a11fff;}
        
        Text color #a11fff
      
           This box has a color of #a11fff        
        
          <div style="background-color:#a11fff;">Content here</div>
        
        
          .mybackground {background-color:#a11fff;}
        
        Background color #a11fff
      
           Border around this has a color of #a11fff        
        
          <div style="border:2px solid #a11fff;">Content here</div>
        
        
          .myborder {border:2px solid #a11fff;}
        
        Border color #a11fff