#a040ca color space conversions
Hex:
        #a040ca
        RGB:
        160, 64, 202
        CMY:
        37, 75, 21
        CMYK:
        21, 68, 0, 21
      HSL:
        282°, 56.5574%, 52.1569%
        HSV (HSB):
        282°, 68.3168%, 79.2157%
        XYZ:
        26.9913, 15.4046, 57.4279
        xyY:
        0.2704, 0.1543, 15.4046
      CIE-Lab:
        46.1835, 60.6161, -54.3782
        CIE-LCH:
        46.1835, 81.4328, 318.1050
        CIE-Luv:
        46.1835, 31.8449, -87.7594
        Hunter-Lab:
        39.2487, 54.0687, -59.2777
      #a040ca color charts
#a040ca RGB chart
      #a040ca CMYK chart
      #a040ca RGB pie chart
      #a040ca color shades, tints & tones
#a040ca color schemes
#a040ca color preview, HTML & CSS examples
           This text has a color of #a040ca        
        
          <p style="color:#a040ca;">Text here</p>
        
        
          .mytext {color:#a040ca;}
        
        Text color #a040ca
      
           This box has a color of #a040ca        
        
          <div style="background-color:#a040ca;">Content here</div>
        
        
          .mybackground {background-color:#a040ca;}
        
        Background color #a040ca
      
           Border around this has a color of #a040ca        
        
          <div style="border:2px solid #a040ca;">Content here</div>
        
        
          .myborder {border:2px solid #a040ca;}
        
        Border color #a040ca