#a18eda color space conversions
Hex:
        #a18eda
        RGB:
        161, 142, 218
        CMY:
        37, 44, 15
        CMYK:
        26, 35, 0, 15
      HSL:
        255°, 50.6667%, 70.5882%
        HSV (HSB):
        255°, 34.8624%, 85.4902%
        XYZ:
        37.0258, 31.9850, 70.5519
        xyY:
        0.2653, 0.2292, 31.9850
      CIE-Lab:
        63.3305, 23.2257, -36.2897
        CIE-LCH:
        63.3305, 43.0857, 302.6195
        CIE-Luv:
        63.3305, 4.5044, -60.2366
        Hunter-Lab:
        56.5553, 17.8892, -34.3747
      #a18eda color charts
#a18eda RGB chart
      #a18eda CMYK chart
      #a18eda RGB pie chart
      #a18eda color shades, tints & tones
#a18eda color schemes
#a18eda color preview, HTML & CSS examples
           This text has a color of #a18eda        
        
          <p style="color:#a18eda;">Text here</p>
        
        
          .mytext {color:#a18eda;}
        
        Text color #a18eda
      
           This box has a color of #a18eda        
        
          <div style="background-color:#a18eda;">Content here</div>
        
        
          .mybackground {background-color:#a18eda;}
        
        Background color #a18eda
      
           Border around this has a color of #a18eda        
        
          <div style="border:2px solid #a18eda;">Content here</div>
        
        
          .myborder {border:2px solid #a18eda;}
        
        Border color #a18eda