COLOR #AA7FA6

HEX: #AA7FA6
RGB: (170,127,166)

Color info

#AA7FA6 contains red, green and blue colors in about the same proportion. Web safe color of #AA7FA6 is #996699 (or #969).

RGB color model

#AA7FA6 color RGB value is (170,127,166).

  • red value is 170;
  • green value is 127;
  • blue value is 166.
RGB:
(170,127,166)
(67%,50%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 127 of 255 = 50%
B 166 of 255 = 65%

170
127
166

R + G + B ~ 61%. #AA7FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 127 + 166 = 463 (100%)
R 170 of 463 ~ 36.72%
G 127 of 463 ~ 27.43%
B 166 of 463 ~ 35.85%

%36.72
%27.43
%35.85

CMYK color model

#AA7FA6 color CMYK value is (0,25,2,33).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(0,25,2,33)
C0M25Y2K33 
(0%,25%,2%,33%)
(0.00/0.25/0.02/0.33)	

CMYK percentages

%0
%25.29
%2.35
%33.33

Codes

Color #AA7FA6 in popluar color models

AA7FA6
RGB170127166
HSL306°20.19%58.24%
HSB/HSV306°25.29%66.67%
CMYK0.00%25.29%2.35%
33.33%

Color #AA7FA6 in popluar number systems.

HEXAA7FA6
Decimal170127166
Binary10101010111111110100110
Octal252177246

Shades and tints

Shades of #AA7FA6

#AA7FA6
(170,127,166)
#9B7497
(155,116,151)
#8C6988
(140,105,136)
#7D5E79
(125,94,121)
#6E536A
(110,83,106)
#5F485B
(95,72,91)
#503D4C
(80,61,76)
#41323D
(65,50,61)
#32272E
(50,39,46)
#231C1F
(35,28,31)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #AA7FA6

#AA7FA6
(170,127,166)
#B18AAE
(177,138,174)
#B895B6
(184,149,182)
#BFA0BE
(191,160,190)
#C6ABC6
(198,171,198)
#CDB6CE
(205,182,206)
#D4C1D6
(212,193,214)
#DBCCDE
(219,204,222)
#E2D7E6
(226,215,230)
#E9E2EE
(233,226,238)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7FA6 color. Also use rgb(170,127,166) instead hex code.

Text Font Color

.myTextColor { color: #AA7FA6; }

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

This text font color is #AA7FA6.


Background Color

.myBgColor { background-color: #AA7FA6; }

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

This div background color is #AA7FA6.


Border color

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

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

This div border color is #AA7FA6.


Opacity

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

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

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

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

This text has shadow with #AA7FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7FA6 on black background.


Color preview on white background

This text has color #AA7FA6 on white background.



Black color preview on #AA7FA6 background

This text has black color on #AA7FA6 background.


White color preview on #AA7FA6 background

This text has white color on #AA7FA6 background.