COLOR #AE59B4

HEX: #AE59B4
RGB: (174,89,180)

Color info

#AE59B4 contains mainly red and blue colors. Web safe color of #AE59B4 is #9966CC (or #96C).

RGB color model

#AE59B4 color RGB value is (174,89,180).

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

RGB channels and saturation

R 174 of 255 = 68%
G 89 of 255 = 35%
B 180 of 255 = 71%

174
89
180

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

Portions of RGB colors in percentages

R + G + B =
174 + 89 + 180 = 443 (100%)
R 174 of 443 ~ 39.28%
G 89 of 443 ~ 20.09%
B 180 of 443 ~ 40.63%

%39.28
%20.09
%40.63

CMYK color model

#AE59B4 color CMYK value is (3,51,0,29).

  • cyan value is 3.33%
  • magenta value is 50.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(3,51,0,29)
C3M51Y0K29 
(3%,51%,0%,29%)
(0.03/0.51/0.00/0.29)	

CMYK percentages

%3.33
%50.56
%0
%29.41

Codes

Color #AE59B4 in popluar color models

AE59B4
RGB17489180
HSL296°37.76%52.75%
HSB/HSV296°50.56%70.59%
CMYK3.33%50.56%0.00%
29.41%

Color #AE59B4 in popluar number systems.

HEXAE59B4
Decimal17489180
Binary10101110101100110110100
Octal256131264

Shades and tints

Shades of #AE59B4

#AE59B4
(174,89,180)
#9F51A4
(159,81,164)
#904994
(144,73,148)
#814184
(129,65,132)
#723974
(114,57,116)
#633164
(99,49,100)
#542954
(84,41,84)
#452144
(69,33,68)
#361934
(54,25,52)
#271124
(39,17,36)
#180914
(24,9,20)
#000000
(0,0,0)

Tints of #AE59B4

#AE59B4
(174,89,180)
#B568BA
(181,104,186)
#BC77C0
(188,119,192)
#C386C6
(195,134,198)
#CA95CC
(202,149,204)
#D1A4D2
(209,164,210)
#D8B3D8
(216,179,216)
#DFC2DE
(223,194,222)
#E6D1E4
(230,209,228)
#EDE0EA
(237,224,234)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE59B4; }

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

This text font color is #AE59B4.


Background Color

.myBgColor { background-color: #AE59B4; }

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

This div background color is #AE59B4.


Border color

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

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

This div border color is #AE59B4.


Opacity

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

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

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

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

This text has shadow with #AE59B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE59B4 on black background.


Color preview on white background

This text has color #AE59B4 on white background.



Black color preview on #AE59B4 background

This text has black color on #AE59B4 background.


White color preview on #AE59B4 background

This text has white color on #AE59B4 background.