COLOR #AE81EF

HEX: #AE81EF RGB: (174,129,239)

Color info

#AE81EF contains mainly blue color. Web safe color of #AE81EF is #9999FF (or #99F).

RGB color model

#AE81EF color RGB value is (174,129,239).

RGB: (174,129,239) (68%, 51%, 94%)

RGB channels and saturation

R 174 of 255 = 68%
G 129 of 255 = 51%
B 239 of 255 = 94%

174
129
239

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

Portions of RGB colors in percentages

R + G + B = 174 + 129 + 239 = 542 (100%)
R 174 of 542 ~ 32.1%
G 129 of 542 ~ 23.8%
B 239 of 542 ~ 44.1'%

%32.1
%23.8
%44.1

CMYK color model

#AE81EF color CMYK value is (27,46,0,6).

  • cyan value is 27.20%
  • magenta value is 46.03%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (27,46,0,6)
C27M46Y0K6 (27%, 46%, 0%, 6%)
(0.27 / 0.46 / 0.00 / 0.06)

CMYK percentages

%27.2
%46.03
%0
%6.27

Codes

Color #AE81EF in popluar color models

AE 81 EF
RGB 174 129 239
HSL 265° 77.46% 72.16%
HSB/HSV 265° 46.03% 93.73%
CMYK 27.20% 46.03% 0.00%
6.27%

Color #AE81EF in popluar number systems.

HEX AE 81 EF
Decimal 174 129 239
Binary 10101110 10000001 11101111
Octal 256 201 357

Shades and tints

Shades of #AE81EF

#AE81EF
(174,129,239)
#9F76DA
(159,118,218)
#906BC5
(144,107,197)
#8160B0
(129,96,176)
#72559B
(114,85,155)
#634A86
(99,74,134)
#543F71
(84,63,113)
#45345C
(69,52,92)
#362947
(54,41,71)
#271E32
(39,30,50)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #AE81EF

#AE81EF
(174,129,239)
#B58CF0
(181,140,240)
#BC97F1
(188,151,241)
#C3A2F2
(195,162,242)
#CAADF3
(202,173,243)
#D1B8F4
(209,184,244)
#D8C3F5
(216,195,245)
#DFCEF6
(223,206,246)
#E6D9F7
(230,217,247)
#EDE4F8
(237,228,248)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE81EF color. Also use rgb(174,129,239) instead hex code.

Text Font Color

.myTextColor { color: #AE81EF; }

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

This text font color is #AE81EF.

Background Color

.myBgColor { background-color: #AE81EF; }

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

This div background color is #AE81EF.

Border color

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

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

This div border color is #AE81EF.

Opacity

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

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

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

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

This text has shadow with #AE81EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE81EF.

Preview

Color preview on black background

This text has color #AE81EF on black background.


Color preview on white background

This text has color #AE81EF on white background.


Black color preview on #AE81EF background

This text has black color on #AE81EF background.


White color preview on #AE81EF background

This text has white color on #AE81EF background.


Related colors

Complementary color

Complementary color for #hex is #517E10.


I love getcolorcode.com

Triadic colors

1 #EFAE81 and #81EFAE with #AE81EF are triadic colors.

2 #EF81AE and #81AEEF with #AE81EF are triadic colors.