#a500ec color space conversions
Hex:
        #a500ec
        RGB:
        165, 0, 236
        CMY:
        35, 100, 7
        CMYK:
        30, 100, 0, 7
      HSL:
        282°, 100.0000%, 46.2745%
        HSV (HSB):
        282°, 100.0000%, 92.5490%
        XYZ:
        30.6574, 14.0555, 80.4540
        xyY:
        0.2449, 0.1123, 14.0555
      CIE-Lab:
        44.3124, 82.9340, -76.8246
        CIE-LCH:
        44.3124, 113.0489, 317.1900
        CIE-Luv:
        44.3124, 32.3341, -118.8717
        Hunter-Lab:
        37.4906, 80.3570, -100.9916
      #a500ec color charts
#a500ec RGB chart
      #a500ec CMYK chart
      #a500ec RGB pie chart
      #a500ec color shades, tints & tones
#a500ec color schemes
#a500ec color preview, HTML & CSS examples
           This text has a color of #a500ec        
        
          <p style="color:#a500ec;">Text here</p>
        
        
          .mytext {color:#a500ec;}
        
        Text color #a500ec
      
           This box has a color of #a500ec        
        
          <div style="background-color:#a500ec;">Content here</div>
        
        
          .mybackground {background-color:#a500ec;}
        
        Background color #a500ec
      
           Border around this has a color of #a500ec        
        
          <div style="border:2px solid #a500ec;">Content here</div>
        
        
          .myborder {border:2px solid #a500ec;}
        
        Border color #a500ec