#a582ed color space conversions
Hex:
        #a582ed
        RGB:
        165, 130, 237
        CMY:
        35, 49, 7
        CMYK:
        30, 45, 0, 7
      HSL:
        260°, 74.8252%, 71.9608%
        HSV (HSB):
        260°, 45.1477%, 92.9412%
        XYZ:
        38.7857, 30.0790, 83.8824
        xyY:
        0.2539, 0.1969, 30.0790
      CIE-Lab:
        61.7223, 35.8538, -49.3400
        CIE-LCH:
        61.7223, 60.9913, 306.0047
        CIE-Luv:
        61.7223, 9.1115, -82.8938
        Hunter-Lab:
        54.8443, 30.2570, -52.2908
      #a582ed color charts
#a582ed RGB chart
      #a582ed CMYK chart
      #a582ed RGB pie chart
      #a582ed color shades, tints & tones
#a582ed color schemes
#a582ed color preview, HTML & CSS examples
           This text has a color of #a582ed        
        
          <p style="color:#a582ed;">Text here</p>
        
        
          .mytext {color:#a582ed;}
        
        Text color #a582ed
      
           This box has a color of #a582ed        
        
          <div style="background-color:#a582ed;">Content here</div>
        
        
          .mybackground {background-color:#a582ed;}
        
        Background color #a582ed
      
           Border around this has a color of #a582ed        
        
          <div style="border:2px solid #a582ed;">Content here</div>
        
        
          .myborder {border:2px solid #a582ed;}
        
        Border color #a582ed