COLOR #AE7AF6

HEX: #AE7AF6
RGB: (174,122,246)

Color info

#AE7AF6 contains mainly blue color. Web safe color of #AE7AF6 is #9966FF (or #96F).

RGB color model

#AE7AF6 color RGB value is (174,122,246).

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

RGB channels and saturation

R 174 of 255 = 68%
G 122 of 255 = 48%
B 246 of 255 = 96%

174
122
246

R + G + B ~ 71%. #AE7AF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 122 + 246 = 542 (100%)
R 174 of 542 ~ 32.1%
G 122 of 542 ~ 22.51%
B 246 of 542 ~ 45.39%

%32.1
%22.51
%45.39

CMYK color model

#AE7AF6 color CMYK value is (29,50,0,4).

  • cyan value is 29.27%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(29,50,0,4)
C29M50Y0K4 
(29%,50%,0%,4%)
(0.29/0.50/0.00/0.04)	

CMYK percentages

%29.27
%50.41
%0
%3.53

Codes

Color #AE7AF6 in popluar color models

AE7AF6
RGB174122246
HSL265°87.32%72.16%
HSB/HSV265°50.41%96.47%
CMYK29.27%50.41%0.00%
3.53%

Color #AE7AF6 in popluar number systems.

HEXAE7AF6
Decimal174122246
Binary10101110111101011110110
Octal256172366

Shades and tints

Shades of #AE7AF6

#AE7AF6
(174,122,246)
#9F6FE0
(159,111,224)
#9064CA
(144,100,202)
#8159B4
(129,89,180)
#724E9E
(114,78,158)
#634388
(99,67,136)
#543872
(84,56,114)
#452D5C
(69,45,92)
#362246
(54,34,70)
#271730
(39,23,48)
#180C1A
(24,12,26)
#000000
(0,0,0)

Tints of #AE7AF6

#AE7AF6
(174,122,246)
#B586F6
(181,134,246)
#BC92F6
(188,146,246)
#C39EF6
(195,158,246)
#CAAAF6
(202,170,246)
#D1B6F6
(209,182,246)
#D8C2F6
(216,194,246)
#DFCEF6
(223,206,246)
#E6DAF6
(230,218,246)
#EDE6F6
(237,230,246)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7AF6; }

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

This text font color is #AE7AF6.


Background Color

.myBgColor { background-color: #AE7AF6; }

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

This div background color is #AE7AF6.


Border color

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

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

This div border color is #AE7AF6.


Opacity

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

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

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

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

This text has shadow with #AE7AF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7AF6 on black background.


Color preview on white background

This text has color #AE7AF6 on white background.



Black color preview on #AE7AF6 background

This text has black color on #AE7AF6 background.


White color preview on #AE7AF6 background

This text has white color on #AE7AF6 background.