#a45fee color space conversions
Hex:
        #a45fee
        RGB:
        164, 95, 238
        CMY:
        36, 63, 7
        CMYK:
        31, 60, 0, 7
      HSL:
        269°, 80.7910%, 65.2941%
        HSV (HSB):
        269°, 60.0840%, 93.3333%
        XYZ:
        34.8347, 22.2500, 83.3476
        xyY:
        0.2481, 0.1584, 22.2500
      CIE-Lab:
        54.2912, 54.8376, -61.7618
        CIE-LCH:
        54.2912, 82.5935, 311.6015
        CIE-Luv:
        54.2912, 19.3376, -102.0821
        Hunter-Lab:
        47.1699, 49.2739, -71.7445
      #a45fee color charts
#a45fee RGB chart
      #a45fee CMYK chart
      #a45fee RGB pie chart
      #a45fee color shades, tints & tones
#a45fee color schemes
#a45fee color preview, HTML & CSS examples
           This text has a color of #a45fee        
        
          <p style="color:#a45fee;">Text here</p>
        
        
          .mytext {color:#a45fee;}
        
        Text color #a45fee
      
           This box has a color of #a45fee        
        
          <div style="background-color:#a45fee;">Content here</div>
        
        
          .mybackground {background-color:#a45fee;}
        
        Background color #a45fee
      
           Border around this has a color of #a45fee        
        
          <div style="border:2px solid #a45fee;">Content here</div>
        
        
          .myborder {border:2px solid #a45fee;}
        
        Border color #a45fee