COLOR #A18AB9

HEX: #A18AB9 RGB: (161,138,185)

Color info

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

RGB color model

#A18AB9 color RGB value is (161,138,185).

RGB: (161,138,185) (63%, 54%, 73%)

RGB channels and saturation

R 161 of 255 = 63%
G 138 of 255 = 54%
B 185 of 255 = 73%

161
138
185

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

Portions of RGB colors in percentages

R + G + B = 161 + 138 + 185 = 484 (100%)
R 161 of 484 ~ 33.26%
G 138 of 484 ~ 28.51%
B 185 of 484 ~ 38.22'%

%33.26
%28.51
%38.22

CMYK color model

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

  • cyan value is 12.97%
  • magenta value is 25.41%
  • 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
%25.41
%0
%27.45

Codes

Color #A18AB9 in popluar color models

A1 8A B9
RGB 161 138 185
HSL 269° 25.13% 63.33%
HSB/HSV 269° 25.41% 72.55%
CMYK 12.97% 25.41% 0.00%
27.45%

Color #A18AB9 in popluar number systems.

HEX A1 8A B9
Decimal 161 138 185
Binary 10100001 10001010 10111001
Octal 241 212 271

Shades and tints

Shades of #A18AB9

#A18AB9
(161,138,185)
#937EA9
(147,126,169)
#857299
(133,114,153)
#776689
(119,102,137)
#695A79
(105,90,121)
#5B4E69
(91,78,105)
#4D4259
(77,66,89)
#3F3649
(63,54,73)
#312A39
(49,42,57)
#231E29
(35,30,41)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #A18AB9

#A18AB9
(161,138,185)
#A994BF
(169,148,191)
#B19EC5
(177,158,197)
#B9A8CB
(185,168,203)
#C1B2D1
(193,178,209)
#C9BCD7
(201,188,215)
#D1C6DD
(209,198,221)
#D9D0E3
(217,208,227)
#E1DAE9
(225,218,233)
#E9E4EF
(233,228,239)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18AB9; }

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

This text font color is #A18AB9.

Background Color

.myBgColor { background-color: #A18AB9; }

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

This div background color is #A18AB9.

Border color

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

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

This div border color is #A18AB9.

Opacity

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

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

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

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

This text has shadow with #A18AB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18AB9.

Preview

Color preview on black background

This text has color #A18AB9 on black background.


Color preview on white background

This text has color #A18AB9 on white background.


Black color preview on #A18AB9 background

This text has black color on #A18AB9 background.


White color preview on #A18AB9 background

This text has white color on #A18AB9 background.


Related colors

Complementary color

Complementary color for #hex is #5E7546.


I love getcolorcode.com

Triadic colors

1 #B9A18A and #8AB9A1 with #A18AB9 are triadic colors.

2 #B98AA1 and #8AA1B9 with #A18AB9 are triadic colors.