COLOR #AA90EB

HEX: #AA90EB
RGB: (170,144,235)

Color info

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

RGB color model

#AA90EB color RGB value is (170,144,235).

  • red value is 170;
  • green value is 144;
  • blue value is 235.
RGB:
(170,144,235)
(67%,56%,92%)

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 235 of 255 = 92%

170
144
235

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

Portions of RGB colors in percentages

R + G + B =
170 + 144 + 235 = 549 (100%)
R 170 of 549 ~ 30.97%
G 144 of 549 ~ 26.23%
B 235 of 549 ~ 42.81%

%30.97
%26.23
%42.81

CMYK color model

#AA90EB color CMYK value is (28,39,0,8).

  • cyan value is 27.66%
  • magenta value is 38.72%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(28,39,0,8)
C28M39Y0K8 
(28%,39%,0%,8%)
(0.28/0.39/0.00/0.08)	

CMYK percentages

%27.66
%38.72
%0
%7.84

Codes

Color #AA90EB in popluar color models

AA90EB
RGB170144235
HSL257°69.47%74.31%
HSB/HSV257°38.72%92.16%
CMYK27.66%38.72%0.00%
7.84%

Color #AA90EB in popluar number systems.

HEXAA90EB
Decimal170144235
Binary101010101001000011101011
Octal252220353

Shades and tints

Shades of #AA90EB

#AA90EB
(170,144,235)
#9B83D6
(155,131,214)
#8C76C1
(140,118,193)
#7D69AC
(125,105,172)
#6E5C97
(110,92,151)
#5F4F82
(95,79,130)
#50426D
(80,66,109)
#413558
(65,53,88)
#322843
(50,40,67)
#231B2E
(35,27,46)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #AA90EB

#AA90EB
(170,144,235)
#B19AEC
(177,154,236)
#B8A4ED
(184,164,237)
#BFAEEE
(191,174,238)
#C6B8EF
(198,184,239)
#CDC2F0
(205,194,240)
#D4CCF1
(212,204,241)
#DBD6F2
(219,214,242)
#E2E0F3
(226,224,243)
#E9EAF4
(233,234,244)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA90EB; }

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

This text font color is #AA90EB.


Background Color

.myBgColor { background-color: #AA90EB; }

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

This div background color is #AA90EB.


Border color

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

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

This div border color is #AA90EB.


Opacity

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

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

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

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

This text has shadow with #AA90EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA90EB on black background.


Color preview on white background

This text has color #AA90EB on white background.



Black color preview on #AA90EB background

This text has black color on #AA90EB background.


White color preview on #AA90EB background

This text has white color on #AA90EB background.