#a50dae color space conversions
Hex:
        #a50dae
        RGB:
        165, 13, 174
        CMY:
        35, 95, 32
        CMYK:
        5, 93, 0, 32
      HSL:
        297°, 86.0963%, 36.6667%
        HSV (HSB):
        297°, 92.5287%, 68.2353%
        XYZ:
        23.3010, 11.3432, 41.0058
        xyY:
        0.3080, 0.1499, 11.3432
      CIE-Lab:
        40.1526, 70.8940, -47.6155
        CIE-LCH:
        40.1526, 85.4002, 326.1130
        CIE-Luv:
        40.1526, 50.4627, -76.0774
        Hunter-Lab:
        33.6796, 64.5543, -48.6113
      #a50dae color charts
#a50dae RGB chart
      #a50dae CMYK chart
      #a50dae RGB pie chart
      #a50dae color shades, tints & tones
#a50dae color schemes
#a50dae color preview, HTML & CSS examples
           This text has a color of #a50dae        
        
          <p style="color:#a50dae;">Text here</p>
        
        
          .mytext {color:#a50dae;}
        
        Text color #a50dae
      
           This box has a color of #a50dae        
        
          <div style="background-color:#a50dae;">Content here</div>
        
        
          .mybackground {background-color:#a50dae;}
        
        Background color #a50dae
      
           Border around this has a color of #a50dae        
        
          <div style="border:2px solid #a50dae;">Content here</div>
        
        
          .myborder {border:2px solid #a50dae;}
        
        Border color #a50dae