COLOR #AE13E7

HEX: #AE13E7
RGB: (174,19,231)

Color info

#AE13E7 contains mainly red and blue colors. Web safe color of #AE13E7 is #9900FF (or #90F).

RGB color model

#AE13E7 color RGB value is (174,19,231).

  • red value is 174;
  • green value is 19;
  • blue value is 231.
RGB:
(174,19,231)
(68%,7%,91%)

RGB channels and saturation

R 174 of 255 = 68%
G 19 of 255 = 7%
B 231 of 255 = 91%

174
19
231

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

Portions of RGB colors in percentages

R + G + B =
174 + 19 + 231 = 424 (100%)
R 174 of 424 ~ 41.04%
G 19 of 424 ~ 4.48%
B 231 of 424 ~ 54.48%

%41.04
%54.48

CMYK color model

#AE13E7 color CMYK value is (25,92,0,9).

  • cyan value is 24.68%
  • magenta value is 91.77%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(25,92,0,9)
C25M92Y0K9 
(25%,92%,0%,9%)
(0.25/0.92/0.00/0.09)	

CMYK percentages

%24.68
%91.77
%0
%9.41

Codes

Color #AE13E7 in popluar color models

AE13E7
RGB17419231
HSL284°84.80%49.02%
HSB/HSV284°91.77%90.59%
CMYK24.68%91.77%0.00%
9.41%

Color #AE13E7 in popluar number systems.

HEXAE13E7
Decimal17419231
Binary101011101001111100111
Octal25623347

Shades and tints

Shades of #AE13E7

#AE13E7
(174,19,231)
#9F12D2
(159,18,210)
#9011BD
(144,17,189)
#8110A8
(129,16,168)
#720F93
(114,15,147)
#630E7E
(99,14,126)
#540D69
(84,13,105)
#450C54
(69,12,84)
#360B3F
(54,11,63)
#270A2A
(39,10,42)
#180915
(24,9,21)
#000000
(0,0,0)

Tints of #AE13E7

#AE13E7
(174,19,231)
#B528E9
(181,40,233)
#BC3DEB
(188,61,235)
#C352ED
(195,82,237)
#CA67EF
(202,103,239)
#D17CF1
(209,124,241)
#D891F3
(216,145,243)
#DFA6F5
(223,166,245)
#E6BBF7
(230,187,247)
#EDD0F9
(237,208,249)
#F4E5FB
(244,229,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE13E7 color. Also use rgb(174,19,231) instead hex code.

Text Font Color

.myTextColor { color: #AE13E7; }

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

This text font color is #AE13E7.


Background Color

.myBgColor { background-color: #AE13E7; }

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

This div background color is #AE13E7.


Border color

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

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

This div border color is #AE13E7.


Opacity

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

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

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

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

This text has shadow with #AE13E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE13E7 on black background.


Color preview on white background

This text has color #AE13E7 on white background.



Black color preview on #AE13E7 background

This text has black color on #AE13E7 background.


White color preview on #AE13E7 background

This text has white color on #AE13E7 background.