#a729ed color space conversions
Hex:
        #a729ed
        RGB:
        167, 41, 237
        CMY:
        35, 84, 7
        CMYK:
        30, 83, 0, 7
      HSL:
        279°, 84.4828%, 54.5098%
        HSV (HSB):
        279°, 82.7004%, 92.9412%
        XYZ:
        32.0153, 15.9158, 81.5054
        xyY:
        0.2473, 0.1230, 15.9158
      CIE-Lab:
        46.8638, 76.9264, -73.2098
        CIE-LCH:
        46.8638, 106.1948, 316.4181
        CIE-Luv:
        46.8638, 30.8840, -115.9615
        Hunter-Lab:
        39.8946, 73.4304, -93.2044
      #a729ed color charts
#a729ed RGB chart
      #a729ed CMYK chart
      #a729ed RGB pie chart
      #a729ed color shades, tints & tones
#a729ed color schemes
#a729ed color preview, HTML & CSS examples
           This text has a color of #a729ed        
        
          <p style="color:#a729ed;">Text here</p>
        
        
          .mytext {color:#a729ed;}
        
        Text color #a729ed
      
           This box has a color of #a729ed        
        
          <div style="background-color:#a729ed;">Content here</div>
        
        
          .mybackground {background-color:#a729ed;}
        
        Background color #a729ed
      
           Border around this has a color of #a729ed        
        
          <div style="border:2px solid #a729ed;">Content here</div>
        
        
          .myborder {border:2px solid #a729ed;}
        
        Border color #a729ed