#a82aee color space conversions
Hex:
        #a82aee
        RGB:
        168, 42, 238
        CMY:
        34, 84, 7
        CMYK:
        29, 82, 0, 7
      HSL:
        279°, 85.2174%, 54.9020%
        HSV (HSB):
        279°, 82.3529%, 93.3333%
        XYZ:
        32.4090, 16.1538, 82.2988
        xyY:
        0.2477, 0.1234, 16.1538
      CIE-Lab:
        47.1756, 77.0025, -73.2595
        CIE-LCH:
        47.1756, 106.2842, 316.4269
        CIE-Luv:
        47.1756, 31.0872, -116.2880
        Hunter-Lab:
        40.1918, 73.5995, -93.2710
      #a82aee color charts
#a82aee RGB chart
      #a82aee CMYK chart
      #a82aee RGB pie chart
      #a82aee color shades, tints & tones
#a82aee color schemes
#a82aee color preview, HTML & CSS examples
           This text has a color of #a82aee        
        
          <p style="color:#a82aee;">Text here</p>
        
        
          .mytext {color:#a82aee;}
        
        Text color #a82aee
      
           This box has a color of #a82aee        
        
          <div style="background-color:#a82aee;">Content here</div>
        
        
          .mybackground {background-color:#a82aee;}
        
        Background color #a82aee
      
           Border around this has a color of #a82aee        
        
          <div style="border:2px solid #a82aee;">Content here</div>
        
        
          .myborder {border:2px solid #a82aee;}
        
        Border color #a82aee