#a950ec color space conversions
Hex:
        #a950ec
        RGB:
        169, 80, 236
        CMY:
        34, 69, 7
        CMYK:
        28, 66, 0, 7
      HSL:
        274°, 80.4124%, 61.9608%
        HSV (HSB):
        274°, 66.1017%, 92.5490%
        XYZ:
        34.3712, 20.2285, 81.4498
        xyY:
        0.2526, 0.1487, 20.2285
      CIE-Lab:
        52.0945, 62.7120, -64.1500
        CIE-LCH:
        52.0945, 89.7107, 314.3506
        CIE-Luv:
        52.0945, 25.9570, -105.3797
        Hunter-Lab:
        44.9761, 57.7034, -75.8885
      #a950ec color charts
#a950ec RGB chart
      #a950ec CMYK chart
      #a950ec RGB pie chart
      #a950ec color shades, tints & tones
#a950ec color schemes
#a950ec color preview, HTML & CSS examples
           This text has a color of #a950ec        
        
          <p style="color:#a950ec;">Text here</p>
        
        
          .mytext {color:#a950ec;}
        
        Text color #a950ec
      
           This box has a color of #a950ec        
        
          <div style="background-color:#a950ec;">Content here</div>
        
        
          .mybackground {background-color:#a950ec;}
        
        Background color #a950ec
      
           Border around this has a color of #a950ec        
        
          <div style="border:2px solid #a950ec;">Content here</div>
        
        
          .myborder {border:2px solid #a950ec;}
        
        Border color #a950ec