COLOR #AA1E52

HEX: #AA1E52
RGB: (170,30,82)

Color info

#AA1E52 contains mainly red color. Web safe color of #AA1E52 is #993366 (or #936).

RGB color model

#AA1E52 color RGB value is (170,30,82).

  • red value is 170;
  • green value is 30;
  • blue value is 82.
RGB:
(170,30,82)
(67%,12%,32%)

RGB channels and saturation

R 170 of 255 = 67%
G 30 of 255 = 12%
B 82 of 255 = 32%

170
30
82

R + G + B ~ 37%. #AA1E52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
170 + 30 + 82 = 282 (100%)
R 170 of 282 ~ 60.28%
G 30 of 282 ~ 10.64%
B 82 of 282 ~ 29.08%

%60.28
%10.64
%29.08

CMYK color model

#AA1E52 color CMYK value is (0,82,52,33).

  • cyan value is 0.00%
  • magenta value is 82.35%
  • yellow value is 51.76%
  • key color value is 33.33%
CMYK:
(0,82,52,33)
C0M82Y52K33 
(0%,82%,52%,33%)
(0.00/0.82/0.52/0.33)	

CMYK percentages

%0
%82.35
%51.76
%33.33

Codes

Color #AA1E52 in popluar color models

AA1E52
RGB1703082
HSL338°70.00%39.22%
HSB/HSV338°82.35%66.67%
CMYK0.00%82.35%51.76%
33.33%

Color #AA1E52 in popluar number systems.

HEXAA1E52
Decimal1703082
Binary10101010111101010010
Octal25236122

Shades and tints

Shades of #AA1E52

#AA1E52
(170,30,82)
#9B1C4B
(155,28,75)
#8C1A44
(140,26,68)
#7D183D
(125,24,61)
#6E1636
(110,22,54)
#5F142F
(95,20,47)
#501228
(80,18,40)
#411021
(65,16,33)
#320E1A
(50,14,26)
#230C13
(35,12,19)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #AA1E52

#AA1E52
(170,30,82)
#B13261
(177,50,97)
#B84670
(184,70,112)
#BF5A7F
(191,90,127)
#C66E8E
(198,110,142)
#CD829D
(205,130,157)
#D496AC
(212,150,172)
#DBAABB
(219,170,187)
#E2BECA
(226,190,202)
#E9D2D9
(233,210,217)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA1E52 color. Also use rgb(170,30,82) instead hex code.

Text Font Color

.myTextColor { color: #AA1E52; }

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

This text font color is #AA1E52.


Background Color

.myBgColor { background-color: #AA1E52; }

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

This div background color is #AA1E52.


Border color

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

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

This div border color is #AA1E52.


Opacity

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

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

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

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

This text has shadow with #AA1E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA1E52 on black background.


Color preview on white background

This text has color #AA1E52 on white background.



Black color preview on #AA1E52 background

This text has black color on #AA1E52 background.


White color preview on #AA1E52 background

This text has white color on #AA1E52 background.