#a580ff color space conversions
Hex:
        #a580ff
        RGB:
        165, 128, 255
        CMY:
        35, 50, 0
        CMYK:
        35, 50, 0, 0
      HSL:
        257°, 100.0000%, 75.0980%
        HSV (HSB):
        257°, 49.8039%, 100.0000%
        XYZ:
        41.2862, 30.6577, 98.3492
        xyY:
        0.2424, 0.1800, 30.6577
      CIE-Lab:
        62.2176, 41.5235, -58.4726
        CIE-LCH:
        62.2176, 71.7164, 305.3800
        CIE-Luv:
        62.2176, 7.7460, -98.5080
        Hunter-Lab:
        55.3694, 36.2023, -66.5547
      #a580ff color charts
#a580ff RGB chart
      #a580ff CMYK chart
      #a580ff RGB pie chart
      #a580ff color shades, tints & tones
#a580ff color schemes
#a580ff color preview, HTML & CSS examples
           This text has a color of #a580ff        
        
          <p style="color:#a580ff;">Text here</p>
        
        
          .mytext {color:#a580ff;}
        
        Text color #a580ff
      
           This box has a color of #a580ff        
        
          <div style="background-color:#a580ff;">Content here</div>
        
        
          .mybackground {background-color:#a580ff;}
        
        Background color #a580ff
      
           Border around this has a color of #a580ff        
        
          <div style="border:2px solid #a580ff;">Content here</div>
        
        
          .myborder {border:2px solid #a580ff;}
        
        Border color #a580ff