COLOR #AA82AB

HEX: #AA82AB
RGB: (170,130,171)

Color info

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

RGB color model

#AA82AB color RGB value is (170,130,171).

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

RGB channels and saturation

R 170 of 255 = 67%
G 130 of 255 = 51%
B 171 of 255 = 67%

170
130
171

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

Portions of RGB colors in percentages

R + G + B =
170 + 130 + 171 = 471 (100%)
R 170 of 471 ~ 36.09%
G 130 of 471 ~ 27.6%
B 171 of 471 ~ 36.31%

%36.09
%27.6
%36.31

CMYK color model

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

  • cyan value is 0.58%
  • magenta value is 23.98%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(1,24,0,33)
C1M24Y0K33 
(1%,24%,0%,33%)
(0.01/0.24/0.00/0.33)	

CMYK percentages

%0.58
%23.98
%0
%32.94

Codes

Color #AA82AB in popluar color models

AA82AB
RGB170130171
HSL299°19.62%59.02%
HSB/HSV299°23.98%67.06%
CMYK0.58%23.98%0.00%
32.94%

Color #AA82AB in popluar number systems.

HEXAA82AB
Decimal170130171
Binary101010101000001010101011
Octal252202253

Shades and tints

Shades of #AA82AB

#AA82AB
(170,130,171)
#9B779C
(155,119,156)
#8C6C8D
(140,108,141)
#7D617E
(125,97,126)
#6E566F
(110,86,111)
#5F4B60
(95,75,96)
#504051
(80,64,81)
#413542
(65,53,66)
#322A33
(50,42,51)
#231F24
(35,31,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #AA82AB

#AA82AB
(170,130,171)
#B18DB2
(177,141,178)
#B898B9
(184,152,185)
#BFA3C0
(191,163,192)
#C6AEC7
(198,174,199)
#CDB9CE
(205,185,206)
#D4C4D5
(212,196,213)
#DBCFDC
(219,207,220)
#E2DAE3
(226,218,227)
#E9E5EA
(233,229,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA82AB; }

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

This text font color is #AA82AB.


Background Color

.myBgColor { background-color: #AA82AB; }

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

This div background color is #AA82AB.


Border color

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

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

This div border color is #AA82AB.


Opacity

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

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

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

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

This text has shadow with #AA82AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA82AB on black background.


Color preview on white background

This text has color #AA82AB on white background.



Black color preview on #AA82AB background

This text has black color on #AA82AB background.


White color preview on #AA82AB background

This text has white color on #AA82AB background.