COLOR #AA90B0

HEX: #AA90B0
RGB: (170,144,176)

Color info

#AA90B0 contains red, green and blue colors in about the same proportion. Web safe color of #AA90B0 is #999999 (or #999).

RGB color model

#AA90B0 color RGB value is (170,144,176).

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

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 176 of 255 = 69%

170
144
176

R + G + B ~ 64%. #AA90B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 144 + 176 = 490 (100%)
R 170 of 490 ~ 34.69%
G 144 of 490 ~ 29.39%
B 176 of 490 ~ 35.92%

%34.69
%29.39
%35.92

CMYK color model

#AA90B0 color CMYK value is (3,18,0,31).

  • cyan value is 3.41%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(3,18,0,31)
C3M18Y0K31 
(3%,18%,0%,31%)
(0.03/0.18/0.00/0.31)	

CMYK percentages

%3.41
%18.18
%0
%30.98

Codes

Color #AA90B0 in popluar color models

AA90B0
RGB170144176
HSL289°16.84%62.75%
HSB/HSV289°18.18%69.02%
CMYK3.41%18.18%0.00%
30.98%

Color #AA90B0 in popluar number systems.

HEXAA90B0
Decimal170144176
Binary101010101001000010110000
Octal252220260

Shades and tints

Shades of #AA90B0

#AA90B0
(170,144,176)
#9B83A0
(155,131,160)
#8C7690
(140,118,144)
#7D6980
(125,105,128)
#6E5C70
(110,92,112)
#5F4F60
(95,79,96)
#504250
(80,66,80)
#413540
(65,53,64)
#322830
(50,40,48)
#231B20
(35,27,32)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #AA90B0

#AA90B0
(170,144,176)
#B19AB7
(177,154,183)
#B8A4BE
(184,164,190)
#BFAEC5
(191,174,197)
#C6B8CC
(198,184,204)
#CDC2D3
(205,194,211)
#D4CCDA
(212,204,218)
#DBD6E1
(219,214,225)
#E2E0E8
(226,224,232)
#E9EAEF
(233,234,239)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA90B0; }

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

This text font color is #AA90B0.


Background Color

.myBgColor { background-color: #AA90B0; }

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

This div background color is #AA90B0.


Border color

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

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

This div border color is #AA90B0.


Opacity

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

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

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

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

This text has shadow with #AA90B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA90B0 on black background.


Color preview on white background

This text has color #AA90B0 on white background.



Black color preview on #AA90B0 background

This text has black color on #AA90B0 background.


White color preview on #AA90B0 background

This text has white color on #AA90B0 background.