COLOR #AEA2E1

HEX: #AEA2E1 RGB: (174,162,225)

Color info

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

RGB color model

#AEA2E1 color RGB value is (174,162,225).

RGB: (174,162,225) (68%, 64%, 88%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 225 of 255 = 88%

174
162
225

R + G + B ~ 73%. #AEA2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 162 + 225 = 561 (100%)
R 174 of 561 ~ 31.02%
G 162 of 561 ~ 28.88%
B 225 of 561 ~ 40.11'%

%31.02
%28.88
%40.11

CMYK color model

#AEA2E1 color CMYK value is (23,28,0,12).

  • cyan value is 22.67%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (23,28,0,12)
C23M28Y0K12 (23%, 28%, 0%, 12%)
(0.23 / 0.28 / 0.00 / 0.12)

CMYK percentages

%22.67
%28
%0
%11.76

Codes

Color #AEA2E1 in popluar color models

AE A2 E1
RGB 174 162 225
HSL 251° 51.22% 75.88%
HSB/HSV 251° 28.00% 88.24%
CMYK 22.67% 28.00% 0.00%
11.76%

Color #AEA2E1 in popluar number systems.

HEX AE A2 E1
Decimal 174 162 225
Binary 10101110 10100010 11100001
Octal 256 242 341

Shades and tints

Shades of #AEA2E1

#AEA2E1
(174,162,225)
#9F94CD
(159,148,205)
#9086B9
(144,134,185)
#8178A5
(129,120,165)
#726A91
(114,106,145)
#635C7D
(99,92,125)
#544E69
(84,78,105)
#454055
(69,64,85)
#363241
(54,50,65)
#27242D
(39,36,45)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #AEA2E1

#AEA2E1
(174,162,225)
#B5AAE3
(181,170,227)
#BCB2E5
(188,178,229)
#C3BAE7
(195,186,231)
#CAC2E9
(202,194,233)
#D1CAEB
(209,202,235)
#D8D2ED
(216,210,237)
#DFDAEF
(223,218,239)
#E6E2F1
(230,226,241)
#EDEAF3
(237,234,243)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA2E1 color. Also use rgb(174,162,225) instead hex code.

Text Font Color

.myTextColor { color: #AEA2E1; }

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

This text font color is #AEA2E1.

Background Color

.myBgColor { background-color: #AEA2E1; }

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

This div background color is #AEA2E1.

Border color

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

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

This div border color is #AEA2E1.

Opacity

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

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

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

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

This text has shadow with #AEA2E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA2E1.

Preview

Color preview on black background

This text has color #AEA2E1 on black background.


Color preview on white background

This text has color #AEA2E1 on white background.


Black color preview on #AEA2E1 background

This text has black color on #AEA2E1 background.


White color preview on #AEA2E1 background

This text has white color on #AEA2E1 background.


Related colors

Complementary color

Complementary color for #hex is #515D1E.


I love getcolorcode.com

Triadic colors

1 #E1AEA2 and #A2E1AE with #AEA2E1 are triadic colors.

2 #E1A2AE and #A2AEE1 with #AEA2E1 are triadic colors.