COLOR #AA89CE

HEX: #AA89CE
RGB: (170,137,206)

Color info

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

RGB color model

#AA89CE color RGB value is (170,137,206).

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

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 206 of 255 = 81%

170
137
206

R + G + B ~ 67%. #AA89CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 137 + 206 = 513 (100%)
R 170 of 513 ~ 33.14%
G 137 of 513 ~ 26.71%
B 206 of 513 ~ 40.16%

%33.14
%26.71
%40.16

CMYK color model

#AA89CE color CMYK value is (17,33,0,19).

  • cyan value is 17.48%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,33,0,19)
C17M33Y0K19 
(17%,33%,0%,19%)
(0.17/0.33/0.00/0.19)	

CMYK percentages

%17.48
%33.5
%0
%19.22

Codes

Color #AA89CE in popluar color models

AA89CE
RGB170137206
HSL269°41.32%67.25%
HSB/HSV269°33.50%80.78%
CMYK17.48%33.50%0.00%
19.22%

Color #AA89CE in popluar number systems.

HEXAA89CE
Decimal170137206
Binary101010101000100111001110
Octal252211316

Shades and tints

Shades of #AA89CE

#AA89CE
(170,137,206)
#9B7DBC
(155,125,188)
#8C71AA
(140,113,170)
#7D6598
(125,101,152)
#6E5986
(110,89,134)
#5F4D74
(95,77,116)
#504162
(80,65,98)
#413550
(65,53,80)
#32293E
(50,41,62)
#231D2C
(35,29,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #AA89CE

#AA89CE
(170,137,206)
#B193D2
(177,147,210)
#B89DD6
(184,157,214)
#BFA7DA
(191,167,218)
#C6B1DE
(198,177,222)
#CDBBE2
(205,187,226)
#D4C5E6
(212,197,230)
#DBCFEA
(219,207,234)
#E2D9EE
(226,217,238)
#E9E3F2
(233,227,242)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA89CE; }

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

This text font color is #AA89CE.


Background Color

.myBgColor { background-color: #AA89CE; }

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

This div background color is #AA89CE.


Border color

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

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

This div border color is #AA89CE.


Opacity

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

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

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

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

This text has shadow with #AA89CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA89CE on black background.


Color preview on white background

This text has color #AA89CE on white background.



Black color preview on #AA89CE background

This text has black color on #AA89CE background.


White color preview on #AA89CE background

This text has white color on #AA89CE background.