COLOR #AA9ED1

HEX: #AA9ED1 RGB: (170,158,209)

Color info

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

RGB color model

#AA9ED1 color RGB value is (170,158,209).

RGB: (170,158,209) (67%, 62%, 82%)

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 209 of 255 = 82%

170
158
209

R + G + B ~ 70%. #AA9ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 158 + 209 = 537 (100%)
R 170 of 537 ~ 31.66%
G 158 of 537 ~ 29.42%
B 209 of 537 ~ 38.92'%

%31.66
%29.42
%38.92

CMYK color model

#AA9ED1 color CMYK value is (19,24,0,18).

  • cyan value is 18.66%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (19,24,0,18)
C19M24Y0K18 (19%, 24%, 0%, 18%)
(0.19 / 0.24 / 0.00 / 0.18)

CMYK percentages

%18.66
%24.4
%0
%18.04

Codes

Color #AA9ED1 in popluar color models

AA 9E D1
RGB 170 158 209
HSL 254° 35.66% 71.96%
HSB/HSV 254° 24.40% 81.96%
CMYK 18.66% 24.40% 0.00%
18.04%

Color #AA9ED1 in popluar number systems.

HEX AA 9E D1
Decimal 170 158 209
Binary 10101010 10011110 11010001
Octal 252 236 321

Shades and tints

Shades of #AA9ED1

#AA9ED1
(170,158,209)
#9B90BE
(155,144,190)
#8C82AB
(140,130,171)
#7D7498
(125,116,152)
#6E6685
(110,102,133)
#5F5872
(95,88,114)
#504A5F
(80,74,95)
#413C4C
(65,60,76)
#322E39
(50,46,57)
#232026
(35,32,38)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #AA9ED1

#AA9ED1
(170,158,209)
#B1A6D5
(177,166,213)
#B8AED9
(184,174,217)
#BFB6DD
(191,182,221)
#C6BEE1
(198,190,225)
#CDC6E5
(205,198,229)
#D4CEE9
(212,206,233)
#DBD6ED
(219,214,237)
#E2DEF1
(226,222,241)
#E9E6F5
(233,230,245)
#F0EEF9
(240,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9ED1 color. Also use rgb(170,158,209) instead hex code.

Text Font Color

.myTextColor { color: #AA9ED1; }

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

This text font color is #AA9ED1.

Background Color

.myBgColor { background-color: #AA9ED1; }

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

This div background color is #AA9ED1.

Border color

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

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

This div border color is #AA9ED1.

Opacity

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

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

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

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

This text has shadow with #AA9ED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9ED1.

Preview

Color preview on black background

This text has color #AA9ED1 on black background.


Color preview on white background

This text has color #AA9ED1 on white background.


Black color preview on #AA9ED1 background

This text has black color on #AA9ED1 background.


White color preview on #AA9ED1 background

This text has white color on #AA9ED1 background.


Related colors

Complementary color

Complementary color for #hex is #55612E.


I love getcolorcode.com

Triadic colors

1 #D1AA9E and #9ED1AA with #AA9ED1 are triadic colors.

2 #D19EAA and #9EAAD1 with #AA9ED1 are triadic colors.