COLOR #AEA1D6

HEX: #AEA1D6 RGB: (174,161,214)

Color info

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

RGB color model

#AEA1D6 color RGB value is (174,161,214).

RGB: (174,161,214) (68%, 63%, 84%)

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 214 of 255 = 84%

174
161
214

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

Portions of RGB colors in percentages

R + G + B = 174 + 161 + 214 = 549 (100%)
R 174 of 549 ~ 31.69%
G 161 of 549 ~ 29.33%
B 214 of 549 ~ 38.98'%

%31.69
%29.33
%38.98

CMYK color model

#AEA1D6 color CMYK value is (19,25,0,16).

  • cyan value is 18.69%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (19,25,0,16)
C19M25Y0K16 (19%, 25%, 0%, 16%)
(0.19 / 0.25 / 0.00 / 0.16)

CMYK percentages

%18.69
%24.77
%0
%16.08

Codes

Color #AEA1D6 in popluar color models

AE A1 D6
RGB 174 161 214
HSL 255° 39.26% 73.53%
HSB/HSV 255° 24.77% 83.92%
CMYK 18.69% 24.77% 0.00%
16.08%

Color #AEA1D6 in popluar number systems.

HEX AE A1 D6
Decimal 174 161 214
Binary 10101110 10100001 11010110
Octal 256 241 326

Shades and tints

Shades of #AEA1D6

#AEA1D6
(174,161,214)
#9F93C3
(159,147,195)
#9085B0
(144,133,176)
#81779D
(129,119,157)
#72698A
(114,105,138)
#635B77
(99,91,119)
#544D64
(84,77,100)
#453F51
(69,63,81)
#36313E
(54,49,62)
#27232B
(39,35,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEA1D6

#AEA1D6
(174,161,214)
#B5A9D9
(181,169,217)
#BCB1DC
(188,177,220)
#C3B9DF
(195,185,223)
#CAC1E2
(202,193,226)
#D1C9E5
(209,201,229)
#D8D1E8
(216,209,232)
#DFD9EB
(223,217,235)
#E6E1EE
(230,225,238)
#EDE9F1
(237,233,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA1D6; }

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

This text font color is #AEA1D6.

Background Color

.myBgColor { background-color: #AEA1D6; }

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

This div background color is #AEA1D6.

Border color

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

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

This div border color is #AEA1D6.

Opacity

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

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

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

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

This text has shadow with #AEA1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA1D6.

Preview

Color preview on black background

This text has color #AEA1D6 on black background.


Color preview on white background

This text has color #AEA1D6 on white background.


Black color preview on #AEA1D6 background

This text has black color on #AEA1D6 background.


White color preview on #AEA1D6 background

This text has white color on #AEA1D6 background.


Related colors

Complementary color

Complementary color for #hex is #515E29.


I love getcolorcode.com

Triadic colors

1 #D6AEA1 and #A1D6AE with #AEA1D6 are triadic colors.

2 #D6A1AE and #A1AED6 with #AEA1D6 are triadic colors.