COLOR #AE87DC

HEX: #AE87DC RGB: (174,135,220)

Color info

#AE87DC contains mainly red and blue colors. Web safe color of #AE87DC is #9999CC (or #99C).

RGB color model

#AE87DC color RGB value is (174,135,220).

RGB: (174,135,220) (68%, 53%, 86%)

RGB channels and saturation

R 174 of 255 = 68%
G 135 of 255 = 53%
B 220 of 255 = 86%

174
135
220

R + G + B ~ 69%. #AE87DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 135 + 220 = 529 (100%)
R 174 of 529 ~ 32.89%
G 135 of 529 ~ 25.52%
B 220 of 529 ~ 41.59'%

%32.89
%25.52
%41.59

CMYK color model

#AE87DC color CMYK value is (21,39,0,14).

  • cyan value is 20.91%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (21,39,0,14)
C21M39Y0K14 (21%, 39%, 0%, 14%)
(0.21 / 0.39 / 0.00 / 0.14)

CMYK percentages

%20.91
%38.64
%0
%13.73

Codes

Color #AE87DC in popluar color models

AE 87 DC
RGB 174 135 220
HSL 268° 54.84% 69.61%
HSB/HSV 268° 38.64% 86.27%
CMYK 20.91% 38.64% 0.00%
13.73%

Color #AE87DC in popluar number systems.

HEX AE 87 DC
Decimal 174 135 220
Binary 10101110 10000111 11011100
Octal 256 207 334

Shades and tints

Shades of #AE87DC

#AE87DC
(174,135,220)
#9F7BC8
(159,123,200)
#906FB4
(144,111,180)
#8163A0
(129,99,160)
#72578C
(114,87,140)
#634B78
(99,75,120)
#543F64
(84,63,100)
#453350
(69,51,80)
#36273C
(54,39,60)
#271B28
(39,27,40)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE87DC

#AE87DC
(174,135,220)
#B591DF
(181,145,223)
#BC9BE2
(188,155,226)
#C3A5E5
(195,165,229)
#CAAFE8
(202,175,232)
#D1B9EB
(209,185,235)
#D8C3EE
(216,195,238)
#DFCDF1
(223,205,241)
#E6D7F4
(230,215,244)
#EDE1F7
(237,225,247)
#F4EBFA
(244,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE87DC color. Also use rgb(174,135,220) instead hex code.

Text Font Color

.myTextColor { color: #AE87DC; }

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

This text font color is #AE87DC.

Background Color

.myBgColor { background-color: #AE87DC; }

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

This div background color is #AE87DC.

Border color

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

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

This div border color is #AE87DC.

Opacity

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

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

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

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

This text has shadow with #AE87DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE87DC.

Preview

Color preview on black background

This text has color #AE87DC on black background.


Color preview on white background

This text has color #AE87DC on white background.


Black color preview on #AE87DC background

This text has black color on #AE87DC background.


White color preview on #AE87DC background

This text has white color on #AE87DC background.


Related colors

Complementary color

Complementary color for #hex is #517823.


I love getcolorcode.com

Triadic colors

1 #DCAE87 and #87DCAE with #AE87DC are triadic colors.

2 #DC87AE and #87AEDC with #AE87DC are triadic colors.