#a205ec color space conversions
Hex:
        #a205ec
        RGB:
        162, 5, 236
        CMY:
        36, 98, 7
        CMYK:
        31, 98, 0, 7
      HSL:
        281°, 95.8506%, 47.2549%
        HSV (HSB):
        281°, 97.8814%, 92.5490%
        XYZ:
        30.0949, 13.8461, 80.4433
        xyY:
        0.2420, 0.1113, 13.8461
      CIE-Lab:
        44.0113, 82.1214, -77.3355
        CIE-LCH:
        44.0113, 112.8039, 316.7191
        CIE-Luv:
        44.0113, 30.5606, -119.1460
        Hunter-Lab:
        37.2103, 79.2490, -102.1292
      #a205ec color charts
#a205ec RGB chart
      #a205ec CMYK chart
      #a205ec RGB pie chart
      #a205ec color shades, tints & tones
#a205ec color schemes
#a205ec color preview, HTML & CSS examples
           This text has a color of #a205ec        
        
          <p style="color:#a205ec;">Text here</p>
        
        
          .mytext {color:#a205ec;}
        
        Text color #a205ec
      
           This box has a color of #a205ec        
        
          <div style="background-color:#a205ec;">Content here</div>
        
        
          .mybackground {background-color:#a205ec;}
        
        Background color #a205ec
      
           Border around this has a color of #a205ec        
        
          <div style="border:2px solid #a205ec;">Content here</div>
        
        
          .myborder {border:2px solid #a205ec;}
        
        Border color #a205ec