#a595ed color space conversions
Hex:
        #a595ed
        RGB:
        165, 149, 237
        CMY:
        35, 42, 7
        CMYK:
        30, 37, 0, 7
      HSL:
        251°, 70.9677%, 75.6863%
        HSV (HSB):
        251°, 37.1308%, 92.9412%
        XYZ:
        41.5506, 35.6086, 84.8040
        xyY:
        0.2565, 0.2199, 35.6086
      CIE-Lab:
        66.2198, 25.0789, -42.2548
        CIE-LCH:
        66.2198, 49.1367, 300.6899
        CIE-Luv:
        66.2198, 2.0502, -70.8153
        Hunter-Lab:
        59.6730, 19.8626, -42.4886
      #a595ed color charts
#a595ed RGB chart
      #a595ed CMYK chart
      #a595ed RGB pie chart
      #a595ed color shades, tints & tones
#a595ed color schemes
#a595ed color preview, HTML & CSS examples
           This text has a color of #a595ed        
        
          <p style="color:#a595ed;">Text here</p>
        
        
          .mytext {color:#a595ed;}
        
        Text color #a595ed
      
           This box has a color of #a595ed        
        
          <div style="background-color:#a595ed;">Content here</div>
        
        
          .mybackground {background-color:#a595ed;}
        
        Background color #a595ed
      
           Border around this has a color of #a595ed        
        
          <div style="border:2px solid #a595ed;">Content here</div>
        
        
          .myborder {border:2px solid #a595ed;}
        
        Border color #a595ed