COLOR #AA7EA2

HEX: #AA7EA2 RGB: (170,126,162)

Color info

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

RGB color model

#AA7EA2 color RGB value is (170,126,162).

RGB: (170,126,162) (67%, 49%, 64%)

RGB channels and saturation

R 170 of 255 = 67%
G 126 of 255 = 49%
B 162 of 255 = 64%

170
126
162

R + G + B ~ 60%. #AA7EA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 126 + 162 = 458 (100%)
R 170 of 458 ~ 37.12%
G 126 of 458 ~ 27.51%
B 162 of 458 ~ 35.37'%

%37.12
%27.51
%35.37

CMYK color model

#AA7EA2 color CMYK value is (0,26,5,33).

  • cyan value is 0.00%
  • magenta value is 25.88%
  • yellow value is 4.71%
  • key color value is 33.33%
CMYK: (0,26,5,33) C0M26Y5K33 (0%,26%,5%,33%) (0.00/0.26/0.05/0.33) 

CMYK percentages

%0
%25.88
%4.71
%33.33

Codes

Color #AA7EA2 in popluar color models

AA 7E A2
RGB 170 126 162
HSL 311° 20.56% 58.04%
HSB/HSV 311° 25.88% 66.67%
CMYK 0.00% 25.88% 4.71%
33.33%

Color #AA7EA2 in popluar number systems.

HEX AA 7E A2
Decimal 170 126 162
Binary 10101010 1111110 10100010
Octal 252 176 242

Shades and tints

Shades of #AA7EA2

#AA7EA2
(170,126,162)
#9B7394
(155,115,148)
#8C6886
(140,104,134)
#7D5D78
(125,93,120)
#6E526A
(110,82,106)
#5F475C
(95,71,92)
#503C4E
(80,60,78)
#413140
(65,49,64)
#322632
(50,38,50)
#231B24
(35,27,36)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #AA7EA2

#AA7EA2
(170,126,162)
#B189AA
(177,137,170)
#B894B2
(184,148,178)
#BF9FBA
(191,159,186)
#C6AAC2
(198,170,194)
#CDB5CA
(205,181,202)
#D4C0D2
(212,192,210)
#DBCBDA
(219,203,218)
#E2D6E2
(226,214,226)
#E9E1EA
(233,225,234)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7EA2 color. Also use rgb(170,126,162) instead hex code.

Text Font Color

.myTextColor { color: #AA7EA2; }

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

This text font color is #AA7EA2.

Background Color

.myBgColor { background-color: #AA7EA2; }

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

This div background color is #AA7EA2.

Border color

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

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

This div border color is #AA7EA2.

Opacity

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

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

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

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

This text has shadow with #AA7EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA7EA2.

Preview

Color preview on black background

This text has color #AA7EA2 on black background.


Color preview on white background

This text has color #AA7EA2 on white background.


Black color preview on #AA7EA2 background

This text has black color on #AA7EA2 background.


White color preview on #AA7EA2 background

This text has white color on #AA7EA2 background.


Related colors

Complementary color

Complementary color for #hex is #55815D.


I love getcolorcode.com

Triadic colors

1 #A2AA7E and #7EA2AA with #AA7EA2 are triadic colors.

2 #A27EAA and #7EAAA2 with #AA7EA2 are triadic colors.