#a050ae color space conversions
Hex:
        #a050ae
        RGB:
        160, 80, 174
        CMY:
        37, 69, 32
        CMYK:
        8, 54, 0, 32
      HSL:
        291°, 37.0079%, 49.8039%
        HSV (HSB):
        291°, 54.0230%, 68.2353%
        XYZ:
        25.0058, 16.2669, 41.8663
        xyY:
        0.3008, 0.1957, 16.2669
      CIE-Lab:
        47.3227, 47.4414, -36.2565
        CIE-LCH:
        47.3227, 59.7095, 322.6116
        CIE-Luv:
        47.3227, 34.2267, -59.8770
        Hunter-Lab:
        40.3322, 40.0879, -33.3125
      #a050ae color charts
#a050ae RGB chart
      #a050ae CMYK chart
      #a050ae RGB pie chart
      #a050ae color shades, tints & tones
#a050ae color schemes
#a050ae color preview, HTML & CSS examples
           This text has a color of #a050ae        
        
          <p style="color:#a050ae;">Text here</p>
        
        
          .mytext {color:#a050ae;}
        
        Text color #a050ae
      
           This box has a color of #a050ae        
        
          <div style="background-color:#a050ae;">Content here</div>
        
        
          .mybackground {background-color:#a050ae;}
        
        Background color #a050ae
      
           Border around this has a color of #a050ae        
        
          <div style="border:2px solid #a050ae;">Content here</div>
        
        
          .myborder {border:2px solid #a050ae;}
        
        Border color #a050ae