COLOR #AE9ADF

HEX: #AE9ADF RGB: (174,154,223)

Color info

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

RGB color model

#AE9ADF color RGB value is (174,154,223).

RGB: (174,154,223) (68%, 60%, 87%)

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 223 of 255 = 87%

174
154
223

R + G + B ~ 72%. #AE9ADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 154 + 223 = 551 (100%)
R 174 of 551 ~ 31.58%
G 154 of 551 ~ 27.95%
B 223 of 551 ~ 40.47'%

%31.58
%27.95
%40.47

CMYK color model

#AE9ADF color CMYK value is (22,31,0,13).

  • cyan value is 21.97%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (22,31,0,13)
C22M31Y0K13 (22%, 31%, 0%, 13%)
(0.22 / 0.31 / 0.00 / 0.13)

CMYK percentages

%21.97
%30.94
%0
%12.55

Codes

Color #AE9ADF in popluar color models

AE 9A DF
RGB 174 154 223
HSL 257° 51.88% 73.92%
HSB/HSV 257° 30.94% 87.45%
CMYK 21.97% 30.94% 0.00%
12.55%

Color #AE9ADF in popluar number systems.

HEX AE 9A DF
Decimal 174 154 223
Binary 10101110 10011010 11011111
Octal 256 232 337

Shades and tints

Shades of #AE9ADF

#AE9ADF
(174,154,223)
#9F8CCB
(159,140,203)
#907EB7
(144,126,183)
#8170A3
(129,112,163)
#72628F
(114,98,143)
#63547B
(99,84,123)
#544667
(84,70,103)
#453853
(69,56,83)
#362A3F
(54,42,63)
#271C2B
(39,28,43)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #AE9ADF

#AE9ADF
(174,154,223)
#B5A3E1
(181,163,225)
#BCACE3
(188,172,227)
#C3B5E5
(195,181,229)
#CABEE7
(202,190,231)
#D1C7E9
(209,199,233)
#D8D0EB
(216,208,235)
#DFD9ED
(223,217,237)
#E6E2EF
(230,226,239)
#EDEBF1
(237,235,241)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9ADF; }

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

This text font color is #AE9ADF.

Background Color

.myBgColor { background-color: #AE9ADF; }

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

This div background color is #AE9ADF.

Border color

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

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

This div border color is #AE9ADF.

Opacity

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

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

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

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

This text has shadow with #AE9ADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9ADF.

Preview

Color preview on black background

This text has color #AE9ADF on black background.


Color preview on white background

This text has color #AE9ADF on white background.


Black color preview on #AE9ADF background

This text has black color on #AE9ADF background.


White color preview on #AE9ADF background

This text has white color on #AE9ADF background.


Related colors

Complementary color

Complementary color for #hex is #516520.


I love getcolorcode.com

Triadic colors

1 #DFAE9A and #9ADFAE with #AE9ADF are triadic colors.

2 #DF9AAE and #9AAEDF with #AE9ADF are triadic colors.