COLOR #AA2187

HEX: #AA2187
RGB: (170,33,135)

Color info

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

RGB color model

#AA2187 color RGB value is (170,33,135).

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

RGB channels and saturation

R 170 of 255 = 67%
G 33 of 255 = 13%
B 135 of 255 = 53%

170
33
135

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

Portions of RGB colors in percentages

R + G + B =
170 + 33 + 135 = 338 (100%)
R 170 of 338 ~ 50.3%
G 33 of 338 ~ 9.76%
B 135 of 338 ~ 39.94%

%50.3
%9.76
%39.94

CMYK color model

#AA2187 color CMYK value is (0,81,21,33).

  • cyan value is 0.00%
  • magenta value is 80.59%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK:
(0,81,21,33)
C0M81Y21K33 
(0%,81%,21%,33%)
(0.00/0.81/0.21/0.33)	

CMYK percentages

%0
%80.59
%20.59
%33.33

Codes

Color #AA2187 in popluar color models

AA2187
RGB17033135
HSL315°67.49%39.80%
HSB/HSV315°80.59%66.67%
CMYK0.00%80.59%20.59%
33.33%

Color #AA2187 in popluar number systems.

HEXAA2187
Decimal17033135
Binary1010101010000110000111
Octal25241207

Shades and tints

Shades of #AA2187

#AA2187
(170,33,135)
#9B1E7B
(155,30,123)
#8C1B6F
(140,27,111)
#7D1863
(125,24,99)
#6E1557
(110,21,87)
#5F124B
(95,18,75)
#500F3F
(80,15,63)
#410C33
(65,12,51)
#320927
(50,9,39)
#23061B
(35,6,27)
#14030F
(20,3,15)
#000000
(0,0,0)

Tints of #AA2187

#AA2187
(170,33,135)
#B13591
(177,53,145)
#B8499B
(184,73,155)
#BF5DA5
(191,93,165)
#C671AF
(198,113,175)
#CD85B9
(205,133,185)
#D499C3
(212,153,195)
#DBADCD
(219,173,205)
#E2C1D7
(226,193,215)
#E9D5E1
(233,213,225)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA2187; }

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

This text font color is #AA2187.


Background Color

.myBgColor { background-color: #AA2187; }

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

This div background color is #AA2187.


Border color

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

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

This div border color is #AA2187.


Opacity

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

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

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

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

This text has shadow with #AA2187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA2187 on black background.


Color preview on white background

This text has color #AA2187 on white background.



Black color preview on #AA2187 background

This text has black color on #AA2187 background.


White color preview on #AA2187 background

This text has white color on #AA2187 background.