COLOR #AA2A75

HEX: #AA2A75 RGB: (170,42,117)

Color info

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

RGB color model

#AA2A75 color RGB value is (170,42,117).

RGB: (170,42,117) (67%, 16%, 46%)

RGB channels and saturation

R 170 of 255 = 67%
G 42 of 255 = 16%
B 117 of 255 = 46%

170
42
117

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

Portions of RGB colors in percentages

R + G + B = 170 + 42 + 117 = 329 (100%)
R 170 of 329 ~ 51.67%
G 42 of 329 ~ 12.77%
B 117 of 329 ~ 35.56'%

%51.67
%12.77
%35.56

CMYK color model

#AA2A75 color CMYK value is (0,75,31,33).

  • cyan value is 0.00%
  • magenta value is 75.29%
  • yellow value is 31.18%
  • key color value is 33.33%

CMYK: (0,75,31,33)
C0M75Y31K33 (0%, 75%, 31%, 33%)
(0.00 / 0.75 / 0.31 / 0.33)

CMYK percentages

%0
%75.29
%31.18
%33.33

Codes

Color #AA2A75 in popluar color models

AA 2A 75
RGB 170 42 117
HSL 325° 60.38% 41.57%
HSB/HSV 325° 75.29% 66.67%
CMYK 0.00% 75.29% 31.18%
33.33%

Color #AA2A75 in popluar number systems.

HEX AA 2A 75
Decimal 170 42 117
Binary 10101010 101010 1110101
Octal 252 52 165

Shades and tints

Shades of #AA2A75

#AA2A75
(170,42,117)
#9B276B
(155,39,107)
#8C2461
(140,36,97)
#7D2157
(125,33,87)
#6E1E4D
(110,30,77)
#5F1B43
(95,27,67)
#501839
(80,24,57)
#41152F
(65,21,47)
#321225
(50,18,37)
#230F1B
(35,15,27)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #AA2A75

#AA2A75
(170,42,117)
#B13D81
(177,61,129)
#B8508D
(184,80,141)
#BF6399
(191,99,153)
#C676A5
(198,118,165)
#CD89B1
(205,137,177)
#D49CBD
(212,156,189)
#DBAFC9
(219,175,201)
#E2C2D5
(226,194,213)
#E9D5E1
(233,213,225)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA2A75 color. Also use rgb(170,42,117) instead hex code.

Text Font Color

.myTextColor { color: #AA2A75; }

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

This text font color is #AA2A75.

Background Color

.myBgColor { background-color: #AA2A75; }

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

This div background color is #AA2A75.

Border color

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

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

This div border color is #AA2A75.

Opacity

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

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

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

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

This text has shadow with #AA2A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA2A75.

Preview

Color preview on black background

This text has color #AA2A75 on black background.


Color preview on white background

This text has color #AA2A75 on white background.


Black color preview on #AA2A75 background

This text has black color on #AA2A75 background.


White color preview on #AA2A75 background

This text has white color on #AA2A75 background.


Related colors

Complementary color

Complementary color for #AA2A75 is #55D58A.


I love getcolorcode.com

Triadic colors

1 #75AA2A and #2A75AA with #AA2A75 are triadic colors.

2 #752AAA and #2AAA75 with #AA2A75 are triadic colors.