COLOR #AA2E79

HEX: #AA2E79
RGB: (170,46,121)

Color info

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

RGB color model

#AA2E79 color RGB value is (170,46,121).

  • red value is 170;
  • green value is 46;
  • blue value is 121.
RGB:
(170,46,121)
(67%,18%,47%)

RGB channels and saturation

R 170 of 255 = 67%
G 46 of 255 = 18%
B 121 of 255 = 47%

170
46
121

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

Portions of RGB colors in percentages

R + G + B =
170 + 46 + 121 = 337 (100%)
R 170 of 337 ~ 50.45%
G 46 of 337 ~ 13.65%
B 121 of 337 ~ 35.91%

%50.45
%13.65
%35.91

CMYK color model

#AA2E79 color CMYK value is (0,73,29,33).

  • cyan value is 0.00%
  • magenta value is 72.94%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(0,73,29,33)
C0M73Y29K33 
(0%,73%,29%,33%)
(0.00/0.73/0.29/0.33)	

CMYK percentages

%0
%72.94
%28.82
%33.33

Codes

Color #AA2E79 in popluar color models

AA2E79
RGB17046121
HSL324°57.41%42.35%
HSB/HSV324°72.94%66.67%
CMYK0.00%72.94%28.82%
33.33%

Color #AA2E79 in popluar number systems.

HEXAA2E79
Decimal17046121
Binary101010101011101111001
Octal25256171

Shades and tints

Shades of #AA2E79

#AA2E79
(170,46,121)
#9B2A6E
(155,42,110)
#8C2663
(140,38,99)
#7D2258
(125,34,88)
#6E1E4D
(110,30,77)
#5F1A42
(95,26,66)
#501637
(80,22,55)
#41122C
(65,18,44)
#320E21
(50,14,33)
#230A16
(35,10,22)
#14060B
(20,6,11)
#000000
(0,0,0)

Tints of #AA2E79

#AA2E79
(170,46,121)
#B14185
(177,65,133)
#B85491
(184,84,145)
#BF679D
(191,103,157)
#C67AA9
(198,122,169)
#CD8DB5
(205,141,181)
#D4A0C1
(212,160,193)
#DBB3CD
(219,179,205)
#E2C6D9
(226,198,217)
#E9D9E5
(233,217,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA2E79 color. Also use rgb(170,46,121) instead hex code.

Text Font Color

.myTextColor { color: #AA2E79; }

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

This text font color is #AA2E79.


Background Color

.myBgColor { background-color: #AA2E79; }

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

This div background color is #AA2E79.


Border color

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

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

This div border color is #AA2E79.


Opacity

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

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

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

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

This text has shadow with #AA2E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA2E79 on black background.


Color preview on white background

This text has color #AA2E79 on white background.



Black color preview on #AA2E79 background

This text has black color on #AA2E79 background.


White color preview on #AA2E79 background

This text has white color on #AA2E79 background.