#a960ed color space conversions
Hex:
        #a960ed
        RGB:
        169, 96, 237
        CMY:
        34, 62, 7
        CMYK:
        29, 59, 0, 7
      HSL:
        271°, 79.6610%, 65.2941%
        HSV (HSB):
        271°, 59.4937%, 92.9412%
        XYZ:
        35.8311, 22.9152, 82.6553
        xyY:
        0.2534, 0.1621, 22.9152
      CIE-Lab:
        54.9849, 55.2276, -60.0580
        CIE-LCH:
        54.9849, 81.5908, 312.6008
        CIE-Luv:
        54.9849, 21.8420, -99.8475
        Hunter-Lab:
        47.8698, 49.8372, -68.8654
      #a960ed color charts
#a960ed RGB chart
      #a960ed CMYK chart
      #a960ed RGB pie chart
      #a960ed color shades, tints & tones
#a960ed color schemes
#a960ed color preview, HTML & CSS examples
           This text has a color of #a960ed        
        
          <p style="color:#a960ed;">Text here</p>
        
        
          .mytext {color:#a960ed;}
        
        Text color #a960ed
      
           This box has a color of #a960ed        
        
          <div style="background-color:#a960ed;">Content here</div>
        
        
          .mybackground {background-color:#a960ed;}
        
        Background color #a960ed
      
           Border around this has a color of #a960ed        
        
          <div style="border:2px solid #a960ed;">Content here</div>
        
        
          .myborder {border:2px solid #a960ed;}
        
        Border color #a960ed