#a004ed color space conversions
Hex:
        #a004ed
        RGB:
        160, 4, 237
        CMY:
        37, 98, 7
        CMYK:
        32, 98, 0, 7
      HSL:
        280°, 96.6805%, 47.2549%
        HSV (HSB):
        280°, 98.3122%, 92.9412%
        XYZ:
        29.8267, 13.6748, 81.1882
        xyY:
        0.2392, 0.1097, 13.6748
      CIE-Lab:
        43.7630, 82.1766, -78.3202
        CIE-LCH:
        43.7630, 113.5212, 316.3764
        CIE-Luv:
        43.7630, 29.2923, -120.1196
        Hunter-Lab:
        36.9795, 79.2592, -104.2851
      #a004ed color charts
#a004ed RGB chart
      #a004ed CMYK chart
      #a004ed RGB pie chart
      #a004ed color shades, tints & tones
#a004ed color schemes
#a004ed color preview, HTML & CSS examples
           This text has a color of #a004ed        
        
          <p style="color:#a004ed;">Text here</p>
        
        
          .mytext {color:#a004ed;}
        
        Text color #a004ed
      
           This box has a color of #a004ed        
        
          <div style="background-color:#a004ed;">Content here</div>
        
        
          .mybackground {background-color:#a004ed;}
        
        Background color #a004ed
      
           Border around this has a color of #a004ed        
        
          <div style="border:2px solid #a004ed;">Content here</div>
        
        
          .myborder {border:2px solid #a004ed;}
        
        Border color #a004ed