COLOR #AA2271

HEX: #AA2271
RGB: (170,34,113)

Color info

#AA2271 contains mainly red and blue colors. Web safe color of #AA2271 is #993366 (or #936).

RGB color model

#AA2271 color RGB value is (170,34,113).

  • red value is 170;
  • green value is 34;
  • blue value is 113.
RGB:
(170,34,113)
(67%,13%,44%)

RGB channels and saturation

R 170 of 255 = 67%
G 34 of 255 = 13%
B 113 of 255 = 44%

170
34
113

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

Portions of RGB colors in percentages

R + G + B =
170 + 34 + 113 = 317 (100%)
R 170 of 317 ~ 53.63%
G 34 of 317 ~ 10.73%
B 113 of 317 ~ 35.65%

%53.63
%10.73
%35.65

CMYK color model

#AA2271 color CMYK value is (0,80,34,33).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 33.53%
  • key color value is 33.33%
CMYK:
(0,80,34,33)
C0M80Y34K33 
(0%,80%,34%,33%)
(0.00/0.80/0.34/0.33)	

CMYK percentages

%0
%80
%33.53
%33.33

Codes

Color #AA2271 in popluar color models

AA2271
RGB17034113
HSL325°66.67%40.00%
HSB/HSV325°80.00%66.67%
CMYK0.00%80.00%33.53%
33.33%

Color #AA2271 in popluar number systems.

HEXAA2271
Decimal17034113
Binary101010101000101110001
Octal25242161

Shades and tints

Shades of #AA2271

#AA2271
(170,34,113)
#9B1F67
(155,31,103)
#8C1C5D
(140,28,93)
#7D1953
(125,25,83)
#6E1649
(110,22,73)
#5F133F
(95,19,63)
#501035
(80,16,53)
#410D2B
(65,13,43)
#320A21
(50,10,33)
#230717
(35,7,23)
#14040D
(20,4,13)
#000000
(0,0,0)

Tints of #AA2271

#AA2271
(170,34,113)
#B1367D
(177,54,125)
#B84A89
(184,74,137)
#BF5E95
(191,94,149)
#C672A1
(198,114,161)
#CD86AD
(205,134,173)
#D49AB9
(212,154,185)
#DBAEC5
(219,174,197)
#E2C2D1
(226,194,209)
#E9D6DD
(233,214,221)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA2271 color. Also use rgb(170,34,113) instead hex code.

Text Font Color

.myTextColor { color: #AA2271; }

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

This text font color is #AA2271.


Background Color

.myBgColor { background-color: #AA2271; }

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

This div background color is #AA2271.


Border color

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

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

This div border color is #AA2271.


Opacity

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

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

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

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

This text has shadow with #AA2271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA2271 on black background.


Color preview on white background

This text has color #AA2271 on white background.



Black color preview on #AA2271 background

This text has black color on #AA2271 background.


White color preview on #AA2271 background

This text has white color on #AA2271 background.