COLOR #A49AAD

HEX: #A49AAD
RGB: (164,154,173)

Color info

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

RGB color model

#A49AAD color RGB value is (164,154,173).

  • red value is 164;
  • green value is 154;
  • blue value is 173.
RGB:
(164,154,173)
(64%,60%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 154 of 255 = 60%
B 173 of 255 = 68%

164
154
173

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

Portions of RGB colors in percentages

R + G + B =
164 + 154 + 173 = 491 (100%)
R 164 of 491 ~ 33.4%
G 154 of 491 ~ 31.36%
B 173 of 491 ~ 35.23%

%33.4
%31.36
%35.23

CMYK color model

#A49AAD color CMYK value is (5,11,0,32).

  • cyan value is 5.20%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(5,11,0,32)
C5M11Y0K32 
(5%,11%,0%,32%)
(0.05/0.11/0.00/0.32)	

CMYK percentages

%5.2
%10.98
%0
%32.16

Codes

Color #A49AAD in popluar color models

A49AAD
RGB164154173
HSL272°10.38%64.12%
HSB/HSV272°10.98%67.84%
CMYK5.20%10.98%0.00%
32.16%

Color #A49AAD in popluar number systems.

HEXA49AAD
Decimal164154173
Binary101001001001101010101101
Octal244232255

Shades and tints

Shades of #A49AAD

#A49AAD
(164,154,173)
#968C9E
(150,140,158)
#887E8F
(136,126,143)
#7A7080
(122,112,128)
#6C6271
(108,98,113)
#5E5462
(94,84,98)
#504653
(80,70,83)
#423844
(66,56,68)
#342A35
(52,42,53)
#261C26
(38,28,38)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #A49AAD

#A49AAD
(164,154,173)
#ACA3B4
(172,163,180)
#B4ACBB
(180,172,187)
#BCB5C2
(188,181,194)
#C4BEC9
(196,190,201)
#CCC7D0
(204,199,208)
#D4D0D7
(212,208,215)
#DCD9DE
(220,217,222)
#E4E2E5
(228,226,229)
#ECEBEC
(236,235,236)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49AAD color. Also use rgb(164,154,173) instead hex code.

Text Font Color

.myTextColor { color: #A49AAD; }

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

This text font color is #A49AAD.


Background Color

.myBgColor { background-color: #A49AAD; }

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

This div background color is #A49AAD.


Border color

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

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

This div border color is #A49AAD.


Opacity

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

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

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

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

This text has shadow with #A49AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49AAD on black background.


Color preview on white background

This text has color #A49AAD on white background.



Black color preview on #A49AAD background

This text has black color on #A49AAD background.


White color preview on #A49AAD background

This text has white color on #A49AAD background.