COLOR #AE5992

HEX: #AE5992
RGB: (174,89,146)

Color info

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

RGB color model

#AE5992 color RGB value is (174,89,146).

  • red value is 174;
  • green value is 89;
  • blue value is 146.
RGB:
(174,89,146)
(68%,35%,57%)

RGB channels and saturation

R 174 of 255 = 68%
G 89 of 255 = 35%
B 146 of 255 = 57%

174
89
146

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

Portions of RGB colors in percentages

R + G + B =
174 + 89 + 146 = 409 (100%)
R 174 of 409 ~ 42.54%
G 89 of 409 ~ 21.76%
B 146 of 409 ~ 35.7%

%42.54
%21.76
%35.7

CMYK color model

#AE5992 color CMYK value is (0,49,16,32).

  • cyan value is 0.00%
  • magenta value is 48.85%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(0,49,16,32)
C0M49Y16K32 
(0%,49%,16%,32%)
(0.00/0.49/0.16/0.32)	

CMYK percentages

%0
%48.85
%16.09
%31.76

Codes

Color #AE5992 in popluar color models

AE5992
RGB17489146
HSL320°34.41%51.57%
HSB/HSV320°48.85%68.24%
CMYK0.00%48.85%16.09%
31.76%

Color #AE5992 in popluar number systems.

HEXAE5992
Decimal17489146
Binary10101110101100110010010
Octal256131222

Shades and tints

Shades of #AE5992

#AE5992
(174,89,146)
#9F5185
(159,81,133)
#904978
(144,73,120)
#81416B
(129,65,107)
#72395E
(114,57,94)
#633151
(99,49,81)
#542944
(84,41,68)
#452137
(69,33,55)
#36192A
(54,25,42)
#27111D
(39,17,29)
#180910
(24,9,16)
#000000
(0,0,0)

Tints of #AE5992

#AE5992
(174,89,146)
#B5689B
(181,104,155)
#BC77A4
(188,119,164)
#C386AD
(195,134,173)
#CA95B6
(202,149,182)
#D1A4BF
(209,164,191)
#D8B3C8
(216,179,200)
#DFC2D1
(223,194,209)
#E6D1DA
(230,209,218)
#EDE0E3
(237,224,227)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE5992 color. Also use rgb(174,89,146) instead hex code.

Text Font Color

.myTextColor { color: #AE5992; }

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

This text font color is #AE5992.


Background Color

.myBgColor { background-color: #AE5992; }

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

This div background color is #AE5992.


Border color

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

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

This div border color is #AE5992.


Opacity

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

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

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

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

This text has shadow with #AE5992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE5992 on black background.


Color preview on white background

This text has color #AE5992 on white background.



Black color preview on #AE5992 background

This text has black color on #AE5992 background.


White color preview on #AE5992 background

This text has white color on #AE5992 background.