COLOR #AA9AAD

HEX: #AA9AAD
RGB: (170,154,173)

Color info

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

RGB color model

#AA9AAD color RGB value is (170,154,173).

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

RGB channels and saturation

R 170 of 255 = 67%
G 154 of 255 = 60%
B 173 of 255 = 68%

170
154
173

R + G + B ~ 65%. #AA9AAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 154 + 173 = 497 (100%)
R 170 of 497 ~ 34.21%
G 154 of 497 ~ 30.99%
B 173 of 497 ~ 34.81%

%34.21
%30.99
%34.81

CMYK color model

#AA9AAD color CMYK value is (2,11,0,32).

  • cyan value is 1.73%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,11,0,32)
C2M11Y0K32 
(2%,11%,0%,32%)
(0.02/0.11/0.00/0.32)	

CMYK percentages

%1.73
%10.98
%0
%32.16

Codes

Color #AA9AAD in popluar color models

AA9AAD
RGB170154173
HSL291°10.38%64.12%
HSB/HSV291°10.98%67.84%
CMYK1.73%10.98%0.00%
32.16%

Color #AA9AAD in popluar number systems.

HEXAA9AAD
Decimal170154173
Binary101010101001101010101101
Octal252232255

Shades and tints

Shades of #AA9AAD

#AA9AAD
(170,154,173)
#9B8C9E
(155,140,158)
#8C7E8F
(140,126,143)
#7D7080
(125,112,128)
#6E6271
(110,98,113)
#5F5462
(95,84,98)
#504653
(80,70,83)
#413844
(65,56,68)
#322A35
(50,42,53)
#231C26
(35,28,38)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #AA9AAD

#AA9AAD
(170,154,173)
#B1A3B4
(177,163,180)
#B8ACBB
(184,172,187)
#BFB5C2
(191,181,194)
#C6BEC9
(198,190,201)
#CDC7D0
(205,199,208)
#D4D0D7
(212,208,215)
#DBD9DE
(219,217,222)
#E2E2E5
(226,226,229)
#E9EBEC
(233,235,236)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9AAD; }

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

This text font color is #AA9AAD.


Background Color

.myBgColor { background-color: #AA9AAD; }

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

This div background color is #AA9AAD.


Border color

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

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

This div border color is #AA9AAD.


Opacity

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

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

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

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

This text has shadow with #AA9AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9AAD on black background.


Color preview on white background

This text has color #AA9AAD on white background.



Black color preview on #AA9AAD background

This text has black color on #AA9AAD background.


White color preview on #AA9AAD background

This text has white color on #AA9AAD background.