#a350da color space conversions
Hex:
        #a350da
        RGB:
        163, 80, 218
        CMY:
        36, 69, 15
        CMYK:
        25, 63, 0, 15
      HSL:
        276°, 65.0943%, 58.4314%
        HSV (HSB):
        276°, 63.3028%, 85.4902%
        XYZ:
        30.6278, 18.5858, 68.3028
        xyY:
        0.2606, 0.1582, 18.5858
      CIE-Lab:
        50.1991, 57.4500, -57.0712
        CIE-LCH:
        50.1991, 80.9792, 315.1895
        CIE-Luv:
        50.1991, 26.3378, -93.3908
        Hunter-Lab:
        43.1113, 51.3682, -63.7575
      #a350da color charts
#a350da RGB chart
      #a350da CMYK chart
      #a350da RGB pie chart
      #a350da color shades, tints & tones
#a350da color schemes
#a350da color preview, HTML & CSS examples
           This text has a color of #a350da        
        
          <p style="color:#a350da;">Text here</p>
        
        
          .mytext {color:#a350da;}
        
        Text color #a350da
      
           This box has a color of #a350da        
        
          <div style="background-color:#a350da;">Content here</div>
        
        
          .mybackground {background-color:#a350da;}
        
        Background color #a350da
      
           Border around this has a color of #a350da        
        
          <div style="border:2px solid #a350da;">Content here</div>
        
        
          .myborder {border:2px solid #a350da;}
        
        Border color #a350da