COLOR #AA89CC

HEX: #AA89CC RGB: (170,137,204)

Color info

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

RGB color model

#AA89CC color RGB value is (170,137,204).

RGB: (170,137,204) (67%, 54%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 137 of 255 = 54%
B 204 of 255 = 80%

170
137
204

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

Portions of RGB colors in percentages

R + G + B = 170 + 137 + 204 = 511 (100%)
R 170 of 511 ~ 33.27%
G 137 of 511 ~ 26.81%
B 204 of 511 ~ 39.92'%

%33.27
%26.81
%39.92

CMYK color model

#AA89CC color CMYK value is (17,33,0,20).

  • cyan value is 16.67%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (17,33,0,20)
C17M33Y0K20 (17%, 33%, 0%, 20%)
(0.17 / 0.33 / 0.00 / 0.20)

CMYK percentages

%16.67
%32.84
%0
%20

Codes

Color #AA89CC in popluar color models

AA 89 CC
RGB 170 137 204
HSL 270° 39.64% 66.86%
HSB/HSV 270° 32.84% 80.00%
CMYK 16.67% 32.84% 0.00%
20.00%

Color #AA89CC in popluar number systems.

HEX AA 89 CC
Decimal 170 137 204
Binary 10101010 10001001 11001100
Octal 252 211 314

Shades and tints

Shades of #AA89CC

#AA89CC
(170,137,204)
#9B7DBA
(155,125,186)
#8C71A8
(140,113,168)
#7D6596
(125,101,150)
#6E5984
(110,89,132)
#5F4D72
(95,77,114)
#504160
(80,65,96)
#41354E
(65,53,78)
#32293C
(50,41,60)
#231D2A
(35,29,42)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #AA89CC

#AA89CC
(170,137,204)
#B193D0
(177,147,208)
#B89DD4
(184,157,212)
#BFA7D8
(191,167,216)
#C6B1DC
(198,177,220)
#CDBBE0
(205,187,224)
#D4C5E4
(212,197,228)
#DBCFE8
(219,207,232)
#E2D9EC
(226,217,236)
#E9E3F0
(233,227,240)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA89CC; }

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

This text font color is #AA89CC.

Background Color

.myBgColor { background-color: #AA89CC; }

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

This div background color is #AA89CC.

Border color

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

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

This div border color is #AA89CC.

Opacity

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

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

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

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

This text has shadow with #AA89CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA89CC.

Preview

Color preview on black background

This text has color #AA89CC on black background.


Color preview on white background

This text has color #AA89CC on white background.


Black color preview on #AA89CC background

This text has black color on #AA89CC background.


White color preview on #AA89CC background

This text has white color on #AA89CC background.


Related colors

Complementary color

Complementary color for #hex is #557633.


I love getcolorcode.com

Triadic colors

1 #CCAA89 and #89CCAA with #AA89CC are triadic colors.

2 #CC89AA and #89AACC with #AA89CC are triadic colors.