COLOR #A18EBA

HEX: #A18EBA
RGB: (161,142,186)

Color info

#A18EBA contains red, green and blue colors in about the same proportion. Web safe color of #A18EBA is #9999CC (or #99C).

RGB color model

#A18EBA color RGB value is (161,142,186).

  • red value is 161;
  • green value is 142;
  • blue value is 186.
RGB:
(161,142,186)
(63%,56%,73%)

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 186 of 255 = 73%

161
142
186

R + G + B ~ 64%. #A18EBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 186 = 489 (100%)
R 161 of 489 ~ 32.92%
G 142 of 489 ~ 29.04%
B 186 of 489 ~ 38.04%

%32.92
%29.04
%38.04

CMYK color model

#A18EBA color CMYK value is (13,24,0,27).

  • cyan value is 13.44%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(13,24,0,27)
C13M24Y0K27 
(13%,24%,0%,27%)
(0.13/0.24/0.00/0.27)	

CMYK percentages

%13.44
%23.66
%0
%27.06

Codes

Color #A18EBA in popluar color models

A18EBA
RGB161142186
HSL266°24.18%64.31%
HSB/HSV266°23.66%72.94%
CMYK13.44%23.66%0.00%
27.06%

Color #A18EBA in popluar number systems.

HEXA18EBA
Decimal161142186
Binary101000011000111010111010
Octal241216272

Shades and tints

Shades of #A18EBA

#A18EBA
(161,142,186)
#9382AA
(147,130,170)
#85769A
(133,118,154)
#776A8A
(119,106,138)
#695E7A
(105,94,122)
#5B526A
(91,82,106)
#4D465A
(77,70,90)
#3F3A4A
(63,58,74)
#312E3A
(49,46,58)
#23222A
(35,34,42)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #A18EBA

#A18EBA
(161,142,186)
#A998C0
(169,152,192)
#B1A2C6
(177,162,198)
#B9ACCC
(185,172,204)
#C1B6D2
(193,182,210)
#C9C0D8
(201,192,216)
#D1CADE
(209,202,222)
#D9D4E4
(217,212,228)
#E1DEEA
(225,222,234)
#E9E8F0
(233,232,240)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18EBA color. Also use rgb(161,142,186) instead hex code.

Text Font Color

.myTextColor { color: #A18EBA; }

<p style="color:#A18EBA">This sample text font color is #A18EBA.</p>

This text font color is #A18EBA.


Background Color

.myBgColor { background-color: #A18EBA; }

<div style="background-color:#A18EBA">Inner text</div>

This div background color is #A18EBA.


Border color

.myBorderColor { border: 1px solid #A18EBA; }

<div style="border:3px solid #A18EBA">Div</div>

This div border color is #A18EBA.


Opacity

.myOpacity80 { color: #A18EBA; opacity: 0.8; }

<p style="color:#A18EBA;opacity:0.8;">80%</p>

Text with #A18EBA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A18EBA;}

<p style="text-shadow: 3px 3px 1px #A18EBA">Text here.</p>

This text has shadow with #A18EBA color.

.textShadow {text-shadow: 3px 3px 1px #A18EBA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A18EBA, 5px 5px 20px red">Text here.</p>

This text has shadow with #A18EBA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A18EBA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A18EBA, Direction=45, Strength=4)">Text</p>

This text has shadow with #A18EBA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A18EBA;
  -webkit-box-shadow:	1px 1px 3px 2px #A18EBA;
  box-shadow:		1px 1px 3px 2px #A18EBA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A18EBA;
-webkit-box-shadow: 1px 1px 3px 2px #A18EBA;
box-shadow:1px 1px 3px 2px #A18EBA;">
Div content here</div>
This div box has shadow with color #A18EBA.

Preview

Color preview on black background

This text has color #A18EBA on black background.


Color preview on white background

This text has color #A18EBA on white background.



Black color preview on #A18EBA background

This text has black color on #A18EBA background.


White color preview on #A18EBA background

This text has white color on #A18EBA background.