COLOR #AE539D

HEX: #AE539D RGB: (174,83,157)

Color info

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

RGB color model

#AE539D color RGB value is (174,83,157).

RGB: (174,83,157) (68%, 33%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 83 of 255 = 33%
B 157 of 255 = 62%

174
83
157

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

Portions of RGB colors in percentages

R + G + B = 174 + 83 + 157 = 414 (100%)
R 174 of 414 ~ 42.03%
G 83 of 414 ~ 20.05%
B 157 of 414 ~ 37.92'%

%42.03
%20.05
%37.92

CMYK color model

#AE539D color CMYK value is (0,52,10,32).

  • cyan value is 0.00%
  • magenta value is 52.30%
  • yellow value is 9.77%
  • key color value is 31.76%

CMYK: (0,52,10,32)
C0M52Y10K32 (0%, 52%, 10%, 32%)
(0.00 / 0.52 / 0.10 / 0.32)

CMYK percentages

%0
%52.3
%9.77
%31.76

Codes

Color #AE539D in popluar color models

AE 53 9D
RGB 174 83 157
HSL 311° 35.97% 50.39%
HSB/HSV 311° 52.30% 68.24%
CMYK 0.00% 52.30% 9.77%
31.76%

Color #AE539D in popluar number systems.

HEX AE 53 9D
Decimal 174 83 157
Binary 10101110 1010011 10011101
Octal 256 123 235

Shades and tints

Shades of #AE539D

#AE539D
(174,83,157)
#9F4C8F
(159,76,143)
#904581
(144,69,129)
#813E73
(129,62,115)
#723765
(114,55,101)
#633057
(99,48,87)
#542949
(84,41,73)
#45223B
(69,34,59)
#361B2D
(54,27,45)
#27141F
(39,20,31)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #AE539D

#AE539D
(174,83,157)
#B562A5
(181,98,165)
#BC71AD
(188,113,173)
#C380B5
(195,128,181)
#CA8FBD
(202,143,189)
#D19EC5
(209,158,197)
#D8ADCD
(216,173,205)
#DFBCD5
(223,188,213)
#E6CBDD
(230,203,221)
#EDDAE5
(237,218,229)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE539D color. Also use rgb(174,83,157) instead hex code.

Text Font Color

.myTextColor { color: #AE539D; }

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

This text font color is #AE539D.

Background Color

.myBgColor { background-color: #AE539D; }

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

This div background color is #AE539D.

Border color

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

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

This div border color is #AE539D.

Opacity

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

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

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

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

This text has shadow with #AE539D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE539D.

Preview

Color preview on black background

This text has color #AE539D on black background.


Color preview on white background

This text has color #AE539D on white background.


Black color preview on #AE539D background

This text has black color on #AE539D background.


White color preview on #AE539D background

This text has white color on #AE539D background.


Related colors

Complementary color

Complementary color for #hex is #51AC62.


I love getcolorcode.com

Triadic colors

1 #9DAE53 and #539DAE with #AE539D are triadic colors.

2 #9D53AE and #53AE9D with #AE539D are triadic colors.