COLOR #AA90BA

HEX: #AA90BA
RGB: (170,144,186)

Color info

#AA90BA contains red, green and blue colors in about the same proportion. Web safe color of #AA90BA is #9999CC (or #99C).

RGB color model

#AA90BA color RGB value is (170,144,186).

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

RGB channels and saturation

R 170 of 255 = 67%
G 144 of 255 = 56%
B 186 of 255 = 73%

170
144
186

R + G + B ~ 65%. #AA90BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 144 + 186 = 500 (100%)
R 170 of 500 ~ 34%
G 144 of 500 ~ 28.8%
B 186 of 500 ~ 37.2%

%34
%28.8
%37.2

CMYK color model

#AA90BA color CMYK value is (9,23,0,27).

  • cyan value is 8.60%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,23,0,27)
C9M23Y0K27 
(9%,23%,0%,27%)
(0.09/0.23/0.00/0.27)	

CMYK percentages

%8.6
%22.58
%0
%27.06

Codes

Color #AA90BA in popluar color models

AA90BA
RGB170144186
HSL277°23.33%64.71%
HSB/HSV277°22.58%72.94%
CMYK8.60%22.58%0.00%
27.06%

Color #AA90BA in popluar number systems.

HEXAA90BA
Decimal170144186
Binary101010101001000010111010
Octal252220272

Shades and tints

Shades of #AA90BA

#AA90BA
(170,144,186)
#9B83AA
(155,131,170)
#8C769A
(140,118,154)
#7D698A
(125,105,138)
#6E5C7A
(110,92,122)
#5F4F6A
(95,79,106)
#50425A
(80,66,90)
#41354A
(65,53,74)
#32283A
(50,40,58)
#231B2A
(35,27,42)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #AA90BA

#AA90BA
(170,144,186)
#B19AC0
(177,154,192)
#B8A4C6
(184,164,198)
#BFAECC
(191,174,204)
#C6B8D2
(198,184,210)
#CDC2D8
(205,194,216)
#D4CCDE
(212,204,222)
#DBD6E4
(219,214,228)
#E2E0EA
(226,224,234)
#E9EAF0
(233,234,240)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA90BA; }

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

This text font color is #AA90BA.


Background Color

.myBgColor { background-color: #AA90BA; }

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

This div background color is #AA90BA.


Border color

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

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

This div border color is #AA90BA.


Opacity

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

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

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

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

This text has shadow with #AA90BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA90BA on black background.


Color preview on white background

This text has color #AA90BA on white background.



Black color preview on #AA90BA background

This text has black color on #AA90BA background.


White color preview on #AA90BA background

This text has white color on #AA90BA background.