COLOR #AA9EE0

HEX: #AA9EE0 RGB: (170,158,224)

Color info

#AA9EE0 contains mainly red and blue colors. Web safe color of #AA9EE0 is #9999CC (or #99C).

RGB color model

#AA9EE0 color RGB value is (170,158,224).

RGB: (170,158,224) (67%, 62%, 88%)

RGB channels and saturation

R 170 of 255 = 67%
G 158 of 255 = 62%
B 224 of 255 = 88%

170
158
224

R + G + B ~ 72%. #AA9EE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 158 + 224 = 552 (100%)
R 170 of 552 ~ 30.8%
G 158 of 552 ~ 28.62%
B 224 of 552 ~ 40.58'%

%30.8
%28.62
%40.58

CMYK color model

#AA9EE0 color CMYK value is (24,29,0,12).

  • cyan value is 24.11%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (24,29,0,12)
C24M29Y0K12 (24%, 29%, 0%, 12%)
(0.24 / 0.29 / 0.00 / 0.12)

CMYK percentages

%24.11
%29.46
%0
%12.16

Codes

Color #AA9EE0 in popluar color models

AA 9E E0
RGB 170 158 224
HSL 251° 51.56% 74.90%
HSB/HSV 251° 29.46% 87.84%
CMYK 24.11% 29.46% 0.00%
12.16%

Color #AA9EE0 in popluar number systems.

HEX AA 9E E0
Decimal 170 158 224
Binary 10101010 10011110 11100000
Octal 252 236 340

Shades and tints

Shades of #AA9EE0

#AA9EE0
(170,158,224)
#9B90CC
(155,144,204)
#8C82B8
(140,130,184)
#7D74A4
(125,116,164)
#6E6690
(110,102,144)
#5F587C
(95,88,124)
#504A68
(80,74,104)
#413C54
(65,60,84)
#322E40
(50,46,64)
#23202C
(35,32,44)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #AA9EE0

#AA9EE0
(170,158,224)
#B1A6E2
(177,166,226)
#B8AEE4
(184,174,228)
#BFB6E6
(191,182,230)
#C6BEE8
(198,190,232)
#CDC6EA
(205,198,234)
#D4CEEC
(212,206,236)
#DBD6EE
(219,214,238)
#E2DEF0
(226,222,240)
#E9E6F2
(233,230,242)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9EE0; }

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

This text font color is #AA9EE0.

Background Color

.myBgColor { background-color: #AA9EE0; }

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

This div background color is #AA9EE0.

Border color

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

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

This div border color is #AA9EE0.

Opacity

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

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

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

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

This text has shadow with #AA9EE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9EE0.

Preview

Color preview on black background

This text has color #AA9EE0 on black background.


Color preview on white background

This text has color #AA9EE0 on white background.


Black color preview on #AA9EE0 background

This text has black color on #AA9EE0 background.


White color preview on #AA9EE0 background

This text has white color on #AA9EE0 background.


Related colors

Complementary color

Complementary color for #hex is #55611F.


I love getcolorcode.com

Triadic colors

1 #E0AA9E and #9EE0AA with #AA9EE0 are triadic colors.

2 #E09EAA and #9EAAE0 with #AA9EE0 are triadic colors.