#a060ed color space conversions
Hex:
        #a060ed
        RGB:
        160, 96, 237
        CMY:
        37, 62, 7
        CMYK:
        32, 59, 0, 7
      HSL:
        267°, 79.6610%, 65.2941%
        HSV (HSB):
        267°, 59.4937%, 92.9412%
        XYZ:
        33.9661, 21.9537, 82.5680
        xyY:
        0.2453, 0.1585, 21.9537
      CIE-Lab:
        53.9779, 53.1894, -61.7299
        CIE-LCH:
        53.9779, 81.4843, 310.7497
        CIE-Luv:
        53.9779, 17.2151, -101.7106
        Hunter-Lab:
        46.8548, 47.4028, -71.6831
      #a060ed color charts
#a060ed RGB chart
      #a060ed CMYK chart
      #a060ed RGB pie chart
      #a060ed color shades, tints & tones
#a060ed color schemes
#a060ed color preview, HTML & CSS examples
           This text has a color of #a060ed        
        
          <p style="color:#a060ed;">Text here</p>
        
        
          .mytext {color:#a060ed;}
        
        Text color #a060ed
      
           This box has a color of #a060ed        
        
          <div style="background-color:#a060ed;">Content here</div>
        
        
          .mybackground {background-color:#a060ed;}
        
        Background color #a060ed
      
           Border around this has a color of #a060ed        
        
          <div style="border:2px solid #a060ed;">Content here</div>
        
        
          .myborder {border:2px solid #a060ed;}
        
        Border color #a060ed