COLOR #AA5D8F

HEX: #AA5D8F RGB: (170,93,143)

Color info

#AA5D8F contains mainly red and blue colors. Web safe color of #AA5D8F is #996699 (or #969).

RGB color model

#AA5D8F color RGB value is (170,93,143).

RGB: (170,93,143) (67%, 36%, 56%)

RGB channels and saturation

R 170 of 255 = 67%
G 93 of 255 = 36%
B 143 of 255 = 56%

170
93
143

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

Portions of RGB colors in percentages

R + G + B = 170 + 93 + 143 = 406 (100%)
R 170 of 406 ~ 41.87%
G 93 of 406 ~ 22.91%
B 143 of 406 ~ 35.22'%

%41.87
%22.91
%35.22

CMYK color model

#AA5D8F color CMYK value is (0,45,16,33).

  • cyan value is 0.00%
  • magenta value is 45.29%
  • yellow value is 15.88%
  • key color value is 33.33%
CMYK: (0,45,16,33) C0M45Y16K33 (0%,45%,16%,33%) (0.00/0.45/0.16/0.33) 

CMYK percentages

%0
%45.29
%15.88
%33.33

Codes

Color #AA5D8F in popluar color models

AA 5D 8F
RGB 170 93 143
HSL 321° 31.17% 51.57%
HSB/HSV 321° 45.29% 66.67%
CMYK 0.00% 45.29% 15.88%
33.33%

Color #AA5D8F in popluar number systems.

HEX AA 5D 8F
Decimal 170 93 143
Binary 10101010 1011101 10001111
Octal 252 135 217

Shades and tints

Shades of #AA5D8F

#AA5D8F
(170,93,143)
#9B5582
(155,85,130)
#8C4D75
(140,77,117)
#7D4568
(125,69,104)
#6E3D5B
(110,61,91)
#5F354E
(95,53,78)
#502D41
(80,45,65)
#412534
(65,37,52)
#321D27
(50,29,39)
#23151A
(35,21,26)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #AA5D8F

#AA5D8F
(170,93,143)
#B16B99
(177,107,153)
#B879A3
(184,121,163)
#BF87AD
(191,135,173)
#C695B7
(198,149,183)
#CDA3C1
(205,163,193)
#D4B1CB
(212,177,203)
#DBBFD5
(219,191,213)
#E2CDDF
(226,205,223)
#E9DBE9
(233,219,233)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5D8F; }

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

This text font color is #AA5D8F.

Background Color

.myBgColor { background-color: #AA5D8F; }

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

This div background color is #AA5D8F.

Border color

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

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

This div border color is #AA5D8F.

Opacity

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

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

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

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

This text has shadow with #AA5D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5D8F.

Preview

Color preview on black background

This text has color #AA5D8F on black background.


Color preview on white background

This text has color #AA5D8F on white background.


Black color preview on #AA5D8F background

This text has black color on #AA5D8F background.


White color preview on #AA5D8F background

This text has white color on #AA5D8F background.


Related colors

Complementary color

Complementary color for #hex is #55A270.


I love getcolorcode.com

Triadic colors

1 #8FAA5D and #5D8FAA with #AA5D8F are triadic colors.

2 #8F5DAA and #5DAA8F with #AA5D8F are triadic colors.