COLOR #AA90D9

HEX: #AA90D9
RGB: (170,144,217)

Color info

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

RGB color model

#AA90D9 color RGB value is (170,144,217).

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

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 217 of 255 = 85%

170
144
217

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

Portions of RGB colors in percentages

R + G + B =
170 + 144 + 217 = 531 (100%)
R 170 of 531 ~ 32.02%
G 144 of 531 ~ 27.12%
B 217 of 531 ~ 40.87%

%32.02
%27.12
%40.87

CMYK color model

#AA90D9 color CMYK value is (22,34,0,15).

  • cyan value is 21.66%
  • magenta value is 33.64%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(22,34,0,15)
C22M34Y0K15 
(22%,34%,0%,15%)
(0.22/0.34/0.00/0.15)	

CMYK percentages

%21.66
%33.64
%0
%14.9

Codes

Color #AA90D9 in popluar color models

AA90D9
RGB170144217
HSL261°48.99%70.78%
HSB/HSV261°33.64%85.10%
CMYK21.66%33.64%0.00%
14.90%

Color #AA90D9 in popluar number systems.

HEXAA90D9
Decimal170144217
Binary101010101001000011011001
Octal252220331

Shades and tints

Shades of #AA90D9

#AA90D9
(170,144,217)
#9B83C6
(155,131,198)
#8C76B3
(140,118,179)
#7D69A0
(125,105,160)
#6E5C8D
(110,92,141)
#5F4F7A
(95,79,122)
#504267
(80,66,103)
#413554
(65,53,84)
#322841
(50,40,65)
#231B2E
(35,27,46)
#140E1B
(20,14,27)
#000000
(0,0,0)

Tints of #AA90D9

#AA90D9
(170,144,217)
#B19ADC
(177,154,220)
#B8A4DF
(184,164,223)
#BFAEE2
(191,174,226)
#C6B8E5
(198,184,229)
#CDC2E8
(205,194,232)
#D4CCEB
(212,204,235)
#DBD6EE
(219,214,238)
#E2E0F1
(226,224,241)
#E9EAF4
(233,234,244)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA90D9; }

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

This text font color is #AA90D9.


Background Color

.myBgColor { background-color: #AA90D9; }

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

This div background color is #AA90D9.


Border color

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

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

This div border color is #AA90D9.


Opacity

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

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

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

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

This text has shadow with #AA90D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA90D9 on black background.


Color preview on white background

This text has color #AA90D9 on white background.



Black color preview on #AA90D9 background

This text has black color on #AA90D9 background.


White color preview on #AA90D9 background

This text has white color on #AA90D9 background.