COLOR #AA8AB7

HEX: #AA8AB7
RGB: (170,138,183)

Color info

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

RGB color model

#AA8AB7 color RGB value is (170,138,183).

  • red value is 170;
  • green value is 138;
  • blue value is 183.
RGB:
(170,138,183)
(67%,54%,72%)

RGB channels and saturation

R 170 of 255 = 67%
G 138 of 255 = 54%
B 183 of 255 = 72%

170
138
183

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

Portions of RGB colors in percentages

R + G + B =
170 + 138 + 183 = 491 (100%)
R 170 of 491 ~ 34.62%
G 138 of 491 ~ 28.11%
B 183 of 491 ~ 37.27%

%34.62
%28.11
%37.27

CMYK color model

#AA8AB7 color CMYK value is (7,25,0,28).

  • cyan value is 7.10%
  • magenta value is 24.59%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,25,0,28)
C7M25Y0K28 
(7%,25%,0%,28%)
(0.07/0.25/0.00/0.28)	

CMYK percentages

%7.1
%24.59
%0
%28.24

Codes

Color #AA8AB7 in popluar color models

AA8AB7
RGB170138183
HSL283°23.81%62.94%
HSB/HSV283°24.59%71.76%
CMYK7.10%24.59%0.00%
28.24%

Color #AA8AB7 in popluar number systems.

HEXAA8AB7
Decimal170138183
Binary101010101000101010110111
Octal252212267

Shades and tints

Shades of #AA8AB7

#AA8AB7
(170,138,183)
#9B7EA7
(155,126,167)
#8C7297
(140,114,151)
#7D6687
(125,102,135)
#6E5A77
(110,90,119)
#5F4E67
(95,78,103)
#504257
(80,66,87)
#413647
(65,54,71)
#322A37
(50,42,55)
#231E27
(35,30,39)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #AA8AB7

#AA8AB7
(170,138,183)
#B194BD
(177,148,189)
#B89EC3
(184,158,195)
#BFA8C9
(191,168,201)
#C6B2CF
(198,178,207)
#CDBCD5
(205,188,213)
#D4C6DB
(212,198,219)
#DBD0E1
(219,208,225)
#E2DAE7
(226,218,231)
#E9E4ED
(233,228,237)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA8AB7 color. Also use rgb(170,138,183) instead hex code.

Text Font Color

.myTextColor { color: #AA8AB7; }

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

This text font color is #AA8AB7.


Background Color

.myBgColor { background-color: #AA8AB7; }

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

This div background color is #AA8AB7.


Border color

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

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

This div border color is #AA8AB7.


Opacity

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

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

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

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

This text has shadow with #AA8AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA8AB7 on black background.


Color preview on white background

This text has color #AA8AB7 on white background.



Black color preview on #AA8AB7 background

This text has black color on #AA8AB7 background.


White color preview on #AA8AB7 background

This text has white color on #AA8AB7 background.