COLOR #AA245D

HEX: #AA245D RGB: (170,36,93)

Color info

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

RGB color model

#AA245D color RGB value is (170,36,93).

RGB: (170,36,93) (67%, 14%, 36%)

RGB channels and saturation

R 170 of 255 = 67%
G 36 of 255 = 14%
B 93 of 255 = 36%

170
36
93

R + G + B ~ 39%. #AA245D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 170 + 36 + 93 = 299 (100%)
R 170 of 299 ~ 56.86%
G 36 of 299 ~ 12.04%
B 93 of 299 ~ 31.1'%

%56.86
%12.04
%31.1

CMYK color model

#AA245D color CMYK value is (0,79,45,33).

  • cyan value is 0.00%
  • magenta value is 78.82%
  • yellow value is 45.29%
  • key color value is 33.33%
CMYK: (0,79,45,33) C0M79Y45K33 (0%,79%,45%,33%) (0.00/0.79/0.45/0.33) 

CMYK percentages

%0
%78.82
%45.29
%33.33

Codes

Color #AA245D in popluar color models

AA 24 5D
RGB 170 36 93
HSL 334° 65.05% 40.39%
HSB/HSV 334° 78.82% 66.67%
CMYK 0.00% 78.82% 45.29%
33.33%

Color #AA245D in popluar number systems.

HEX AA 24 5D
Decimal 170 36 93
Binary 10101010 100100 1011101
Octal 252 44 135

Shades and tints

Shades of #AA245D

#AA245D
(170,36,93)
#9B2155
(155,33,85)
#8C1E4D
(140,30,77)
#7D1B45
(125,27,69)
#6E183D
(110,24,61)
#5F1535
(95,21,53)
#50122D
(80,18,45)
#410F25
(65,15,37)
#320C1D
(50,12,29)
#230915
(35,9,21)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #AA245D

#AA245D
(170,36,93)
#B1376B
(177,55,107)
#B84A79
(184,74,121)
#BF5D87
(191,93,135)
#C67095
(198,112,149)
#CD83A3
(205,131,163)
#D496B1
(212,150,177)
#DBA9BF
(219,169,191)
#E2BCCD
(226,188,205)
#E9CFDB
(233,207,219)
#F0E2E9
(240,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA245D color. Also use rgb(170,36,93) instead hex code.

Text Font Color

.myTextColor { color: #AA245D; }

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

This text font color is #AA245D.

Background Color

.myBgColor { background-color: #AA245D; }

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

This div background color is #AA245D.

Border color

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

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

This div border color is #AA245D.

Opacity

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

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

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

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

This text has shadow with #AA245D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA245D.

Preview

Color preview on black background

This text has color #AA245D on black background.


Color preview on white background

This text has color #AA245D on white background.


Black color preview on #AA245D background

This text has black color on #AA245D background.


White color preview on #AA245D background

This text has white color on #AA245D background.


Related colors

Complementary color

Complementary color for #hex is #55DBA2.


I love getcolorcode.com

Triadic colors

1 #5DAA24 and #245DAA with #AA245D are triadic colors.

2 #5D24AA and #24AA5D with #AA245D are triadic colors.