COLOR #AA86BB

HEX: #AA86BB
RGB: (170,134,187)

Color info

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

RGB color model

#AA86BB color RGB value is (170,134,187).

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

RGB channels and saturation

R 170 of 255 = 67%
G 134 of 255 = 53%
B 187 of 255 = 73%

170
134
187

R + G + B ~ 64%. #AA86BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 134 + 187 = 491 (100%)
R 170 of 491 ~ 34.62%
G 134 of 491 ~ 27.29%
B 187 of 491 ~ 38.09%

%34.62
%27.29
%38.09

CMYK color model

#AA86BB color CMYK value is (9,28,0,27).

  • cyan value is 9.09%
  • magenta value is 28.34%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,28,0,27)
C9M28Y0K27 
(9%,28%,0%,27%)
(0.09/0.28/0.00/0.27)	

CMYK percentages

%9.09
%28.34
%0
%26.67

Codes

Color #AA86BB in popluar color models

AA86BB
RGB170134187
HSL281°28.04%62.94%
HSB/HSV281°28.34%73.33%
CMYK9.09%28.34%0.00%
26.67%

Color #AA86BB in popluar number systems.

HEXAA86BB
Decimal170134187
Binary101010101000011010111011
Octal252206273

Shades and tints

Shades of #AA86BB

#AA86BB
(170,134,187)
#9B7AAA
(155,122,170)
#8C6E99
(140,110,153)
#7D6288
(125,98,136)
#6E5677
(110,86,119)
#5F4A66
(95,74,102)
#503E55
(80,62,85)
#413244
(65,50,68)
#322633
(50,38,51)
#231A22
(35,26,34)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #AA86BB

#AA86BB
(170,134,187)
#B191C1
(177,145,193)
#B89CC7
(184,156,199)
#BFA7CD
(191,167,205)
#C6B2D3
(198,178,211)
#CDBDD9
(205,189,217)
#D4C8DF
(212,200,223)
#DBD3E5
(219,211,229)
#E2DEEB
(226,222,235)
#E9E9F1
(233,233,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA86BB; }

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

This text font color is #AA86BB.


Background Color

.myBgColor { background-color: #AA86BB; }

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

This div background color is #AA86BB.


Border color

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

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

This div border color is #AA86BB.


Opacity

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

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

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

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

This text has shadow with #AA86BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA86BB on black background.


Color preview on white background

This text has color #AA86BB on white background.



Black color preview on #AA86BB background

This text has black color on #AA86BB background.


White color preview on #AA86BB background

This text has white color on #AA86BB background.