#a32dae color space conversions
Hex:
        #a32dae
        RGB:
        163, 45, 174
        CMY:
        36, 82, 32
        CMYK:
        6, 74, 0, 32
      HSL:
        295°, 58.9041%, 42.9412%
        HSV (HSB):
        295°, 74.1379%, 68.2353%
        XYZ:
        23.6826, 12.7193, 41.2513
        xyY:
        0.3050, 0.1638, 12.7193
      CIE-Lab:
        42.3372, 63.1768, -44.1365
        CIE-LCH:
        42.3372, 77.0671, 325.0611
        CIE-Luv:
        42.3372, 45.2640, -71.4855
        Hunter-Lab:
        35.6641, 56.1200, -43.6135
      #a32dae color charts
#a32dae RGB chart
      #a32dae CMYK chart
      #a32dae RGB pie chart
      #a32dae color shades, tints & tones
#a32dae color schemes
#a32dae color preview, HTML & CSS examples
           This text has a color of #a32dae        
        
          <p style="color:#a32dae;">Text here</p>
        
        
          .mytext {color:#a32dae;}
        
        Text color #a32dae
      
           This box has a color of #a32dae        
        
          <div style="background-color:#a32dae;">Content here</div>
        
        
          .mybackground {background-color:#a32dae;}
        
        Background color #a32dae
      
           Border around this has a color of #a32dae        
        
          <div style="border:2px solid #a32dae;">Content here</div>
        
        
          .myborder {border:2px solid #a32dae;}
        
        Border color #a32dae