COLOR #AA4C87

HEX: #AA4C87
RGB: (170,76,135)

Color info

#AA4C87 contains mainly red and blue colors. Web safe color of #AA4C87 is #993399 (or #939).

RGB color model

#AA4C87 color RGB value is (170,76,135).

  • red value is 170;
  • green value is 76;
  • blue value is 135.
RGB:
(170,76,135)
(67%,30%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 76 of 255 = 30%
B 135 of 255 = 53%

170
76
135

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

Portions of RGB colors in percentages

R + G + B =
170 + 76 + 135 = 381 (100%)
R 170 of 381 ~ 44.62%
G 76 of 381 ~ 19.95%
B 135 of 381 ~ 35.43%

%44.62
%19.95
%35.43

CMYK color model

#AA4C87 color CMYK value is (0,55,21,33).

  • cyan value is 0.00%
  • magenta value is 55.29%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK:
(0,55,21,33)
C0M55Y21K33 
(0%,55%,21%,33%)
(0.00/0.55/0.21/0.33)	

CMYK percentages

%0
%55.29
%20.59
%33.33

Codes

Color #AA4C87 in popluar color models

AA4C87
RGB17076135
HSL322°38.21%48.24%
HSB/HSV322°55.29%66.67%
CMYK0.00%55.29%20.59%
33.33%

Color #AA4C87 in popluar number systems.

HEXAA4C87
Decimal17076135
Binary10101010100110010000111
Octal252114207

Shades and tints

Shades of #AA4C87

#AA4C87
(170,76,135)
#9B467B
(155,70,123)
#8C406F
(140,64,111)
#7D3A63
(125,58,99)
#6E3457
(110,52,87)
#5F2E4B
(95,46,75)
#50283F
(80,40,63)
#412233
(65,34,51)
#321C27
(50,28,39)
#23161B
(35,22,27)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #AA4C87

#AA4C87
(170,76,135)
#B15C91
(177,92,145)
#B86C9B
(184,108,155)
#BF7CA5
(191,124,165)
#C68CAF
(198,140,175)
#CD9CB9
(205,156,185)
#D4ACC3
(212,172,195)
#DBBCCD
(219,188,205)
#E2CCD7
(226,204,215)
#E9DCE1
(233,220,225)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA4C87 color. Also use rgb(170,76,135) instead hex code.

Text Font Color

.myTextColor { color: #AA4C87; }

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

This text font color is #AA4C87.


Background Color

.myBgColor { background-color: #AA4C87; }

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

This div background color is #AA4C87.


Border color

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

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

This div border color is #AA4C87.


Opacity

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

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

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

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

This text has shadow with #AA4C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA4C87 on black background.


Color preview on white background

This text has color #AA4C87 on white background.



Black color preview on #AA4C87 background

This text has black color on #AA4C87 background.


White color preview on #AA4C87 background

This text has white color on #AA4C87 background.