COLOR #AE80D9

HEX: #AE80D9 RGB: (174,128,217)

Color info

#AE80D9 contains mainly red and blue colors. Web safe color of #AE80D9 is #9966CC (or #96C).

RGB color model

#AE80D9 color RGB value is (174,128,217).

RGB: (174,128,217) (68%, 50%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 217 of 255 = 85%

174
128
217

R + G + B ~ 68%. #AE80D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 128 + 217 = 519 (100%)
R 174 of 519 ~ 33.53%
G 128 of 519 ~ 24.66%
B 217 of 519 ~ 41.81'%

%33.53
%24.66
%41.81

CMYK color model

#AE80D9 color CMYK value is (20,41,0,15).

  • cyan value is 19.82%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (20,41,0,15)
C20M41Y0K15 (20%, 41%, 0%, 15%)
(0.20 / 0.41 / 0.00 / 0.15)

CMYK percentages

%19.82
%41.01
%0
%14.9

Codes

Color #AE80D9 in popluar color models

AE 80 D9
RGB 174 128 217
HSL 271° 53.94% 67.65%
HSB/HSV 271° 41.01% 85.10%
CMYK 19.82% 41.01% 0.00%
14.90%

Color #AE80D9 in popluar number systems.

HEX AE 80 D9
Decimal 174 128 217
Binary 10101110 10000000 11011001
Octal 256 200 331

Shades and tints

Shades of #AE80D9

#AE80D9
(174,128,217)
#9F75C6
(159,117,198)
#906AB3
(144,106,179)
#815FA0
(129,95,160)
#72548D
(114,84,141)
#63497A
(99,73,122)
#543E67
(84,62,103)
#453354
(69,51,84)
#362841
(54,40,65)
#271D2E
(39,29,46)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #AE80D9

#AE80D9
(174,128,217)
#B58BDC
(181,139,220)
#BC96DF
(188,150,223)
#C3A1E2
(195,161,226)
#CAACE5
(202,172,229)
#D1B7E8
(209,183,232)
#D8C2EB
(216,194,235)
#DFCDEE
(223,205,238)
#E6D8F1
(230,216,241)
#EDE3F4
(237,227,244)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE80D9 color. Also use rgb(174,128,217) instead hex code.

Text Font Color

.myTextColor { color: #AE80D9; }

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

This text font color is #AE80D9.

Background Color

.myBgColor { background-color: #AE80D9; }

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

This div background color is #AE80D9.

Border color

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

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

This div border color is #AE80D9.

Opacity

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

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

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

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

This text has shadow with #AE80D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE80D9.

Preview

Color preview on black background

This text has color #AE80D9 on black background.


Color preview on white background

This text has color #AE80D9 on white background.


Black color preview on #AE80D9 background

This text has black color on #AE80D9 background.


White color preview on #AE80D9 background

This text has white color on #AE80D9 background.


Related colors

Complementary color

Complementary color for #hex is #517F26.


I love getcolorcode.com

Triadic colors

1 #D9AE80 and #80D9AE with #AE80D9 are triadic colors.

2 #D980AE and #80AED9 with #AE80D9 are triadic colors.