COLOR #AE38F2

HEX: #AE38F2
RGB: (174,56,242)

Color info

#AE38F2 contains mainly blue color. Web safe color of #AE38F2 is #9933FF (or #93F).

RGB color model

#AE38F2 color RGB value is (174,56,242).

  • red value is 174;
  • green value is 56;
  • blue value is 242.
RGB:
(174,56,242)
(68%,22%,95%)

RGB channels and saturation

R 174 of 255 = 68%
G 56 of 255 = 22%
B 242 of 255 = 95%

174
56
242

R + G + B ~ 62%. #AE38F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 56 + 242 = 472 (100%)
R 174 of 472 ~ 36.86%
G 56 of 472 ~ 11.86%
B 242 of 472 ~ 51.27%

%36.86
%11.86
%51.27

CMYK color model

#AE38F2 color CMYK value is (28,77,0,5).

  • cyan value is 28.10%
  • magenta value is 76.86%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(28,77,0,5)
C28M77Y0K5 
(28%,77%,0%,5%)
(0.28/0.77/0.00/0.05)	

CMYK percentages

%28.1
%76.86
%0
%5.1

Codes

Color #AE38F2 in popluar color models

AE38F2
RGB17456242
HSL278°87.74%58.43%
HSB/HSV278°76.86%94.90%
CMYK28.10%76.86%0.00%
5.10%

Color #AE38F2 in popluar number systems.

HEXAE38F2
Decimal17456242
Binary1010111011100011110010
Octal25670362

Shades and tints

Shades of #AE38F2

#AE38F2
(174,56,242)
#9F33DC
(159,51,220)
#902EC6
(144,46,198)
#8129B0
(129,41,176)
#72249A
(114,36,154)
#631F84
(99,31,132)
#541A6E
(84,26,110)
#451558
(69,21,88)
#361042
(54,16,66)
#270B2C
(39,11,44)
#180616
(24,6,22)
#000000
(0,0,0)

Tints of #AE38F2

#AE38F2
(174,56,242)
#B54AF3
(181,74,243)
#BC5CF4
(188,92,244)
#C36EF5
(195,110,245)
#CA80F6
(202,128,246)
#D192F7
(209,146,247)
#D8A4F8
(216,164,248)
#DFB6F9
(223,182,249)
#E6C8FA
(230,200,250)
#EDDAFB
(237,218,251)
#F4ECFC
(244,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE38F2 color. Also use rgb(174,56,242) instead hex code.

Text Font Color

.myTextColor { color: #AE38F2; }

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

This text font color is #AE38F2.


Background Color

.myBgColor { background-color: #AE38F2; }

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

This div background color is #AE38F2.


Border color

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

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

This div border color is #AE38F2.


Opacity

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

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

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

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

This text has shadow with #AE38F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE38F2 on black background.


Color preview on white background

This text has color #AE38F2 on white background.



Black color preview on #AE38F2 background

This text has black color on #AE38F2 background.


White color preview on #AE38F2 background

This text has white color on #AE38F2 background.