COLOR #AA80B4

HEX: #AA80B4
RGB: (170,128,180)

Color info

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

RGB color model

#AA80B4 color RGB value is (170,128,180).

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

RGB channels and saturation

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

170
128
180

R + G + B ~ 63%. #AA80B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 180 = 478 (100%)
R 170 of 478 ~ 35.56%
G 128 of 478 ~ 26.78%
B 180 of 478 ~ 37.66%

%35.56
%26.78
%37.66

CMYK color model

#AA80B4 color CMYK value is (6,29,0,29).

  • cyan value is 5.56%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(6,29,0,29)
C6M29Y0K29 
(6%,29%,0%,29%)
(0.06/0.29/0.00/0.29)	

CMYK percentages

%5.56
%28.89
%0
%29.41

Codes

Color #AA80B4 in popluar color models

AA80B4
RGB170128180
HSL288°25.74%60.39%
HSB/HSV288°28.89%70.59%
CMYK5.56%28.89%0.00%
29.41%

Color #AA80B4 in popluar number systems.

HEXAA80B4
Decimal170128180
Binary101010101000000010110100
Octal252200264

Shades and tints

Shades of #AA80B4

#AA80B4
(170,128,180)
#9B75A4
(155,117,164)
#8C6A94
(140,106,148)
#7D5F84
(125,95,132)
#6E5474
(110,84,116)
#5F4964
(95,73,100)
#503E54
(80,62,84)
#413344
(65,51,68)
#322834
(50,40,52)
#231D24
(35,29,36)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #AA80B4

#AA80B4
(170,128,180)
#B18BBA
(177,139,186)
#B896C0
(184,150,192)
#BFA1C6
(191,161,198)
#C6ACCC
(198,172,204)
#CDB7D2
(205,183,210)
#D4C2D8
(212,194,216)
#DBCDDE
(219,205,222)
#E2D8E4
(226,216,228)
#E9E3EA
(233,227,234)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA80B4; }

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

This text font color is #AA80B4.


Background Color

.myBgColor { background-color: #AA80B4; }

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

This div background color is #AA80B4.


Border color

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

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

This div border color is #AA80B4.


Opacity

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

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

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

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

This text has shadow with #AA80B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA80B4 on black background.


Color preview on white background

This text has color #AA80B4 on white background.



Black color preview on #AA80B4 background

This text has black color on #AA80B4 background.


White color preview on #AA80B4 background

This text has white color on #AA80B4 background.