COLOR #AA80B2

HEX: #AA80B2 RGB: (170,128,178)

Color info

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

RGB color model

#AA80B2 color RGB value is (170,128,178).

RGB: (170,128,178) (67%, 50%, 70%)

RGB channels and saturation

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

170
128
178

R + G + B ~ 62%. #AA80B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 178 = 476 (100%)
R 170 of 476 ~ 35.71%
G 128 of 476 ~ 26.89%
B 178 of 476 ~ 37.39'%

%35.71
%26.89
%37.39

CMYK color model

#AA80B2 color CMYK value is (4,28,0,30).

  • cyan value is 4.49%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (4,28,0,30)
C4M28Y0K30 (4%, 28%, 0%, 30%)
(0.04 / 0.28 / 0.00 / 0.30)

CMYK percentages

%4.49
%28.09
%0
%30.2

Codes

Color #AA80B2 in popluar color models

AA 80 B2
RGB 170 128 178
HSL 290° 24.51% 60.00%
HSB/HSV 290° 28.09% 69.80%
CMYK 4.49% 28.09% 0.00%
30.20%

Color #AA80B2 in popluar number systems.

HEX AA 80 B2
Decimal 170 128 178
Binary 10101010 10000000 10110010
Octal 252 200 262

Shades and tints

Shades of #AA80B2

#AA80B2
(170,128,178)
#9B75A2
(155,117,162)
#8C6A92
(140,106,146)
#7D5F82
(125,95,130)
#6E5472
(110,84,114)
#5F4962
(95,73,98)
#503E52
(80,62,82)
#413342
(65,51,66)
#322832
(50,40,50)
#231D22
(35,29,34)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #AA80B2

#AA80B2
(170,128,178)
#B18BB9
(177,139,185)
#B896C0
(184,150,192)
#BFA1C7
(191,161,199)
#C6ACCE
(198,172,206)
#CDB7D5
(205,183,213)
#D4C2DC
(212,194,220)
#DBCDE3
(219,205,227)
#E2D8EA
(226,216,234)
#E9E3F1
(233,227,241)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA80B2; }

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

This text font color is #AA80B2.

Background Color

.myBgColor { background-color: #AA80B2; }

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

This div background color is #AA80B2.

Border color

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

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

This div border color is #AA80B2.

Opacity

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

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

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

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

This text has shadow with #AA80B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA80B2.

Preview

Color preview on black background

This text has color #AA80B2 on black background.


Color preview on white background

This text has color #AA80B2 on white background.


Black color preview on #AA80B2 background

This text has black color on #AA80B2 background.


White color preview on #AA80B2 background

This text has white color on #AA80B2 background.


Related colors

Complementary color

Complementary color for #hex is #557F4D.


I love getcolorcode.com

Triadic colors

1 #B2AA80 and #80B2AA with #AA80B2 are triadic colors.

2 #B280AA and #80AAB2 with #AA80B2 are triadic colors.