#a180ff color space conversions
Hex:
        #a180ff
        RGB:
        161, 128, 255
        CMY:
        37, 50, 0
        CMYK:
        37, 50, 0, 0
      HSL:
        256°, 100.0000%, 75.0980%
        HSV (HSB):
        256°, 49.8039%, 100.0000%
        XYZ:
        40.4671, 30.2354, 98.3109
        xyY:
        0.2394, 0.1789, 30.2354
      CIE-Lab:
        61.8568, 40.5576, -59.0695
        CIE-LCH:
        61.8568, 71.6528, 304.4738
        CIE-Luv:
        61.8568, 5.8980, -99.2432
        Hunter-Lab:
        54.9867, 35.1391, -67.5140
      #a180ff color charts
#a180ff RGB chart
      #a180ff CMYK chart
      #a180ff RGB pie chart
      #a180ff color shades, tints & tones
#a180ff color schemes
#a180ff color preview, HTML & CSS examples
           This text has a color of #a180ff        
        
          <p style="color:#a180ff;">Text here</p>
        
        
          .mytext {color:#a180ff;}
        
        Text color #a180ff
      
           This box has a color of #a180ff        
        
          <div style="background-color:#a180ff;">Content here</div>
        
        
          .mybackground {background-color:#a180ff;}
        
        Background color #a180ff
      
           Border around this has a color of #a180ff        
        
          <div style="border:2px solid #a180ff;">Content here</div>
        
        
          .myborder {border:2px solid #a180ff;}
        
        Border color #a180ff