COLOR #AA8BB1

HEX: #AA8BB1
RGB: (170,139,177)

Color info

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

RGB color model

#AA8BB1 color RGB value is (170,139,177).

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

RGB channels and saturation

R 170 of 255 = 67%
G 139 of 255 = 55%
B 177 of 255 = 69%

170
139
177

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

Portions of RGB colors in percentages

R + G + B =
170 + 139 + 177 = 486 (100%)
R 170 of 486 ~ 34.98%
G 139 of 486 ~ 28.6%
B 177 of 486 ~ 36.42%

%34.98
%28.6
%36.42

CMYK color model

#AA8BB1 color CMYK value is (4,21,0,31).

  • cyan value is 3.95%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(4,21,0,31)
C4M21Y0K31 
(4%,21%,0%,31%)
(0.04/0.21/0.00/0.31)	

CMYK percentages

%3.95
%21.47
%0
%30.59

Codes

Color #AA8BB1 in popluar color models

AA8BB1
RGB170139177
HSL289°19.59%61.96%
HSB/HSV289°21.47%69.41%
CMYK3.95%21.47%0.00%
30.59%

Color #AA8BB1 in popluar number systems.

HEXAA8BB1
Decimal170139177
Binary101010101000101110110001
Octal252213261

Shades and tints

Shades of #AA8BB1

#AA8BB1
(170,139,177)
#9B7FA1
(155,127,161)
#8C7391
(140,115,145)
#7D6781
(125,103,129)
#6E5B71
(110,91,113)
#5F4F61
(95,79,97)
#504351
(80,67,81)
#413741
(65,55,65)
#322B31
(50,43,49)
#231F21
(35,31,33)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #AA8BB1

#AA8BB1
(170,139,177)
#B195B8
(177,149,184)
#B89FBF
(184,159,191)
#BFA9C6
(191,169,198)
#C6B3CD
(198,179,205)
#CDBDD4
(205,189,212)
#D4C7DB
(212,199,219)
#DBD1E2
(219,209,226)
#E2DBE9
(226,219,233)
#E9E5F0
(233,229,240)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA8BB1; }

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

This text font color is #AA8BB1.


Background Color

.myBgColor { background-color: #AA8BB1; }

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

This div background color is #AA8BB1.


Border color

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

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

This div border color is #AA8BB1.


Opacity

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

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

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

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

This text has shadow with #AA8BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8BB1 on black background.


Color preview on white background

This text has color #AA8BB1 on white background.



Black color preview on #AA8BB1 background

This text has black color on #AA8BB1 background.


White color preview on #AA8BB1 background

This text has white color on #AA8BB1 background.