#a040fe color space conversions
Hex:
        #a040fe
        RGB:
        160, 64, 254
        CMY:
        37, 75, 0
        CMYK:
        37, 75, 0, 0
      HSL:
        270°, 98.9583%, 62.3529%
        HSV (HSB):
        270°, 74.8031%, 99.6078%
        XYZ:
        34.2200, 18.2961, 95.4938
        xyY:
        0.2312, 0.1236, 18.2961
      CIE-Lab:
        49.8533, 71.8494, -77.9008
        CIE-LCH:
        49.8533, 105.9758, 312.6859
        CIE-Luv:
        49.8533, 20.8395, -124.2102
        Hunter-Lab:
        42.7740, 67.9489, -102.4244
      #a040fe color charts
#a040fe RGB chart
      #a040fe CMYK chart
      #a040fe RGB pie chart
      #a040fe color shades, tints & tones
#a040fe color schemes
#a040fe color preview, HTML & CSS examples
           This text has a color of #a040fe        
        
          <p style="color:#a040fe;">Text here</p>
        
        
          .mytext {color:#a040fe;}
        
        Text color #a040fe
      
           This box has a color of #a040fe        
        
          <div style="background-color:#a040fe;">Content here</div>
        
        
          .mybackground {background-color:#a040fe;}
        
        Background color #a040fe
      
           Border around this has a color of #a040fe        
        
          <div style="border:2px solid #a040fe;">Content here</div>
        
        
          .myborder {border:2px solid #a040fe;}
        
        Border color #a040fe