COLOR #AA81AB

HEX: #AA81AB
RGB: (170,129,171)

Color info

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

RGB color model

#AA81AB color RGB value is (170,129,171).

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

RGB channels and saturation

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

170
129
171

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

Portions of RGB colors in percentages

R + G + B =
170 + 129 + 171 = 470 (100%)
R 170 of 470 ~ 36.17%
G 129 of 470 ~ 27.45%
B 171 of 470 ~ 36.38%

%36.17
%27.45
%36.38

CMYK color model

#AA81AB color CMYK value is (1,25,0,33).

  • cyan value is 0.58%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(1,25,0,33)
C1M25Y0K33 
(1%,25%,0%,33%)
(0.01/0.25/0.00/0.33)	

CMYK percentages

%0.58
%24.56
%0
%32.94

Codes

Color #AA81AB in popluar color models

AA81AB
RGB170129171
HSL299°20.00%58.82%
HSB/HSV299°24.56%67.06%
CMYK0.58%24.56%0.00%
32.94%

Color #AA81AB in popluar number systems.

HEXAA81AB
Decimal170129171
Binary101010101000000110101011
Octal252201253

Shades and tints

Shades of #AA81AB

#AA81AB
(170,129,171)
#9B769C
(155,118,156)
#8C6B8D
(140,107,141)
#7D607E
(125,96,126)
#6E556F
(110,85,111)
#5F4A60
(95,74,96)
#503F51
(80,63,81)
#413442
(65,52,66)
#322933
(50,41,51)
#231E24
(35,30,36)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AA81AB

#AA81AB
(170,129,171)
#B18CB2
(177,140,178)
#B897B9
(184,151,185)
#BFA2C0
(191,162,192)
#C6ADC7
(198,173,199)
#CDB8CE
(205,184,206)
#D4C3D5
(212,195,213)
#DBCEDC
(219,206,220)
#E2D9E3
(226,217,227)
#E9E4EA
(233,228,234)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA81AB; }

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

This text font color is #AA81AB.


Background Color

.myBgColor { background-color: #AA81AB; }

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

This div background color is #AA81AB.


Border color

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

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

This div border color is #AA81AB.


Opacity

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

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

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

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

This text has shadow with #AA81AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA81AB on black background.


Color preview on white background

This text has color #AA81AB on white background.



Black color preview on #AA81AB background

This text has black color on #AA81AB background.


White color preview on #AA81AB background

This text has white color on #AA81AB background.