COLOR #AE5B83

HEX: #AE5B83
RGB: (174,91,131)

Color info

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

RGB color model

#AE5B83 color RGB value is (174,91,131).

  • red value is 174;
  • green value is 91;
  • blue value is 131.
RGB:
(174,91,131)
(68%,36%,51%)

RGB channels and saturation

R 174 of 255 = 68%
G 91 of 255 = 36%
B 131 of 255 = 51%

174
91
131

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

Portions of RGB colors in percentages

R + G + B =
174 + 91 + 131 = 396 (100%)
R 174 of 396 ~ 43.94%
G 91 of 396 ~ 22.98%
B 131 of 396 ~ 33.08%

%43.94
%22.98
%33.08

CMYK color model

#AE5B83 color CMYK value is (0,48,25,32).

  • cyan value is 0.00%
  • magenta value is 47.70%
  • yellow value is 24.71%
  • key color value is 31.76%
CMYK:
(0,48,25,32)
C0M48Y25K32 
(0%,48%,25%,32%)
(0.00/0.48/0.25/0.32)	

CMYK percentages

%0
%47.7
%24.71
%31.76

Codes

Color #AE5B83 in popluar color models

AE5B83
RGB17491131
HSL331°33.88%51.96%
HSB/HSV331°47.70%68.24%
CMYK0.00%47.70%24.71%
31.76%

Color #AE5B83 in popluar number systems.

HEXAE5B83
Decimal17491131
Binary10101110101101110000011
Octal256133203

Shades and tints

Shades of #AE5B83

#AE5B83
(174,91,131)
#9F5378
(159,83,120)
#904B6D
(144,75,109)
#814362
(129,67,98)
#723B57
(114,59,87)
#63334C
(99,51,76)
#542B41
(84,43,65)
#452336
(69,35,54)
#361B2B
(54,27,43)
#271320
(39,19,32)
#180B15
(24,11,21)
#000000
(0,0,0)

Tints of #AE5B83

#AE5B83
(174,91,131)
#B5698E
(181,105,142)
#BC7799
(188,119,153)
#C385A4
(195,133,164)
#CA93AF
(202,147,175)
#D1A1BA
(209,161,186)
#D8AFC5
(216,175,197)
#DFBDD0
(223,189,208)
#E6CBDB
(230,203,219)
#EDD9E6
(237,217,230)
#F4E7F1
(244,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5B83 color. Also use rgb(174,91,131) instead hex code.

Text Font Color

.myTextColor { color: #AE5B83; }

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

This text font color is #AE5B83.


Background Color

.myBgColor { background-color: #AE5B83; }

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

This div background color is #AE5B83.


Border color

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

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

This div border color is #AE5B83.


Opacity

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

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

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

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

This text has shadow with #AE5B83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5B83 on black background.


Color preview on white background

This text has color #AE5B83 on white background.



Black color preview on #AE5B83 background

This text has black color on #AE5B83 background.


White color preview on #AE5B83 background

This text has white color on #AE5B83 background.