#a205ed color space conversions
Hex:
        #a205ed
        RGB:
        162, 5, 237
        CMY:
        36, 98, 7
        CMYK:
        32, 98, 0, 7
      HSL:
        281°, 95.8678%, 47.4510%
        HSV (HSB):
        281°, 97.8903%, 92.9412%
        XYZ:
        30.2406, 13.9043, 81.2107
        xyY:
        0.2412, 0.1109, 13.9043
      CIE-Lab:
        44.0954, 82.3081, -77.7637
        CIE-LCH:
        44.0954, 113.2335, 316.6262
        CIE-Luv:
        44.0954, 30.3198, -119.7771
        Hunter-Lab:
        37.2885, 79.5068, -103.0257
      #a205ed color charts
#a205ed RGB chart
      #a205ed CMYK chart
      #a205ed RGB pie chart
      #a205ed color shades, tints & tones
#a205ed color schemes
#a205ed color preview, HTML & CSS examples
           This text has a color of #a205ed        
        
          <p style="color:#a205ed;">Text here</p>
        
        
          .mytext {color:#a205ed;}
        
        Text color #a205ed
      
           This box has a color of #a205ed        
        
          <div style="background-color:#a205ed;">Content here</div>
        
        
          .mybackground {background-color:#a205ed;}
        
        Background color #a205ed
      
           Border around this has a color of #a205ed        
        
          <div style="border:2px solid #a205ed;">Content here</div>
        
        
          .myborder {border:2px solid #a205ed;}
        
        Border color #a205ed