COLOR #AE01E1

HEX: #AE01E1
RGB: (174,1,225)

Color info

#AE01E1 contains mainly red and blue colors. Web safe color of #AE01E1 is #9900CC (or #90C).

RGB color model

#AE01E1 color RGB value is (174,1,225).

  • red value is 174;
  • green value is 1;
  • blue value is 225.
RGB:
(174,1,225)
(68%,0%,88%)

RGB channels and saturation

R 174 of 255 = 68%
G 1 of 255 = 0%
B 225 of 255 = 88%

174
1
225

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

Portions of RGB colors in percentages

R + G + B =
174 + 1 + 225 = 400 (100%)
R 174 of 400 ~ 43.5%
G 1 of 400 ~ 0.25%
B 225 of 400 ~ 56.25%

%43.5
%56.25

CMYK color model

#AE01E1 color CMYK value is (23,100,0,12).

  • cyan value is 22.67%
  • magenta value is 99.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(23,100,0,12)
C23M100Y0K12 
(23%,100%,0%,12%)
(0.23/1.00/0.00/0.12)	

CMYK percentages

%22.67
%99.56
%0
%11.76

Codes

Color #AE01E1 in popluar color models

AE01E1
RGB1741225
HSL286°99.12%44.31%
HSB/HSV286°99.56%88.24%
CMYK22.67%99.56%0.00%
11.76%

Color #AE01E1 in popluar number systems.

HEXAE01E1
Decimal1741225
Binary10101110111100001
Octal2561341

Shades and tints

Shades of #AE01E1

#AE01E1
(174,1,225)
#9F01CD
(159,1,205)
#9001B9
(144,1,185)
#8101A5
(129,1,165)
#720191
(114,1,145)
#63017D
(99,1,125)
#540169
(84,1,105)
#450155
(69,1,85)
#360141
(54,1,65)
#27012D
(39,1,45)
#180119
(24,1,25)
#000000
(0,0,0)

Tints of #AE01E1

#AE01E1
(174,1,225)
#B518E3
(181,24,227)
#BC2FE5
(188,47,229)
#C346E7
(195,70,231)
#CA5DE9
(202,93,233)
#D174EB
(209,116,235)
#D88BED
(216,139,237)
#DFA2EF
(223,162,239)
#E6B9F1
(230,185,241)
#EDD0F3
(237,208,243)
#F4E7F5
(244,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE01E1 color. Also use rgb(174,1,225) instead hex code.

Text Font Color

.myTextColor { color: #AE01E1; }

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

This text font color is #AE01E1.


Background Color

.myBgColor { background-color: #AE01E1; }

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

This div background color is #AE01E1.


Border color

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

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

This div border color is #AE01E1.


Opacity

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

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

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

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

This text has shadow with #AE01E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE01E1 on black background.


Color preview on white background

This text has color #AE01E1 on white background.



Black color preview on #AE01E1 background

This text has black color on #AE01E1 background.


White color preview on #AE01E1 background

This text has white color on #AE01E1 background.