COLOR #AA9AEB

HEX: #AA9AEB RGB: (170,154,235)

Color info

#AA9AEB contains mainly blue color. Web safe color of #AA9AEB is #9999FF (or #99F).

RGB color model

#AA9AEB color RGB value is (170,154,235).

RGB: (170,154,235) (67%, 60%, 92%)

RGB channels and saturation

R 170 of 255 = 67%
G 154 of 255 = 60%
B 235 of 255 = 92%

170
154
235

R + G + B ~ 73%. #AA9AEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 154 + 235 = 559 (100%)
R 170 of 559 ~ 30.41%
G 154 of 559 ~ 27.55%
B 235 of 559 ~ 42.04'%

%30.41
%27.55
%42.04

CMYK color model

#AA9AEB color CMYK value is (28,34,0,8).

  • cyan value is 27.66%
  • magenta value is 34.47%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (28,34,0,8)
C28M34Y0K8 (28%, 34%, 0%, 8%)
(0.28 / 0.34 / 0.00 / 0.08)

CMYK percentages

%27.66
%34.47
%0
%7.84

Codes

Color #AA9AEB in popluar color models

AA 9A EB
RGB 170 154 235
HSL 252° 66.94% 76.27%
HSB/HSV 252° 34.47% 92.16%
CMYK 27.66% 34.47% 0.00%
7.84%

Color #AA9AEB in popluar number systems.

HEX AA 9A EB
Decimal 170 154 235
Binary 10101010 10011010 11101011
Octal 252 232 353

Shades and tints

Shades of #AA9AEB

#AA9AEB
(170,154,235)
#9B8CD6
(155,140,214)
#8C7EC1
(140,126,193)
#7D70AC
(125,112,172)
#6E6297
(110,98,151)
#5F5482
(95,84,130)
#50466D
(80,70,109)
#413858
(65,56,88)
#322A43
(50,42,67)
#231C2E
(35,28,46)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #AA9AEB

#AA9AEB
(170,154,235)
#B1A3EC
(177,163,236)
#B8ACED
(184,172,237)
#BFB5EE
(191,181,238)
#C6BEEF
(198,190,239)
#CDC7F0
(205,199,240)
#D4D0F1
(212,208,241)
#DBD9F2
(219,217,242)
#E2E2F3
(226,226,243)
#E9EBF4
(233,235,244)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA9AEB; }

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

This text font color is #AA9AEB.

Background Color

.myBgColor { background-color: #AA9AEB; }

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

This div background color is #AA9AEB.

Border color

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

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

This div border color is #AA9AEB.

Opacity

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

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

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

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

This text has shadow with #AA9AEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA9AEB.

Preview

Color preview on black background

This text has color #AA9AEB on black background.


Color preview on white background

This text has color #AA9AEB on white background.


Black color preview on #AA9AEB background

This text has black color on #AA9AEB background.


White color preview on #AA9AEB background

This text has white color on #AA9AEB background.


Related colors

Complementary color

Complementary color for #hex is #556514.


I love getcolorcode.com

Triadic colors

1 #EBAA9A and #9AEBAA with #AA9AEB are triadic colors.

2 #EB9AAA and #9AAAEB with #AA9AEB are triadic colors.