COLOR #AE4AF6

HEX: #AE4AF6
RGB: (174,74,246)

Color info

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

RGB color model

#AE4AF6 color RGB value is (174,74,246).

  • red value is 174;
  • green value is 74;
  • blue value is 246.
RGB:
(174,74,246)
(68%,29%,96%)

RGB channels and saturation

R 174 of 255 = 68%
G 74 of 255 = 29%
B 246 of 255 = 96%

174
74
246

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

Portions of RGB colors in percentages

R + G + B =
174 + 74 + 246 = 494 (100%)
R 174 of 494 ~ 35.22%
G 74 of 494 ~ 14.98%
B 246 of 494 ~ 49.8%

%35.22
%14.98
%49.8

CMYK color model

#AE4AF6 color CMYK value is (29,70,0,4).

  • cyan value is 29.27%
  • magenta value is 69.92%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(29,70,0,4)
C29M70Y0K4 
(29%,70%,0%,4%)
(0.29/0.70/0.00/0.04)	

CMYK percentages

%29.27
%69.92
%0
%3.53

Codes

Color #AE4AF6 in popluar color models

AE4AF6
RGB17474246
HSL275°90.53%62.75%
HSB/HSV275°69.92%96.47%
CMYK29.27%69.92%0.00%
3.53%

Color #AE4AF6 in popluar number systems.

HEXAE4AF6
Decimal17474246
Binary10101110100101011110110
Octal256112366

Shades and tints

Shades of #AE4AF6

#AE4AF6
(174,74,246)
#9F44E0
(159,68,224)
#903ECA
(144,62,202)
#8138B4
(129,56,180)
#72329E
(114,50,158)
#632C88
(99,44,136)
#542672
(84,38,114)
#45205C
(69,32,92)
#361A46
(54,26,70)
#271430
(39,20,48)
#180E1A
(24,14,26)
#000000
(0,0,0)

Tints of #AE4AF6

#AE4AF6
(174,74,246)
#B55AF6
(181,90,246)
#BC6AF6
(188,106,246)
#C37AF6
(195,122,246)
#CA8AF6
(202,138,246)
#D19AF6
(209,154,246)
#D8AAF6
(216,170,246)
#DFBAF6
(223,186,246)
#E6CAF6
(230,202,246)
#EDDAF6
(237,218,246)
#F4EAF6
(244,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4AF6 color. Also use rgb(174,74,246) instead hex code.

Text Font Color

.myTextColor { color: #AE4AF6; }

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

This text font color is #AE4AF6.


Background Color

.myBgColor { background-color: #AE4AF6; }

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

This div background color is #AE4AF6.


Border color

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

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

This div border color is #AE4AF6.


Opacity

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

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

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

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

This text has shadow with #AE4AF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4AF6 on black background.


Color preview on white background

This text has color #AE4AF6 on white background.



Black color preview on #AE4AF6 background

This text has black color on #AE4AF6 background.


White color preview on #AE4AF6 background

This text has white color on #AE4AF6 background.