COLOR #AE9ADC

HEX: #AE9ADC RGB: (174,154,220)

Color info

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

RGB color model

#AE9ADC color RGB value is (174,154,220).

RGB: (174,154,220) (68%, 60%, 86%)

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 220 of 255 = 86%

174
154
220

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

Portions of RGB colors in percentages

R + G + B = 174 + 154 + 220 = 548 (100%)
R 174 of 548 ~ 31.75%
G 154 of 548 ~ 28.1%
B 220 of 548 ~ 40.15'%

%31.75
%28.1
%40.15

CMYK color model

#AE9ADC color CMYK value is (21,30,0,14).

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

CMYK: (21,30,0,14)
C21M30Y0K14 (21%, 30%, 0%, 14%)
(0.21 / 0.30 / 0.00 / 0.14)

CMYK percentages

%20.91
%30
%0
%13.73

Codes

Color #AE9ADC in popluar color models

AE 9A DC
RGB 174 154 220
HSL 258° 48.53% 73.33%
HSB/HSV 258° 30.00% 86.27%
CMYK 20.91% 30.00% 0.00%
13.73%

Color #AE9ADC in popluar number systems.

HEX AE 9A DC
Decimal 174 154 220
Binary 10101110 10011010 11011100
Octal 256 232 334

Shades and tints

Shades of #AE9ADC

#AE9ADC
(174,154,220)
#9F8CC8
(159,140,200)
#907EB4
(144,126,180)
#8170A0
(129,112,160)
#72628C
(114,98,140)
#635478
(99,84,120)
#544664
(84,70,100)
#453850
(69,56,80)
#362A3C
(54,42,60)
#271C28
(39,28,40)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #AE9ADC

#AE9ADC
(174,154,220)
#B5A3DF
(181,163,223)
#BCACE2
(188,172,226)
#C3B5E5
(195,181,229)
#CABEE8
(202,190,232)
#D1C7EB
(209,199,235)
#D8D0EE
(216,208,238)
#DFD9F1
(223,217,241)
#E6E2F4
(230,226,244)
#EDEBF7
(237,235,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9ADC; }

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

This text font color is #AE9ADC.

Background Color

.myBgColor { background-color: #AE9ADC; }

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

This div background color is #AE9ADC.

Border color

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

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

This div border color is #AE9ADC.

Opacity

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

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

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

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

This text has shadow with #AE9ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9ADC.

Preview

Color preview on black background

This text has color #AE9ADC on black background.


Color preview on white background

This text has color #AE9ADC on white background.


Black color preview on #AE9ADC background

This text has black color on #AE9ADC background.


White color preview on #AE9ADC background

This text has white color on #AE9ADC background.


Related colors

Complementary color

Complementary color for #hex is #516523.


I love getcolorcode.com

Triadic colors

1 #DCAE9A and #9ADCAE with #AE9ADC are triadic colors.

2 #DC9AAE and #9AAEDC with #AE9ADC are triadic colors.