COLOR #A18EB5

HEX: #A18EB5 RGB: (161,142,181)

Color info

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

RGB color model

#A18EB5 color RGB value is (161,142,181).

RGB: (161,142,181) (63%, 56%, 71%)

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 181 of 255 = 71%

161
142
181

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

Portions of RGB colors in percentages

R + G + B = 161 + 142 + 181 = 484 (100%)
R 161 of 484 ~ 33.26%
G 142 of 484 ~ 29.34%
B 181 of 484 ~ 37.4'%

%33.26
%29.34
%37.4

CMYK color model

#A18EB5 color CMYK value is (11,22,0,29).

  • cyan value is 11.05%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (11,22,0,29)
C11M22Y0K29 (11%, 22%, 0%, 29%)
(0.11 / 0.22 / 0.00 / 0.29)

CMYK percentages

%11.05
%21.55
%0
%29.02

Codes

Color #A18EB5 in popluar color models

A1 8E B5
RGB 161 142 181
HSL 269° 20.86% 63.33%
HSB/HSV 269° 21.55% 70.98%
CMYK 11.05% 21.55% 0.00%
29.02%

Color #A18EB5 in popluar number systems.

HEX A1 8E B5
Decimal 161 142 181
Binary 10100001 10001110 10110101
Octal 241 216 265

Shades and tints

Shades of #A18EB5

#A18EB5
(161,142,181)
#9382A5
(147,130,165)
#857695
(133,118,149)
#776A85
(119,106,133)
#695E75
(105,94,117)
#5B5265
(91,82,101)
#4D4655
(77,70,85)
#3F3A45
(63,58,69)
#312E35
(49,46,53)
#232225
(35,34,37)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #A18EB5

#A18EB5
(161,142,181)
#A998BB
(169,152,187)
#B1A2C1
(177,162,193)
#B9ACC7
(185,172,199)
#C1B6CD
(193,182,205)
#C9C0D3
(201,192,211)
#D1CAD9
(209,202,217)
#D9D4DF
(217,212,223)
#E1DEE5
(225,222,229)
#E9E8EB
(233,232,235)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18EB5; }

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

This text font color is #A18EB5.

Background Color

.myBgColor { background-color: #A18EB5; }

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

This div background color is #A18EB5.

Border color

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

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

This div border color is #A18EB5.

Opacity

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

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

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

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

This text has shadow with #A18EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18EB5.

Preview

Color preview on black background

This text has color #A18EB5 on black background.


Color preview on white background

This text has color #A18EB5 on white background.


Black color preview on #A18EB5 background

This text has black color on #A18EB5 background.


White color preview on #A18EB5 background

This text has white color on #A18EB5 background.


Related colors

Complementary color

Complementary color for #hex is #5E714A.


I love getcolorcode.com

Triadic colors

1 #B5A18E and #8EB5A1 with #A18EB5 are triadic colors.

2 #B58EA1 and #8EA1B5 with #A18EB5 are triadic colors.