COLOR #A18EB1

HEX: #A18EB1 RGB: (161,142,177)

Color info

#A18EB1 contains red, green and blue colors in about the same proportion. Web safe color of #A18EB1 is #999999 (or #999).

RGB color model

#A18EB1 color RGB value is (161,142,177).

RGB: (161,142,177) (63%, 56%, 69%)

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 177 of 255 = 69%

161
142
177

R + G + B ~ 63%. #A18EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 142 + 177 = 480 (100%)
R 161 of 480 ~ 33.54%
G 142 of 480 ~ 29.58%
B 177 of 480 ~ 36.88'%

%33.54
%29.58
%36.88

CMYK color model

#A18EB1 color CMYK value is (9,20,0,31).

  • cyan value is 9.04%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (9,20,0,31) C9M20Y0K31 (9%,20%,0%,31%) (0.09/0.20/0.00/0.31) 

CMYK percentages

%9.04
%19.77
%0
%30.59

Codes

Color #A18EB1 in popluar color models

A1 8E B1
RGB 161 142 177
HSL 273° 18.32% 62.55%
HSB/HSV 273° 19.77% 69.41%
CMYK 9.04% 19.77% 0.00%
30.59%

Color #A18EB1 in popluar number systems.

HEX A1 8E B1
Decimal 161 142 177
Binary 10100001 10001110 10110001
Octal 241 216 261

Shades and tints

Shades of #A18EB1

#A18EB1
(161,142,177)
#9382A1
(147,130,161)
#857691
(133,118,145)
#776A81
(119,106,129)
#695E71
(105,94,113)
#5B5261
(91,82,97)
#4D4651
(77,70,81)
#3F3A41
(63,58,65)
#312E31
(49,46,49)
#232221
(35,34,33)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #A18EB1

#A18EB1
(161,142,177)
#A998B8
(169,152,184)
#B1A2BF
(177,162,191)
#B9ACC6
(185,172,198)
#C1B6CD
(193,182,205)
#C9C0D4
(201,192,212)
#D1CADB
(209,202,219)
#D9D4E2
(217,212,226)
#E1DEE9
(225,222,233)
#E9E8F0
(233,232,240)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18EB1; }

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

This text font color is #A18EB1.

Background Color

.myBgColor { background-color: #A18EB1; }

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

This div background color is #A18EB1.

Border color

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

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

This div border color is #A18EB1.

Opacity

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

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

Text with #A18EB1 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 #A18EB1;}

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

This text has shadow with #A18EB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18EB1.

Preview

Color preview on black background

This text has color #A18EB1 on black background.


Color preview on white background

This text has color #A18EB1 on white background.


Black color preview on #A18EB1 background

This text has black color on #A18EB1 background.


White color preview on #A18EB1 background

This text has white color on #A18EB1 background.


Related colors

Complementary color

Complementary color for #hex is #5E714E.


I love getcolorcode.com

Triadic colors

1 #B1A18E and #8EB1A1 with #A18EB1 are triadic colors.

2 #B18EA1 and #8EA1B1 with #A18EB1 are triadic colors.