COLOR #AA5DAE

HEX: #AA5DAE RGB: (170,93,174)

Color info

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

RGB color model

#AA5DAE color RGB value is (170,93,174).

RGB: (170,93,174) (67%, 36%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 93 of 255 = 36%
B 174 of 255 = 68%

170
93
174

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

Portions of RGB colors in percentages

R + G + B = 170 + 93 + 174 = 437 (100%)
R 170 of 437 ~ 38.9%
G 93 of 437 ~ 21.28%
B 174 of 437 ~ 39.82'%

%38.9
%21.28
%39.82

CMYK color model

#AA5DAE color CMYK value is (2,47,0,32).

  • cyan value is 2.30%
  • magenta value is 46.55%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (2,47,0,32) C2M47Y0K32 (2%,47%,0%,32%) (0.02/0.47/0.00/0.32) 

CMYK percentages

%2.3
%46.55
%0
%31.76

Codes

Color #AA5DAE in popluar color models

AA 5D AE
RGB 170 93 174
HSL 297° 33.33% 52.35%
HSB/HSV 297° 46.55% 68.24%
CMYK 2.30% 46.55% 0.00%
31.76%

Color #AA5DAE in popluar number systems.

HEX AA 5D AE
Decimal 170 93 174
Binary 10101010 1011101 10101110
Octal 252 135 256

Shades and tints

Shades of #AA5DAE

#AA5DAE
(170,93,174)
#9B559F
(155,85,159)
#8C4D90
(140,77,144)
#7D4581
(125,69,129)
#6E3D72
(110,61,114)
#5F3563
(95,53,99)
#502D54
(80,45,84)
#412545
(65,37,69)
#321D36
(50,29,54)
#231527
(35,21,39)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #AA5DAE

#AA5DAE
(170,93,174)
#B16BB5
(177,107,181)
#B879BC
(184,121,188)
#BF87C3
(191,135,195)
#C695CA
(198,149,202)
#CDA3D1
(205,163,209)
#D4B1D8
(212,177,216)
#DBBFDF
(219,191,223)
#E2CDE6
(226,205,230)
#E9DBED
(233,219,237)
#F0E9F4
(240,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA5DAE; }

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

This text font color is #AA5DAE.

Background Color

.myBgColor { background-color: #AA5DAE; }

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

This div background color is #AA5DAE.

Border color

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

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

This div border color is #AA5DAE.

Opacity

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

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

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

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

This text has shadow with #AA5DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AA5DAE.

Preview

Color preview on black background

This text has color #AA5DAE on black background.


Color preview on white background

This text has color #AA5DAE on white background.


Black color preview on #AA5DAE background

This text has black color on #AA5DAE background.


White color preview on #AA5DAE background

This text has white color on #AA5DAE background.


Related colors

Complementary color

Complementary color for #hex is #55A251.


I love getcolorcode.com

Triadic colors

1 #AEAA5D and #5DAEAA with #AA5DAE are triadic colors.

2 #AE5DAA and #5DAAAE with #AA5DAE are triadic colors.