COLOR #AA80B6

HEX: #AA80B6 RGB: (170,128,182)

Color info

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

RGB color model

#AA80B6 color RGB value is (170,128,182).

RGB: (170,128,182) (67%, 50%, 71%)

RGB channels and saturation

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

170
128
182

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

Portions of RGB colors in percentages

R + G + B = 170 + 128 + 182 = 480 (100%)
R 170 of 480 ~ 35.42%
G 128 of 480 ~ 26.67%
B 182 of 480 ~ 37.92'%

%35.42
%26.67
%37.92

CMYK color model

#AA80B6 color CMYK value is (7,30,0,29).

  • cyan value is 6.59%
  • magenta value is 29.67%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (7,30,0,29)
C7M30Y0K29 (7%, 30%, 0%, 29%)
(0.07 / 0.30 / 0.00 / 0.29)

CMYK percentages

%6.59
%29.67
%0
%28.63

Codes

Color #AA80B6 in popluar color models

AA 80 B6
RGB 170 128 182
HSL 287° 27.00% 60.78%
HSB/HSV 287° 29.67% 71.37%
CMYK 6.59% 29.67% 0.00%
28.63%

Color #AA80B6 in popluar number systems.

HEX AA 80 B6
Decimal 170 128 182
Binary 10101010 10000000 10110110
Octal 252 200 266

Shades and tints

Shades of #AA80B6

#AA80B6
(170,128,182)
#9B75A6
(155,117,166)
#8C6A96
(140,106,150)
#7D5F86
(125,95,134)
#6E5476
(110,84,118)
#5F4966
(95,73,102)
#503E56
(80,62,86)
#413346
(65,51,70)
#322836
(50,40,54)
#231D26
(35,29,38)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AA80B6

#AA80B6
(170,128,182)
#B18BBC
(177,139,188)
#B896C2
(184,150,194)
#BFA1C8
(191,161,200)
#C6ACCE
(198,172,206)
#CDB7D4
(205,183,212)
#D4C2DA
(212,194,218)
#DBCDE0
(219,205,224)
#E2D8E6
(226,216,230)
#E9E3EC
(233,227,236)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA80B6; }

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

This text font color is #AA80B6.

Background Color

.myBgColor { background-color: #AA80B6; }

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

This div background color is #AA80B6.

Border color

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

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

This div border color is #AA80B6.

Opacity

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

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

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

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

This text has shadow with #AA80B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA80B6.

Preview

Color preview on black background

This text has color #AA80B6 on black background.


Color preview on white background

This text has color #AA80B6 on white background.


Black color preview on #AA80B6 background

This text has black color on #AA80B6 background.


White color preview on #AA80B6 background

This text has white color on #AA80B6 background.


Related colors

Complementary color

Complementary color for #hex is #557F49.


I love getcolorcode.com

Triadic colors

1 #B6AA80 and #80B6AA with #AA80B6 are triadic colors.

2 #B680AA and #80AAB6 with #AA80B6 are triadic colors.