COLOR #AE7EF2

HEX: #AE7EF2 RGB: (174,126,242)

Color info

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

RGB color model

#AE7EF2 color RGB value is (174,126,242).

RGB: (174,126,242) (68%, 49%, 95%)

RGB channels and saturation

R 174 of 255 = 68%
G 126 of 255 = 49%
B 242 of 255 = 95%

174
126
242

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

Portions of RGB colors in percentages

R + G + B = 174 + 126 + 242 = 542 (100%)
R 174 of 542 ~ 32.1%
G 126 of 542 ~ 23.25%
B 242 of 542 ~ 44.65'%

%32.1
%23.25
%44.65

CMYK color model

#AE7EF2 color CMYK value is (28,48,0,5).

  • cyan value is 28.10%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK: (28,48,0,5) C28M48Y0K5 (28%,48%,0%,5%) (0.28/0.48/0.00/0.05) 

CMYK percentages

%28.1
%47.93
%0
%5.1

Codes

Color #AE7EF2 in popluar color models

AE 7E F2
RGB 174 126 242
HSL 265° 81.69% 72.16%
HSB/HSV 265° 47.93% 94.90%
CMYK 28.10% 47.93% 0.00%
5.10%

Color #AE7EF2 in popluar number systems.

HEX AE 7E F2
Decimal 174 126 242
Binary 10101110 1111110 11110010
Octal 256 176 362

Shades and tints

Shades of #AE7EF2

#AE7EF2
(174,126,242)
#9F73DC
(159,115,220)
#9068C6
(144,104,198)
#815DB0
(129,93,176)
#72529A
(114,82,154)
#634784
(99,71,132)
#543C6E
(84,60,110)
#453158
(69,49,88)
#362642
(54,38,66)
#271B2C
(39,27,44)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #AE7EF2

#AE7EF2
(174,126,242)
#B589F3
(181,137,243)
#BC94F4
(188,148,244)
#C39FF5
(195,159,245)
#CAAAF6
(202,170,246)
#D1B5F7
(209,181,247)
#D8C0F8
(216,192,248)
#DFCBF9
(223,203,249)
#E6D6FA
(230,214,250)
#EDE1FB
(237,225,251)
#F4ECFC
(244,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7EF2; }

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

This text font color is #AE7EF2.

Background Color

.myBgColor { background-color: #AE7EF2; }

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

This div background color is #AE7EF2.

Border color

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

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

This div border color is #AE7EF2.

Opacity

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

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

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

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

This text has shadow with #AE7EF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7EF2.

Preview

Color preview on black background

This text has color #AE7EF2 on black background.


Color preview on white background

This text has color #AE7EF2 on white background.


Black color preview on #AE7EF2 background

This text has black color on #AE7EF2 background.


White color preview on #AE7EF2 background

This text has white color on #AE7EF2 background.


Related colors

Complementary color

Complementary color for #hex is #51810D.


I love getcolorcode.com

Triadic colors

1 #F2AE7E and #7EF2AE with #AE7EF2 are triadic colors.

2 #F27EAE and #7EAEF2 with #AE7EF2 are triadic colors.