COLOR #AEA4DA

HEX: #AEA4DA RGB: (174,164,218)

Color info

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

RGB color model

#AEA4DA color RGB value is (174,164,218).

RGB: (174,164,218) (68%, 64%, 85%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 218 of 255 = 85%

174
164
218

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

Portions of RGB colors in percentages

R + G + B = 174 + 164 + 218 = 556 (100%)
R 174 of 556 ~ 31.29%
G 164 of 556 ~ 29.5%
B 218 of 556 ~ 39.21'%

%31.29
%29.5
%39.21

CMYK color model

#AEA4DA color CMYK value is (20,25,0,15).

  • cyan value is 20.18%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (20,25,0,15)
C20M25Y0K15 (20%, 25%, 0%, 15%)
(0.20 / 0.25 / 0.00 / 0.15)

CMYK percentages

%20.18
%24.77
%0
%14.51

Codes

Color #AEA4DA in popluar color models

AE A4 DA
RGB 174 164 218
HSL 251° 42.19% 74.90%
HSB/HSV 251° 24.77% 85.49%
CMYK 20.18% 24.77% 0.00%
14.51%

Color #AEA4DA in popluar number systems.

HEX AE A4 DA
Decimal 174 164 218
Binary 10101110 10100100 11011010
Octal 256 244 332

Shades and tints

Shades of #AEA4DA

#AEA4DA
(174,164,218)
#9F96C7
(159,150,199)
#9088B4
(144,136,180)
#817AA1
(129,122,161)
#726C8E
(114,108,142)
#635E7B
(99,94,123)
#545068
(84,80,104)
#454255
(69,66,85)
#363442
(54,52,66)
#27262F
(39,38,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #AEA4DA

#AEA4DA
(174,164,218)
#B5ACDD
(181,172,221)
#BCB4E0
(188,180,224)
#C3BCE3
(195,188,227)
#CAC4E6
(202,196,230)
#D1CCE9
(209,204,233)
#D8D4EC
(216,212,236)
#DFDCEF
(223,220,239)
#E6E4F2
(230,228,242)
#EDECF5
(237,236,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA4DA color. Also use rgb(174,164,218) instead hex code.

Text Font Color

.myTextColor { color: #AEA4DA; }

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

This text font color is #AEA4DA.

Background Color

.myBgColor { background-color: #AEA4DA; }

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

This div background color is #AEA4DA.

Border color

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

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

This div border color is #AEA4DA.

Opacity

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

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

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

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

This text has shadow with #AEA4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA4DA.

Preview

Color preview on black background

This text has color #AEA4DA on black background.


Color preview on white background

This text has color #AEA4DA on white background.


Black color preview on #AEA4DA background

This text has black color on #AEA4DA background.


White color preview on #AEA4DA background

This text has white color on #AEA4DA background.


Related colors

Complementary color

Complementary color for #hex is #515B25.


I love getcolorcode.com

Triadic colors

1 #DAAEA4 and #A4DAAE with #AEA4DA are triadic colors.

2 #DAA4AE and #A4AEDA with #AEA4DA are triadic colors.