COLOR #AEA1D4

HEX: #AEA1D4 RGB: (174,161,212)

Color info

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

RGB color model

#AEA1D4 color RGB value is (174,161,212).

RGB: (174,161,212) (68%, 63%, 83%)

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 212 of 255 = 83%

174
161
212

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

Portions of RGB colors in percentages

R + G + B = 174 + 161 + 212 = 547 (100%)
R 174 of 547 ~ 31.81%
G 161 of 547 ~ 29.43%
B 212 of 547 ~ 38.76'%

%31.81
%29.43
%38.76

CMYK color model

#AEA1D4 color CMYK value is (18,24,0,17).

  • cyan value is 17.92%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (18,24,0,17)
C18M24Y0K17 (18%, 24%, 0%, 17%)
(0.18 / 0.24 / 0.00 / 0.17)

CMYK percentages

%17.92
%24.06
%0
%16.86

Codes

Color #AEA1D4 in popluar color models

AE A1 D4
RGB 174 161 212
HSL 255° 37.23% 73.14%
HSB/HSV 255° 24.06% 83.14%
CMYK 17.92% 24.06% 0.00%
16.86%

Color #AEA1D4 in popluar number systems.

HEX AE A1 D4
Decimal 174 161 212
Binary 10101110 10100001 11010100
Octal 256 241 324

Shades and tints

Shades of #AEA1D4

#AEA1D4
(174,161,212)
#9F93C1
(159,147,193)
#9085AE
(144,133,174)
#81779B
(129,119,155)
#726988
(114,105,136)
#635B75
(99,91,117)
#544D62
(84,77,98)
#453F4F
(69,63,79)
#36313C
(54,49,60)
#272329
(39,35,41)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AEA1D4

#AEA1D4
(174,161,212)
#B5A9D7
(181,169,215)
#BCB1DA
(188,177,218)
#C3B9DD
(195,185,221)
#CAC1E0
(202,193,224)
#D1C9E3
(209,201,227)
#D8D1E6
(216,209,230)
#DFD9E9
(223,217,233)
#E6E1EC
(230,225,236)
#EDE9EF
(237,233,239)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA1D4 color. Also use rgb(174,161,212) instead hex code.

Text Font Color

.myTextColor { color: #AEA1D4; }

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

This text font color is #AEA1D4.

Background Color

.myBgColor { background-color: #AEA1D4; }

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

This div background color is #AEA1D4.

Border color

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

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

This div border color is #AEA1D4.

Opacity

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

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

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

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

This text has shadow with #AEA1D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA1D4.

Preview

Color preview on black background

This text has color #AEA1D4 on black background.


Color preview on white background

This text has color #AEA1D4 on white background.


Black color preview on #AEA1D4 background

This text has black color on #AEA1D4 background.


White color preview on #AEA1D4 background

This text has white color on #AEA1D4 background.


Related colors

Complementary color

Complementary color for #hex is #515E2B.


I love getcolorcode.com

Triadic colors

1 #D4AEA1 and #A1D4AE with #AEA1D4 are triadic colors.

2 #D4A1AE and #A1AED4 with #AEA1D4 are triadic colors.