COLOR #AE457E

HEX: #AE457E RGB: (174,69,126)

Color info

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

RGB color model

#AE457E color RGB value is (174,69,126).

RGB: (174,69,126) (68%, 27%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 69 of 255 = 27%
B 126 of 255 = 49%

174
69
126

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

Portions of RGB colors in percentages

R + G + B = 174 + 69 + 126 = 369 (100%)
R 174 of 369 ~ 47.15%
G 69 of 369 ~ 18.7%
B 126 of 369 ~ 34.15'%

%47.15
%18.7
%34.15

CMYK color model

#AE457E color CMYK value is (0,60,28,32).

  • cyan value is 0.00%
  • magenta value is 60.34%
  • yellow value is 27.59%
  • key color value is 31.76%
CMYK: (0,60,28,32) C0M60Y28K32 (0%,60%,28%,32%) (0.00/0.60/0.28/0.32) 

CMYK percentages

%0
%60.34
%27.59
%31.76

Codes

Color #AE457E in popluar color models

AE 45 7E
RGB 174 69 126
HSL 327° 43.21% 47.65%
HSB/HSV 327° 60.34% 68.24%
CMYK 0.00% 60.34% 27.59%
31.76%

Color #AE457E in popluar number systems.

HEX AE 45 7E
Decimal 174 69 126
Binary 10101110 1000101 1111110
Octal 256 105 176

Shades and tints

Shades of #AE457E

#AE457E
(174,69,126)
#9F3F73
(159,63,115)
#903968
(144,57,104)
#81335D
(129,51,93)
#722D52
(114,45,82)
#632747
(99,39,71)
#54213C
(84,33,60)
#451B31
(69,27,49)
#361526
(54,21,38)
#270F1B
(39,15,27)
#180910
(24,9,16)
#000000
(0,0,0)

Tints of #AE457E

#AE457E
(174,69,126)
#B55589
(181,85,137)
#BC6594
(188,101,148)
#C3759F
(195,117,159)
#CA85AA
(202,133,170)
#D195B5
(209,149,181)
#D8A5C0
(216,165,192)
#DFB5CB
(223,181,203)
#E6C5D6
(230,197,214)
#EDD5E1
(237,213,225)
#F4E5EC
(244,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE457E color. Also use rgb(174,69,126) instead hex code.

Text Font Color

.myTextColor { color: #AE457E; }

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

This text font color is #AE457E.

Background Color

.myBgColor { background-color: #AE457E; }

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

This div background color is #AE457E.

Border color

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

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

This div border color is #AE457E.

Opacity

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

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

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

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

This text has shadow with #AE457E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE457E.

Preview

Color preview on black background

This text has color #AE457E on black background.


Color preview on white background

This text has color #AE457E on white background.


Black color preview on #AE457E background

This text has black color on #AE457E background.


White color preview on #AE457E background

This text has white color on #AE457E background.


Related colors

Complementary color

Complementary color for #hex is #51BA81.


I love getcolorcode.com

Triadic colors

1 #7EAE45 and #457EAE with #AE457E are triadic colors.

2 #7E45AE and #45AE7E with #AE457E are triadic colors.