COLOR #AA80AA

HEX: #AA80AA
RGB: (170,128,170)

Color info

#AA80AA contains red, green and blue colors in about the same proportion. Web safe color of #AA80AA is #996699 (or #969).

RGB color model

#AA80AA color RGB value is (170,128,170).

  • red value is 170;
  • green value is 128;
  • blue value is 170.
RGB:
(170,128,170)
(67%,50%,67%)

RGB channels and saturation

R 170 of 255 = 67%
G 128 of 255 = 50%
B 170 of 255 = 67%

170
128
170

R + G + B ~ 61%. #AA80AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 170 = 468 (100%)
R 170 of 468 ~ 36.32%
G 128 of 468 ~ 27.35%
B 170 of 468 ~ 36.32%

%36.32
%27.35
%36.32

CMYK color model

#AA80AA color CMYK value is (0,25,0,33).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(0,25,0,33)
C0M25Y0K33 
(0%,25%,0%,33%)
(0.00/0.25/0.00/0.33)	

CMYK percentages

%0
%24.71
%0
%33.33

Codes

Color #AA80AA in popluar color models

AA80AA
RGB170128170
HSL300°19.81%58.43%
HSB/HSV300°24.71%66.67%
CMYK0.00%24.71%0.00%
33.33%

Color #AA80AA in popluar number systems.

HEXAA80AA
Decimal170128170
Binary101010101000000010101010
Octal252200252

Shades and tints

Shades of #AA80AA

#AA80AA
(170,128,170)
#9B759B
(155,117,155)
#8C6A8C
(140,106,140)
#7D5F7D
(125,95,125)
#6E546E
(110,84,110)
#5F495F
(95,73,95)
#503E50
(80,62,80)
#413341
(65,51,65)
#322832
(50,40,50)
#231D23
(35,29,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AA80AA

#AA80AA
(170,128,170)
#B18BB1
(177,139,177)
#B896B8
(184,150,184)
#BFA1BF
(191,161,191)
#C6ACC6
(198,172,198)
#CDB7CD
(205,183,205)
#D4C2D4
(212,194,212)
#DBCDDB
(219,205,219)
#E2D8E2
(226,216,226)
#E9E3E9
(233,227,233)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA80AA; }

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

This text font color is #AA80AA.


Background Color

.myBgColor { background-color: #AA80AA; }

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

This div background color is #AA80AA.


Border color

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

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

This div border color is #AA80AA.


Opacity

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

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

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

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

This text has shadow with #AA80AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA80AA on black background.


Color preview on white background

This text has color #AA80AA on white background.



Black color preview on #AA80AA background

This text has black color on #AA80AA background.


White color preview on #AA80AA background

This text has white color on #AA80AA background.