#a31fee color space conversions
Hex:
        #a31fee
        RGB:
        163, 31, 238
        CMY:
        36, 88, 7
        CMYK:
        32, 87, 0, 7
      HSL:
        278°, 85.8921%, 52.7451%
        HSV (HSB):
        278°, 86.9748%, 93.3333%
        XYZ:
        31.0269, 14.9395, 82.1372
        xyY:
        0.2422, 0.1166, 14.9395
      CIE-Lab:
        45.5513, 78.9659, -75.9408
        CIE-LCH:
        45.5513, 109.5564, 316.1188
        CIE-Luv:
        45.5513, 29.3815, -118.5789
        Hunter-Lab:
        38.6517, 75.6467, -98.9387
      #a31fee color charts
#a31fee RGB chart
      #a31fee CMYK chart
      #a31fee RGB pie chart
      #a31fee color shades, tints & tones
#a31fee color schemes
#a31fee color preview, HTML & CSS examples
           This text has a color of #a31fee        
        
          <p style="color:#a31fee;">Text here</p>
        
        
          .mytext {color:#a31fee;}
        
        Text color #a31fee
      
           This box has a color of #a31fee        
        
          <div style="background-color:#a31fee;">Content here</div>
        
        
          .mybackground {background-color:#a31fee;}
        
        Background color #a31fee
      
           Border around this has a color of #a31fee        
        
          <div style="border:2px solid #a31fee;">Content here</div>
        
        
          .myborder {border:2px solid #a31fee;}
        
        Border color #a31fee