#a725ed color space conversions
Hex:
        #a725ed
        RGB:
        167, 37, 237
        CMY:
        35, 85, 7
        CMYK:
        30, 84, 0, 7
      HSL:
        279°, 84.7458%, 53.7255%
        HSV (HSB):
        279°, 84.3882%, 92.9412%
        XYZ:
        31.8840, 15.6531, 81.4616
        xyY:
        0.2472, 0.1213, 15.6531
      CIE-Lab:
        46.5160, 77.9492, -73.7770
        CIE-LCH:
        46.5160, 107.3272, 316.5751
        CIE-Luv:
        46.5160, 31.2692, -116.5159
        Hunter-Lab:
        39.5639, 74.6136, -94.3826
      #a725ed color charts
#a725ed RGB chart
      #a725ed CMYK chart
      #a725ed RGB pie chart
      #a725ed color shades, tints & tones
#a725ed color schemes
#a725ed color preview, HTML & CSS examples
           This text has a color of #a725ed        
        
          <p style="color:#a725ed;">Text here</p>
        
        
          .mytext {color:#a725ed;}
        
        Text color #a725ed
      
           This box has a color of #a725ed        
        
          <div style="background-color:#a725ed;">Content here</div>
        
        
          .mybackground {background-color:#a725ed;}
        
        Background color #a725ed
      
           Border around this has a color of #a725ed        
        
          <div style="border:2px solid #a725ed;">Content here</div>
        
        
          .myborder {border:2px solid #a725ed;}
        
        Border color #a725ed