COLOR #AE8DD5

HEX: #AE8DD5 RGB: (174,141,213)

Color info

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

RGB color model

#AE8DD5 color RGB value is (174,141,213).

RGB: (174,141,213) (68%, 55%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 213 of 255 = 84%

174
141
213

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

Portions of RGB colors in percentages

R + G + B = 174 + 141 + 213 = 528 (100%)
R 174 of 528 ~ 32.95%
G 141 of 528 ~ 26.7%
B 213 of 528 ~ 40.34'%

%32.95
%26.7
%40.34

CMYK color model

#AE8DD5 color CMYK value is (18,34,0,16).

  • cyan value is 18.31%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (18,34,0,16)
C18M34Y0K16 (18%, 34%, 0%, 16%)
(0.18 / 0.34 / 0.00 / 0.16)

CMYK percentages

%18.31
%33.8
%0
%16.47

Codes

Color #AE8DD5 in popluar color models

AE 8D D5
RGB 174 141 213
HSL 268° 46.15% 69.41%
HSB/HSV 268° 33.80% 83.53%
CMYK 18.31% 33.80% 0.00%
16.47%

Color #AE8DD5 in popluar number systems.

HEX AE 8D D5
Decimal 174 141 213
Binary 10101110 10001101 11010101
Octal 256 215 325

Shades and tints

Shades of #AE8DD5

#AE8DD5
(174,141,213)
#9F81C2
(159,129,194)
#9075AF
(144,117,175)
#81699C
(129,105,156)
#725D89
(114,93,137)
#635176
(99,81,118)
#544563
(84,69,99)
#453950
(69,57,80)
#362D3D
(54,45,61)
#27212A
(39,33,42)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AE8DD5

#AE8DD5
(174,141,213)
#B597D8
(181,151,216)
#BCA1DB
(188,161,219)
#C3ABDE
(195,171,222)
#CAB5E1
(202,181,225)
#D1BFE4
(209,191,228)
#D8C9E7
(216,201,231)
#DFD3EA
(223,211,234)
#E6DDED
(230,221,237)
#EDE7F0
(237,231,240)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8DD5 color. Also use rgb(174,141,213) instead hex code.

Text Font Color

.myTextColor { color: #AE8DD5; }

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

This text font color is #AE8DD5.

Background Color

.myBgColor { background-color: #AE8DD5; }

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

This div background color is #AE8DD5.

Border color

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

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

This div border color is #AE8DD5.

Opacity

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

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

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

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

This text has shadow with #AE8DD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8DD5.

Preview

Color preview on black background

This text has color #AE8DD5 on black background.


Color preview on white background

This text has color #AE8DD5 on white background.


Black color preview on #AE8DD5 background

This text has black color on #AE8DD5 background.


White color preview on #AE8DD5 background

This text has white color on #AE8DD5 background.


Related colors

Complementary color

Complementary color for #hex is #51722A.


I love getcolorcode.com

Triadic colors

1 #D5AE8D and #8DD5AE with #AE8DD5 are triadic colors.

2 #D58DAE and #8DAED5 with #AE8DD5 are triadic colors.