COLOR #AE579C

HEX: #AE579C RGB: (174,87,156)

Color info

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

RGB color model

#AE579C color RGB value is (174,87,156).

RGB: (174,87,156) (68%, 34%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 87 of 255 = 34%
B 156 of 255 = 61%

174
87
156

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

Portions of RGB colors in percentages

R + G + B = 174 + 87 + 156 = 417 (100%)
R 174 of 417 ~ 41.73%
G 87 of 417 ~ 20.86%
B 156 of 417 ~ 37.41'%

%41.73
%20.86
%37.41

CMYK color model

#AE579C color CMYK value is (0,50,10,32).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 10.34%
  • key color value is 31.76%

CMYK: (0,50,10,32)
C0M50Y10K32 (0%, 50%, 10%, 32%)
(0.00 / 0.50 / 0.10 / 0.32)

CMYK percentages

%0
%50
%10.34
%31.76

Codes

Color #AE579C in popluar color models

AE 57 9C
RGB 174 87 156
HSL 312° 34.94% 51.18%
HSB/HSV 312° 50.00% 68.24%
CMYK 0.00% 50.00% 10.34%
31.76%

Color #AE579C in popluar number systems.

HEX AE 57 9C
Decimal 174 87 156
Binary 10101110 1010111 10011100
Octal 256 127 234

Shades and tints

Shades of #AE579C

#AE579C
(174,87,156)
#9F508E
(159,80,142)
#904980
(144,73,128)
#814272
(129,66,114)
#723B64
(114,59,100)
#633456
(99,52,86)
#542D48
(84,45,72)
#45263A
(69,38,58)
#361F2C
(54,31,44)
#27181E
(39,24,30)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #AE579C

#AE579C
(174,87,156)
#B566A5
(181,102,165)
#BC75AE
(188,117,174)
#C384B7
(195,132,183)
#CA93C0
(202,147,192)
#D1A2C9
(209,162,201)
#D8B1D2
(216,177,210)
#DFC0DB
(223,192,219)
#E6CFE4
(230,207,228)
#EDDEED
(237,222,237)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE579C color. Also use rgb(174,87,156) instead hex code.

Text Font Color

.myTextColor { color: #AE579C; }

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

This text font color is #AE579C.

Background Color

.myBgColor { background-color: #AE579C; }

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

This div background color is #AE579C.

Border color

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

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

This div border color is #AE579C.

Opacity

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

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

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

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

This text has shadow with #AE579C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE579C.

Preview

Color preview on black background

This text has color #AE579C on black background.


Color preview on white background

This text has color #AE579C on white background.


Black color preview on #AE579C background

This text has black color on #AE579C background.


White color preview on #AE579C background

This text has white color on #AE579C background.


Related colors

Complementary color

Complementary color for #hex is #51A863.


I love getcolorcode.com

Triadic colors

1 #9CAE57 and #579CAE with #AE579C are triadic colors.

2 #9C57AE and #57AE9C with #AE579C are triadic colors.