COLOR #AE9AD6

HEX: #AE9AD6 RGB: (174,154,214)

Color info

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

RGB color model

#AE9AD6 color RGB value is (174,154,214).

RGB: (174,154,214) (68%, 60%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 214 of 255 = 84%

174
154
214

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

Portions of RGB colors in percentages

R + G + B = 174 + 154 + 214 = 542 (100%)
R 174 of 542 ~ 32.1%
G 154 of 542 ~ 28.41%
B 214 of 542 ~ 39.48'%

%32.1
%28.41
%39.48

CMYK color model

#AE9AD6 color CMYK value is (19,28,0,16).

  • cyan value is 18.69%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (19,28,0,16)
C19M28Y0K16 (19%, 28%, 0%, 16%)
(0.19 / 0.28 / 0.00 / 0.16)

CMYK percentages

%18.69
%28.04
%0
%16.08

Codes

Color #AE9AD6 in popluar color models

AE 9A D6
RGB 174 154 214
HSL 260° 42.25% 72.16%
HSB/HSV 260° 28.04% 83.92%
CMYK 18.69% 28.04% 0.00%
16.08%

Color #AE9AD6 in popluar number systems.

HEX AE 9A D6
Decimal 174 154 214
Binary 10101110 10011010 11010110
Octal 256 232 326

Shades and tints

Shades of #AE9AD6

#AE9AD6
(174,154,214)
#9F8CC3
(159,140,195)
#907EB0
(144,126,176)
#81709D
(129,112,157)
#72628A
(114,98,138)
#635477
(99,84,119)
#544664
(84,70,100)
#453851
(69,56,81)
#362A3E
(54,42,62)
#271C2B
(39,28,43)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #AE9AD6

#AE9AD6
(174,154,214)
#B5A3D9
(181,163,217)
#BCACDC
(188,172,220)
#C3B5DF
(195,181,223)
#CABEE2
(202,190,226)
#D1C7E5
(209,199,229)
#D8D0E8
(216,208,232)
#DFD9EB
(223,217,235)
#E6E2EE
(230,226,238)
#EDEBF1
(237,235,241)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9AD6 color. Also use rgb(174,154,214) instead hex code.

Text Font Color

.myTextColor { color: #AE9AD6; }

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

This text font color is #AE9AD6.

Background Color

.myBgColor { background-color: #AE9AD6; }

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

This div background color is #AE9AD6.

Border color

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

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

This div border color is #AE9AD6.

Opacity

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

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

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

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

This text has shadow with #AE9AD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9AD6.

Preview

Color preview on black background

This text has color #AE9AD6 on black background.


Color preview on white background

This text has color #AE9AD6 on white background.


Black color preview on #AE9AD6 background

This text has black color on #AE9AD6 background.


White color preview on #AE9AD6 background

This text has white color on #AE9AD6 background.


Related colors

Complementary color

Complementary color for #hex is #516529.


I love getcolorcode.com

Triadic colors

1 #D6AE9A and #9AD6AE with #AE9AD6 are triadic colors.

2 #D69AAE and #9AAED6 with #AE9AD6 are triadic colors.