COLOR #AA7CA2

HEX: #AA7CA2
RGB: (170,124,162)

Color info

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

RGB color model

#AA7CA2 color RGB value is (170,124,162).

  • red value is 170;
  • green value is 124;
  • blue value is 162.
RGB:
(170,124,162)
(67%,49%,64%)

RGB channels and saturation

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

170
124
162

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

Portions of RGB colors in percentages

R + G + B =
170 + 124 + 162 = 456 (100%)
R 170 of 456 ~ 37.28%
G 124 of 456 ~ 27.19%
B 162 of 456 ~ 35.53%

%37.28
%27.19
%35.53

CMYK color model

#AA7CA2 color CMYK value is (0,27,5,33).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 4.71%
  • key color value is 33.33%
CMYK:
(0,27,5,33)
C0M27Y5K33 
(0%,27%,5%,33%)
(0.00/0.27/0.05/0.33)	

CMYK percentages

%0
%27.06
%4.71
%33.33

Codes

Color #AA7CA2 in popluar color models

AA7CA2
RGB170124162
HSL310°21.30%57.65%
HSB/HSV310°27.06%66.67%
CMYK0.00%27.06%4.71%
33.33%

Color #AA7CA2 in popluar number systems.

HEXAA7CA2
Decimal170124162
Binary10101010111110010100010
Octal252174242

Shades and tints

Shades of #AA7CA2

#AA7CA2
(170,124,162)
#9B7194
(155,113,148)
#8C6686
(140,102,134)
#7D5B78
(125,91,120)
#6E506A
(110,80,106)
#5F455C
(95,69,92)
#503A4E
(80,58,78)
#412F40
(65,47,64)
#322432
(50,36,50)
#231924
(35,25,36)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #AA7CA2

#AA7CA2
(170,124,162)
#B187AA
(177,135,170)
#B892B2
(184,146,178)
#BF9DBA
(191,157,186)
#C6A8C2
(198,168,194)
#CDB3CA
(205,179,202)
#D4BED2
(212,190,210)
#DBC9DA
(219,201,218)
#E2D4E2
(226,212,226)
#E9DFEA
(233,223,234)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7CA2; }

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

This text font color is #AA7CA2.


Background Color

.myBgColor { background-color: #AA7CA2; }

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

This div background color is #AA7CA2.


Border color

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

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

This div border color is #AA7CA2.


Opacity

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

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

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

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

This text has shadow with #AA7CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7CA2 on black background.


Color preview on white background

This text has color #AA7CA2 on white background.



Black color preview on #AA7CA2 background

This text has black color on #AA7CA2 background.


White color preview on #AA7CA2 background

This text has white color on #AA7CA2 background.