COLOR #AA82AF

HEX: #AA82AF
RGB: (170,130,175)

Color info

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

RGB color model

#AA82AF color RGB value is (170,130,175).

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

RGB channels and saturation

R 170 of 255 = 67%
G 130 of 255 = 51%
B 175 of 255 = 69%

170
130
175

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

Portions of RGB colors in percentages

R + G + B =
170 + 130 + 175 = 475 (100%)
R 170 of 475 ~ 35.79%
G 130 of 475 ~ 27.37%
B 175 of 475 ~ 36.84%

%35.79
%27.37
%36.84

CMYK color model

#AA82AF color CMYK value is (3,26,0,31).

  • cyan value is 2.86%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(3,26,0,31)
C3M26Y0K31 
(3%,26%,0%,31%)
(0.03/0.26/0.00/0.31)	

CMYK percentages

%2.86
%25.71
%0
%31.37

Codes

Color #AA82AF in popluar color models

AA82AF
RGB170130175
HSL293°21.95%59.80%
HSB/HSV293°25.71%68.63%
CMYK2.86%25.71%0.00%
31.37%

Color #AA82AF in popluar number systems.

HEXAA82AF
Decimal170130175
Binary101010101000001010101111
Octal252202257

Shades and tints

Shades of #AA82AF

#AA82AF
(170,130,175)
#9B77A0
(155,119,160)
#8C6C91
(140,108,145)
#7D6182
(125,97,130)
#6E5673
(110,86,115)
#5F4B64
(95,75,100)
#504055
(80,64,85)
#413546
(65,53,70)
#322A37
(50,42,55)
#231F28
(35,31,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #AA82AF

#AA82AF
(170,130,175)
#B18DB6
(177,141,182)
#B898BD
(184,152,189)
#BFA3C4
(191,163,196)
#C6AECB
(198,174,203)
#CDB9D2
(205,185,210)
#D4C4D9
(212,196,217)
#DBCFE0
(219,207,224)
#E2DAE7
(226,218,231)
#E9E5EE
(233,229,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA82AF; }

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

This text font color is #AA82AF.


Background Color

.myBgColor { background-color: #AA82AF; }

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

This div background color is #AA82AF.


Border color

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

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

This div border color is #AA82AF.


Opacity

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

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

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

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

This text has shadow with #AA82AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA82AF on black background.


Color preview on white background

This text has color #AA82AF on white background.



Black color preview on #AA82AF background

This text has black color on #AA82AF background.


White color preview on #AA82AF background

This text has white color on #AA82AF background.