COLOR #AA89AD

HEX: #AA89AD
RGB: (170,137,173)

Color info

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

RGB color model

#AA89AD color RGB value is (170,137,173).

  • red value is 170;
  • green value is 137;
  • blue value is 173.
RGB:
(170,137,173)
(67%,54%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 173 of 255 = 68%

170
137
173

R + G + B ~ 63%. #AA89AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 173 = 480 (100%)
R 170 of 480 ~ 35.42%
G 137 of 480 ~ 28.54%
B 173 of 480 ~ 36.04%

%35.42
%28.54
%36.04

CMYK color model

#AA89AD color CMYK value is (2,21,0,32).

  • cyan value is 1.73%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(2,21,0,32)
C2M21Y0K32 
(2%,21%,0%,32%)
(0.02/0.21/0.00/0.32)	

CMYK percentages

%1.73
%20.81
%0
%32.16

Codes

Color #AA89AD in popluar color models

AA89AD
RGB170137173
HSL295°18.00%60.78%
HSB/HSV295°20.81%67.84%
CMYK1.73%20.81%0.00%
32.16%

Color #AA89AD in popluar number systems.

HEXAA89AD
Decimal170137173
Binary101010101000100110101101
Octal252211255

Shades and tints

Shades of #AA89AD

#AA89AD
(170,137,173)
#9B7D9E
(155,125,158)
#8C718F
(140,113,143)
#7D6580
(125,101,128)
#6E5971
(110,89,113)
#5F4D62
(95,77,98)
#504153
(80,65,83)
#413544
(65,53,68)
#322935
(50,41,53)
#231D26
(35,29,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #AA89AD

#AA89AD
(170,137,173)
#B193B4
(177,147,180)
#B89DBB
(184,157,187)
#BFA7C2
(191,167,194)
#C6B1C9
(198,177,201)
#CDBBD0
(205,187,208)
#D4C5D7
(212,197,215)
#DBCFDE
(219,207,222)
#E2D9E5
(226,217,229)
#E9E3EC
(233,227,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA89AD color. Also use rgb(170,137,173) instead hex code.

Text Font Color

.myTextColor { color: #AA89AD; }

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

This text font color is #AA89AD.


Background Color

.myBgColor { background-color: #AA89AD; }

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

This div background color is #AA89AD.


Border color

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

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

This div border color is #AA89AD.


Opacity

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

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

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

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

This text has shadow with #AA89AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA89AD on black background.


Color preview on white background

This text has color #AA89AD on white background.



Black color preview on #AA89AD background

This text has black color on #AA89AD background.


White color preview on #AA89AD background

This text has white color on #AA89AD background.