COLOR #AA457B

HEX: #AA457B RGB: (170,69,123)

Color info

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

RGB color model

#AA457B color RGB value is (170,69,123).

RGB: (170,69,123) (67%, 27%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 69 of 255 = 27%
B 123 of 255 = 48%

170
69
123

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

Portions of RGB colors in percentages

R + G + B = 170 + 69 + 123 = 362 (100%)
R 170 of 362 ~ 46.96%
G 69 of 362 ~ 19.06%
B 123 of 362 ~ 33.98'%

%46.96
%19.06
%33.98

CMYK color model

#AA457B color CMYK value is (0,59,28,33).

  • cyan value is 0.00%
  • magenta value is 59.41%
  • yellow value is 27.65%
  • key color value is 33.33%

CMYK: (0,59,28,33)
C0M59Y28K33 (0%, 59%, 28%, 33%)
(0.00 / 0.59 / 0.28 / 0.33)

CMYK percentages

%0
%59.41
%27.65
%33.33

Codes

Color #AA457B in popluar color models

AA 45 7B
RGB 170 69 123
HSL 328° 42.26% 46.86%
HSB/HSV 328° 59.41% 66.67%
CMYK 0.00% 59.41% 27.65%
33.33%

Color #AA457B in popluar number systems.

HEX AA 45 7B
Decimal 170 69 123
Binary 10101010 1000101 1111011
Octal 252 105 173

Shades and tints

Shades of #AA457B

#AA457B
(170,69,123)
#9B3F70
(155,63,112)
#8C3965
(140,57,101)
#7D335A
(125,51,90)
#6E2D4F
(110,45,79)
#5F2744
(95,39,68)
#502139
(80,33,57)
#411B2E
(65,27,46)
#321523
(50,21,35)
#230F18
(35,15,24)
#14090D
(20,9,13)
#000000
(0,0,0)

Tints of #AA457B

#AA457B
(170,69,123)
#B15587
(177,85,135)
#B86593
(184,101,147)
#BF759F
(191,117,159)
#C685AB
(198,133,171)
#CD95B7
(205,149,183)
#D4A5C3
(212,165,195)
#DBB5CF
(219,181,207)
#E2C5DB
(226,197,219)
#E9D5E7
(233,213,231)
#F0E5F3
(240,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA457B color. Also use rgb(170,69,123) instead hex code.

Text Font Color

.myTextColor { color: #AA457B; }

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

This text font color is #AA457B.

Background Color

.myBgColor { background-color: #AA457B; }

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

This div background color is #AA457B.

Border color

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

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

This div border color is #AA457B.

Opacity

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

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

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

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

This text has shadow with #AA457B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA457B.

Preview

Color preview on black background

This text has color #AA457B on black background.


Color preview on white background

This text has color #AA457B on white background.


Black color preview on #AA457B background

This text has black color on #AA457B background.


White color preview on #AA457B background

This text has white color on #AA457B background.


Related colors

Complementary color

Complementary color for #hex is #55BA84.


I love getcolorcode.com

Triadic colors

1 #7BAA45 and #457BAA with #AA457B are triadic colors.

2 #7B45AA and #45AA7B with #AA457B are triadic colors.