COLOR #AA89BB

HEX: #AA89BB
RGB: (170,137,187)

Color info

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

RGB color model

#AA89BB color RGB value is (170,137,187).

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

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 187 of 255 = 73%

170
137
187

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

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 187 = 494 (100%)
R 170 of 494 ~ 34.41%
G 137 of 494 ~ 27.73%
B 187 of 494 ~ 37.85%

%34.41
%27.73
%37.85

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 26.74%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,27,0,27)
C9M27Y0K27 
(9%,27%,0%,27%)
(0.09/0.27/0.00/0.27)	

CMYK percentages

%9.09
%26.74
%0
%26.67

Codes

Color #AA89BB in popluar color models

AA89BB
RGB170137187
HSL280°26.88%63.53%
HSB/HSV280°26.74%73.33%
CMYK9.09%26.74%0.00%
26.67%

Color #AA89BB in popluar number systems.

HEXAA89BB
Decimal170137187
Binary101010101000100110111011
Octal252211273

Shades and tints

Shades of #AA89BB

#AA89BB
(170,137,187)
#9B7DAA
(155,125,170)
#8C7199
(140,113,153)
#7D6588
(125,101,136)
#6E5977
(110,89,119)
#5F4D66
(95,77,102)
#504155
(80,65,85)
#413544
(65,53,68)
#322933
(50,41,51)
#231D22
(35,29,34)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #AA89BB

#AA89BB
(170,137,187)
#B193C1
(177,147,193)
#B89DC7
(184,157,199)
#BFA7CD
(191,167,205)
#C6B1D3
(198,177,211)
#CDBBD9
(205,187,217)
#D4C5DF
(212,197,223)
#DBCFE5
(219,207,229)
#E2D9EB
(226,217,235)
#E9E3F1
(233,227,241)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA89BB; }

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

This text font color is #AA89BB.


Background Color

.myBgColor { background-color: #AA89BB; }

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

This div background color is #AA89BB.


Border color

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

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

This div border color is #AA89BB.


Opacity

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

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

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

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

This text has shadow with #AA89BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA89BB on black background.


Color preview on white background

This text has color #AA89BB on white background.



Black color preview on #AA89BB background

This text has black color on #AA89BB background.


White color preview on #AA89BB background

This text has white color on #AA89BB background.