COLOR #AE9AD0

HEX: #AE9AD0 RGB: (174,154,208)

Color info

#AE9AD0 contains red, green and blue colors in about the same proportion. Web safe color of #AE9AD0 is #9999CC (or #99C).

RGB color model

#AE9AD0 color RGB value is (174,154,208).

RGB: (174,154,208) (68%, 60%, 82%)

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 208 of 255 = 82%

174
154
208

R + G + B ~ 70%. #AE9AD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 154 + 208 = 536 (100%)
R 174 of 536 ~ 32.46%
G 154 of 536 ~ 28.73%
B 208 of 536 ~ 38.81'%

%32.46
%28.73
%38.81

CMYK color model

#AE9AD0 color CMYK value is (16,26,0,18).

  • cyan value is 16.35%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (16,26,0,18)
C16M26Y0K18 (16%, 26%, 0%, 18%)
(0.16 / 0.26 / 0.00 / 0.18)

CMYK percentages

%16.35
%25.96
%0
%18.43

Codes

Color #AE9AD0 in popluar color models

AE 9A D0
RGB 174 154 208
HSL 262° 36.49% 70.98%
HSB/HSV 262° 25.96% 81.57%
CMYK 16.35% 25.96% 0.00%
18.43%

Color #AE9AD0 in popluar number systems.

HEX AE 9A D0
Decimal 174 154 208
Binary 10101110 10011010 11010000
Octal 256 232 320

Shades and tints

Shades of #AE9AD0

#AE9AD0
(174,154,208)
#9F8CBE
(159,140,190)
#907EAC
(144,126,172)
#81709A
(129,112,154)
#726288
(114,98,136)
#635476
(99,84,118)
#544664
(84,70,100)
#453852
(69,56,82)
#362A40
(54,42,64)
#271C2E
(39,28,46)
#180E1C
(24,14,28)
#000000
(0,0,0)

Tints of #AE9AD0

#AE9AD0
(174,154,208)
#B5A3D4
(181,163,212)
#BCACD8
(188,172,216)
#C3B5DC
(195,181,220)
#CABEE0
(202,190,224)
#D1C7E4
(209,199,228)
#D8D0E8
(216,208,232)
#DFD9EC
(223,217,236)
#E6E2F0
(230,226,240)
#EDEBF4
(237,235,244)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9AD0; }

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

This text font color is #AE9AD0.

Background Color

.myBgColor { background-color: #AE9AD0; }

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

This div background color is #AE9AD0.

Border color

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

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

This div border color is #AE9AD0.

Opacity

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

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

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

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

This text has shadow with #AE9AD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9AD0.

Preview

Color preview on black background

This text has color #AE9AD0 on black background.


Color preview on white background

This text has color #AE9AD0 on white background.


Black color preview on #AE9AD0 background

This text has black color on #AE9AD0 background.


White color preview on #AE9AD0 background

This text has white color on #AE9AD0 background.


Related colors

Complementary color

Complementary color for #hex is #51652F.


I love getcolorcode.com

Triadic colors

1 #D0AE9A and #9AD0AE with #AE9AD0 are triadic colors.

2 #D09AAE and #9AAED0 with #AE9AD0 are triadic colors.