COLOR #A18BB9

HEX: #A18BB9 RGB: (161,139,185)

Color info

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

RGB color model

#A18BB9 color RGB value is (161,139,185).

RGB: (161,139,185) (63%, 55%, 73%)

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 185 of 255 = 73%

161
139
185

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

Portions of RGB colors in percentages

R + G + B = 161 + 139 + 185 = 485 (100%)
R 161 of 485 ~ 33.2%
G 139 of 485 ~ 28.66%
B 185 of 485 ~ 38.14'%

%33.2
%28.66
%38.14

CMYK color model

#A18BB9 color CMYK value is (13,25,0,27).

  • cyan value is 12.97%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (13,25,0,27)
C13M25Y0K27 (13%, 25%, 0%, 27%)
(0.13 / 0.25 / 0.00 / 0.27)

CMYK percentages

%12.97
%24.86
%0
%27.45

Codes

Color #A18BB9 in popluar color models

A1 8B B9
RGB 161 139 185
HSL 269° 24.73% 63.53%
HSB/HSV 269° 24.86% 72.55%
CMYK 12.97% 24.86% 0.00%
27.45%

Color #A18BB9 in popluar number systems.

HEX A1 8B B9
Decimal 161 139 185
Binary 10100001 10001011 10111001
Octal 241 213 271

Shades and tints

Shades of #A18BB9

#A18BB9
(161,139,185)
#937FA9
(147,127,169)
#857399
(133,115,153)
#776789
(119,103,137)
#695B79
(105,91,121)
#5B4F69
(91,79,105)
#4D4359
(77,67,89)
#3F3749
(63,55,73)
#312B39
(49,43,57)
#231F29
(35,31,41)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #A18BB9

#A18BB9
(161,139,185)
#A995BF
(169,149,191)
#B19FC5
(177,159,197)
#B9A9CB
(185,169,203)
#C1B3D1
(193,179,209)
#C9BDD7
(201,189,215)
#D1C7DD
(209,199,221)
#D9D1E3
(217,209,227)
#E1DBE9
(225,219,233)
#E9E5EF
(233,229,239)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18BB9 color. Also use rgb(161,139,185) instead hex code.

Text Font Color

.myTextColor { color: #A18BB9; }

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

This text font color is #A18BB9.

Background Color

.myBgColor { background-color: #A18BB9; }

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

This div background color is #A18BB9.

Border color

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

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

This div border color is #A18BB9.

Opacity

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

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

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

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

This text has shadow with #A18BB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18BB9.

Preview

Color preview on black background

This text has color #A18BB9 on black background.


Color preview on white background

This text has color #A18BB9 on white background.


Black color preview on #A18BB9 background

This text has black color on #A18BB9 background.


White color preview on #A18BB9 background

This text has white color on #A18BB9 background.


Related colors

Complementary color

Complementary color for #hex is #5E7446.


I love getcolorcode.com

Triadic colors

1 #B9A18B and #8BB9A1 with #A18BB9 are triadic colors.

2 #B98BA1 and #8BA1B9 with #A18BB9 are triadic colors.