COLOR #AA82A8

HEX: #AA82A8
RGB: (170,130,168)

Color info

#AA82A8 contains red, green and blue colors in about the same proportion. Web safe color of #AA82A8 is #999999 (or #999).

RGB color model

#AA82A8 color RGB value is (170,130,168).

  • red value is 170;
  • green value is 130;
  • blue value is 168.
RGB:
(170,130,168)
(67%,51%,66%)

RGB channels and saturation

R 170 of 255 = 67%
G 130 of 255 = 51%
B 168 of 255 = 66%

170
130
168

R + G + B ~ 61%. #AA82A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 130 + 168 = 468 (100%)
R 170 of 468 ~ 36.32%
G 130 of 468 ~ 27.78%
B 168 of 468 ~ 35.9%

%36.32
%27.78
%35.9

CMYK color model

#AA82A8 color CMYK value is (0,24,1,33).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 1.18%
  • key color value is 33.33%
CMYK:
(0,24,1,33)
C0M24Y1K33 
(0%,24%,1%,33%)
(0.00/0.24/0.01/0.33)	

CMYK percentages

%0
%23.53
%1.18
%33.33

Codes

Color #AA82A8 in popluar color models

AA82A8
RGB170130168
HSL303°19.05%58.82%
HSB/HSV303°23.53%66.67%
CMYK0.00%23.53%1.18%
33.33%

Color #AA82A8 in popluar number systems.

HEXAA82A8
Decimal170130168
Binary101010101000001010101000
Octal252202250

Shades and tints

Shades of #AA82A8

#AA82A8
(170,130,168)
#9B7799
(155,119,153)
#8C6C8A
(140,108,138)
#7D617B
(125,97,123)
#6E566C
(110,86,108)
#5F4B5D
(95,75,93)
#50404E
(80,64,78)
#41353F
(65,53,63)
#322A30
(50,42,48)
#231F21
(35,31,33)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #AA82A8

#AA82A8
(170,130,168)
#B18DAF
(177,141,175)
#B898B6
(184,152,182)
#BFA3BD
(191,163,189)
#C6AEC4
(198,174,196)
#CDB9CB
(205,185,203)
#D4C4D2
(212,196,210)
#DBCFD9
(219,207,217)
#E2DAE0
(226,218,224)
#E9E5E7
(233,229,231)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA82A8 color. Also use rgb(170,130,168) instead hex code.

Text Font Color

.myTextColor { color: #AA82A8; }

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

This text font color is #AA82A8.


Background Color

.myBgColor { background-color: #AA82A8; }

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

This div background color is #AA82A8.


Border color

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

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

This div border color is #AA82A8.


Opacity

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

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

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

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

This text has shadow with #AA82A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA82A8 on black background.


Color preview on white background

This text has color #AA82A8 on white background.



Black color preview on #AA82A8 background

This text has black color on #AA82A8 background.


White color preview on #AA82A8 background

This text has white color on #AA82A8 background.