COLOR #AE59E3

HEX: #AE59E3
RGB: (174,89,227)

Color info

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

RGB color model

#AE59E3 color RGB value is (174,89,227).

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

RGB channels and saturation

R 174 of 255 = 68%
G 89 of 255 = 35%
B 227 of 255 = 89%

174
89
227

R + G + B ~ 64%. #AE59E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 89 + 227 = 490 (100%)
R 174 of 490 ~ 35.51%
G 89 of 490 ~ 18.16%
B 227 of 490 ~ 46.33%

%35.51
%18.16
%46.33

CMYK color model

#AE59E3 color CMYK value is (23,61,0,11).

  • cyan value is 23.35%
  • magenta value is 60.79%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(23,61,0,11)
C23M61Y0K11 
(23%,61%,0%,11%)
(0.23/0.61/0.00/0.11)	

CMYK percentages

%23.35
%60.79
%0
%10.98

Codes

Color #AE59E3 in popluar color models

AE59E3
RGB17489227
HSL277°71.13%61.96%
HSB/HSV277°60.79%89.02%
CMYK23.35%60.79%0.00%
10.98%

Color #AE59E3 in popluar number systems.

HEXAE59E3
Decimal17489227
Binary10101110101100111100011
Octal256131343

Shades and tints

Shades of #AE59E3

#AE59E3
(174,89,227)
#9F51CF
(159,81,207)
#9049BB
(144,73,187)
#8141A7
(129,65,167)
#723993
(114,57,147)
#63317F
(99,49,127)
#54296B
(84,41,107)
#452157
(69,33,87)
#361943
(54,25,67)
#27112F
(39,17,47)
#18091B
(24,9,27)
#000000
(0,0,0)

Tints of #AE59E3

#AE59E3
(174,89,227)
#B568E5
(181,104,229)
#BC77E7
(188,119,231)
#C386E9
(195,134,233)
#CA95EB
(202,149,235)
#D1A4ED
(209,164,237)
#D8B3EF
(216,179,239)
#DFC2F1
(223,194,241)
#E6D1F3
(230,209,243)
#EDE0F5
(237,224,245)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE59E3; }

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

This text font color is #AE59E3.


Background Color

.myBgColor { background-color: #AE59E3; }

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

This div background color is #AE59E3.


Border color

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

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

This div border color is #AE59E3.


Opacity

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

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

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

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

This text has shadow with #AE59E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE59E3 on black background.


Color preview on white background

This text has color #AE59E3 on white background.



Black color preview on #AE59E3 background

This text has black color on #AE59E3 background.


White color preview on #AE59E3 background

This text has white color on #AE59E3 background.