COLOR #AA80A4

HEX: #AA80A4
RGB: (170,128,164)

Color info

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

RGB color model

#AA80A4 color RGB value is (170,128,164).

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

RGB channels and saturation

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

170
128
164

R + G + B ~ 60%. #AA80A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 164 = 462 (100%)
R 170 of 462 ~ 36.8%
G 128 of 462 ~ 27.71%
B 164 of 462 ~ 35.5%

%36.8
%27.71
%35.5

CMYK color model

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

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

CMYK percentages

%0
%24.71
%3.53
%33.33

Codes

Color #AA80A4 in popluar color models

AA80A4
RGB170128164
HSL309°19.81%58.43%
HSB/HSV309°24.71%66.67%
CMYK0.00%24.71%3.53%
33.33%

Color #AA80A4 in popluar number systems.

HEXAA80A4
Decimal170128164
Binary101010101000000010100100
Octal252200244

Shades and tints

Shades of #AA80A4

#AA80A4
(170,128,164)
#9B7596
(155,117,150)
#8C6A88
(140,106,136)
#7D5F7A
(125,95,122)
#6E546C
(110,84,108)
#5F495E
(95,73,94)
#503E50
(80,62,80)
#413342
(65,51,66)
#322834
(50,40,52)
#231D26
(35,29,38)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #AA80A4

#AA80A4
(170,128,164)
#B18BAC
(177,139,172)
#B896B4
(184,150,180)
#BFA1BC
(191,161,188)
#C6ACC4
(198,172,196)
#CDB7CC
(205,183,204)
#D4C2D4
(212,194,212)
#DBCDDC
(219,205,220)
#E2D8E4
(226,216,228)
#E9E3EC
(233,227,236)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA80A4; }

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

This text font color is #AA80A4.


Background Color

.myBgColor { background-color: #AA80A4; }

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

This div background color is #AA80A4.


Border color

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

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

This div border color is #AA80A4.


Opacity

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

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

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

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

This text has shadow with #AA80A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA80A4 on black background.


Color preview on white background

This text has color #AA80A4 on white background.



Black color preview on #AA80A4 background

This text has black color on #AA80A4 background.


White color preview on #AA80A4 background

This text has white color on #AA80A4 background.