#a180ed color space conversions
Hex:
        #a180ed
        RGB:
        161, 128, 237
        CMY:
        37, 50, 7
        CMYK:
        32, 46, 0, 7
      HSL:
        258°, 75.1724%, 71.5686%
        HSV (HSB):
        258°, 45.9916%, 92.9412%
        XYZ:
        37.7032, 29.1298, 83.7562
        xyY:
        0.2504, 0.1934, 29.1298
      CIE-Lab:
        60.8960, 35.9324, -50.6727
        CIE-LCH:
        60.8960, 62.1197, 305.3407
        CIE-Luv:
        60.8960, 7.8486, -84.8509
        Hunter-Lab:
        53.9721, 30.2433, -54.2284
      #a180ed color charts
#a180ed RGB chart
      #a180ed CMYK chart
      #a180ed RGB pie chart
      #a180ed color shades, tints & tones
#a180ed color schemes
#a180ed color preview, HTML & CSS examples
           This text has a color of #a180ed        
        
          <p style="color:#a180ed;">Text here</p>
        
        
          .mytext {color:#a180ed;}
        
        Text color #a180ed
      
           This box has a color of #a180ed        
        
          <div style="background-color:#a180ed;">Content here</div>
        
        
          .mybackground {background-color:#a180ed;}
        
        Background color #a180ed
      
           Border around this has a color of #a180ed        
        
          <div style="border:2px solid #a180ed;">Content here</div>
        
        
          .myborder {border:2px solid #a180ed;}
        
        Border color #a180ed