COLOR #AA86B1

HEX: #AA86B1
RGB: (170,134,177)

Color info

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

RGB color model

#AA86B1 color RGB value is (170,134,177).

  • red value is 170;
  • green value is 134;
  • blue value is 177.
RGB:
(170,134,177)
(67%,53%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 134 of 255 = 53%
B 177 of 255 = 69%

170
134
177

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

Portions of RGB colors in percentages

R + G + B =
170 + 134 + 177 = 481 (100%)
R 170 of 481 ~ 35.34%
G 134 of 481 ~ 27.86%
B 177 of 481 ~ 36.8%

%35.34
%27.86
%36.8

CMYK color model

#AA86B1 color CMYK value is (4,24,0,31).

  • cyan value is 3.95%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(4,24,0,31)
C4M24Y0K31 
(4%,24%,0%,31%)
(0.04/0.24/0.00/0.31)	

CMYK percentages

%3.95
%24.29
%0
%30.59

Codes

Color #AA86B1 in popluar color models

AA86B1
RGB170134177
HSL290°21.61%60.98%
HSB/HSV290°24.29%69.41%
CMYK3.95%24.29%0.00%
30.59%

Color #AA86B1 in popluar number systems.

HEXAA86B1
Decimal170134177
Binary101010101000011010110001
Octal252206261

Shades and tints

Shades of #AA86B1

#AA86B1
(170,134,177)
#9B7AA1
(155,122,161)
#8C6E91
(140,110,145)
#7D6281
(125,98,129)
#6E5671
(110,86,113)
#5F4A61
(95,74,97)
#503E51
(80,62,81)
#413241
(65,50,65)
#322631
(50,38,49)
#231A21
(35,26,33)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #AA86B1

#AA86B1
(170,134,177)
#B191B8
(177,145,184)
#B89CBF
(184,156,191)
#BFA7C6
(191,167,198)
#C6B2CD
(198,178,205)
#CDBDD4
(205,189,212)
#D4C8DB
(212,200,219)
#DBD3E2
(219,211,226)
#E2DEE9
(226,222,233)
#E9E9F0
(233,233,240)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA86B1 color. Also use rgb(170,134,177) instead hex code.

Text Font Color

.myTextColor { color: #AA86B1; }

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

This text font color is #AA86B1.


Background Color

.myBgColor { background-color: #AA86B1; }

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

This div background color is #AA86B1.


Border color

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

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

This div border color is #AA86B1.


Opacity

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

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

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

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

This text has shadow with #AA86B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA86B1 on black background.


Color preview on white background

This text has color #AA86B1 on white background.



Black color preview on #AA86B1 background

This text has black color on #AA86B1 background.


White color preview on #AA86B1 background

This text has white color on #AA86B1 background.