#a414ec color space conversions
Hex:
        #a414ec
        RGB:
        164, 20, 236
        CMY:
        36, 92, 7
        CMYK:
        31, 92, 0, 7
      HSL:
        280°, 85.0394%, 50.1961%
        HSV (HSB):
        280°, 91.5254%, 92.5490%
        XYZ:
        30.7003, 14.4490, 80.5277
        xyY:
        0.2443, 0.1150, 14.4490
      CIE-Lab:
        44.8700, 80.6903, -75.9183
        CIE-LCH:
        44.8700, 110.7904, 316.7453
        CIE-Luv:
        44.8700, 31.0779, -118.0703
        Hunter-Lab:
        38.0118, 77.6454, -98.9973
      #a414ec color charts
#a414ec RGB chart
      #a414ec CMYK chart
      #a414ec RGB pie chart
      #a414ec color shades, tints & tones
#a414ec color schemes
#a414ec color preview, HTML & CSS examples
           This text has a color of #a414ec        
        
          <p style="color:#a414ec;">Text here</p>
        
        
          .mytext {color:#a414ec;}
        
        Text color #a414ec
      
           This box has a color of #a414ec        
        
          <div style="background-color:#a414ec;">Content here</div>
        
        
          .mybackground {background-color:#a414ec;}
        
        Background color #a414ec
      
           Border around this has a color of #a414ec        
        
          <div style="border:2px solid #a414ec;">Content here</div>
        
        
          .myborder {border:2px solid #a414ec;}
        
        Border color #a414ec