COLOR #AA80BA

HEX: #AA80BA
RGB: (170,128,186)

Color info

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

RGB color model

#AA80BA color RGB value is (170,128,186).

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

RGB channels and saturation

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

170
128
186

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

Portions of RGB colors in percentages

R + G + B =
170 + 128 + 186 = 484 (100%)
R 170 of 484 ~ 35.12%
G 128 of 484 ~ 26.45%
B 186 of 484 ~ 38.43%

%35.12
%26.45
%38.43

CMYK color model

#AA80BA color CMYK value is (9,31,0,27).

  • cyan value is 8.60%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,31,0,27)
C9M31Y0K27 
(9%,31%,0%,27%)
(0.09/0.31/0.00/0.27)	

CMYK percentages

%8.6
%31.18
%0
%27.06

Codes

Color #AA80BA in popluar color models

AA80BA
RGB170128186
HSL283°29.59%61.57%
HSB/HSV283°31.18%72.94%
CMYK8.60%31.18%0.00%
27.06%

Color #AA80BA in popluar number systems.

HEXAA80BA
Decimal170128186
Binary101010101000000010111010
Octal252200272

Shades and tints

Shades of #AA80BA

#AA80BA
(170,128,186)
#9B75AA
(155,117,170)
#8C6A9A
(140,106,154)
#7D5F8A
(125,95,138)
#6E547A
(110,84,122)
#5F496A
(95,73,106)
#503E5A
(80,62,90)
#41334A
(65,51,74)
#32283A
(50,40,58)
#231D2A
(35,29,42)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #AA80BA

#AA80BA
(170,128,186)
#B18BC0
(177,139,192)
#B896C6
(184,150,198)
#BFA1CC
(191,161,204)
#C6ACD2
(198,172,210)
#CDB7D8
(205,183,216)
#D4C2DE
(212,194,222)
#DBCDE4
(219,205,228)
#E2D8EA
(226,216,234)
#E9E3F0
(233,227,240)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA80BA; }

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

This text font color is #AA80BA.


Background Color

.myBgColor { background-color: #AA80BA; }

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

This div background color is #AA80BA.


Border color

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

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

This div border color is #AA80BA.


Opacity

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

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

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

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

This text has shadow with #AA80BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA80BA on black background.


Color preview on white background

This text has color #AA80BA on white background.



Black color preview on #AA80BA background

This text has black color on #AA80BA background.


White color preview on #AA80BA background

This text has white color on #AA80BA background.