#a52def color space conversions
Hex:
        #a52def
        RGB:
        165, 45, 239
        CMY:
        35, 82, 6
        CMYK:
        31, 81, 0, 6
      HSL:
        277°, 85.8407%, 55.6863%
        HSV (HSB):
        277°, 81.1715%, 93.7255%
        XYZ:
        32.0354, 16.1081, 83.0821
        xyY:
        0.2441, 0.1228, 16.1081
      CIE-Lab:
        47.1160, 75.9121, -73.9384
        CIE-LCH:
        47.1160, 105.9695, 315.7546
        CIE-Luv:
        47.1160, 28.9216, -117.0442
        Hunter-Lab:
        40.1349, 72.2415, -94.6401
      #a52def color charts
#a52def RGB chart
      #a52def CMYK chart
      #a52def RGB pie chart
      #a52def color shades, tints & tones
#a52def color schemes
#a52def color preview, HTML & CSS examples
           This text has a color of #a52def        
        
          <p style="color:#a52def;">Text here</p>
        
        
          .mytext {color:#a52def;}
        
        Text color #a52def
      
           This box has a color of #a52def        
        
          <div style="background-color:#a52def;">Content here</div>
        
        
          .mybackground {background-color:#a52def;}
        
        Background color #a52def
      
           Border around this has a color of #a52def        
        
          <div style="border:2px solid #a52def;">Content here</div>
        
        
          .myborder {border:2px solid #a52def;}
        
        Border color #a52def