COLOR #AA9AC9

HEX: #AA9AC9
RGB: (170,154,201)

Color info

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

RGB color model

#AA9AC9 color RGB value is (170,154,201).

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

RGB channels and saturation

R 170 of 255 = 67%
G 154 of 255 = 60%
B 201 of 255 = 79%

170
154
201

R + G + B ~ 69%. #AA9AC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 154 + 201 = 525 (100%)
R 170 of 525 ~ 32.38%
G 154 of 525 ~ 29.33%
B 201 of 525 ~ 38.29%

%32.38
%29.33
%38.29

CMYK color model

#AA9AC9 color CMYK value is (15,23,0,21).

  • cyan value is 15.42%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,23,0,21)
C15M23Y0K21 
(15%,23%,0%,21%)
(0.15/0.23/0.00/0.21)	

CMYK percentages

%15.42
%23.38
%0
%21.18

Codes

Color #AA9AC9 in popluar color models

AA9AC9
RGB170154201
HSL260°30.32%69.61%
HSB/HSV260°23.38%78.82%
CMYK15.42%23.38%0.00%
21.18%

Color #AA9AC9 in popluar number systems.

HEXAA9AC9
Decimal170154201
Binary101010101001101011001001
Octal252232311

Shades and tints

Shades of #AA9AC9

#AA9AC9
(170,154,201)
#9B8CB7
(155,140,183)
#8C7EA5
(140,126,165)
#7D7093
(125,112,147)
#6E6281
(110,98,129)
#5F546F
(95,84,111)
#50465D
(80,70,93)
#41384B
(65,56,75)
#322A39
(50,42,57)
#231C27
(35,28,39)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #AA9AC9

#AA9AC9
(170,154,201)
#B1A3CD
(177,163,205)
#B8ACD1
(184,172,209)
#BFB5D5
(191,181,213)
#C6BED9
(198,190,217)
#CDC7DD
(205,199,221)
#D4D0E1
(212,208,225)
#DBD9E5
(219,217,229)
#E2E2E9
(226,226,233)
#E9EBED
(233,235,237)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9AC9; }

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

This text font color is #AA9AC9.


Background Color

.myBgColor { background-color: #AA9AC9; }

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

This div background color is #AA9AC9.


Border color

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

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

This div border color is #AA9AC9.


Opacity

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

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

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

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

This text has shadow with #AA9AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9AC9 on black background.


Color preview on white background

This text has color #AA9AC9 on white background.



Black color preview on #AA9AC9 background

This text has black color on #AA9AC9 background.


White color preview on #AA9AC9 background

This text has white color on #AA9AC9 background.