COLOR #AEA4E1

HEX: #AEA4E1
RGB: (174,164,225)

Color info

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

RGB color model

#AEA4E1 color RGB value is (174,164,225).

  • red value is 174;
  • green value is 164;
  • blue value is 225.
RGB:
(174,164,225)
(68%,64%,88%)

RGB channels and saturation

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

174
164
225

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

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 225 = 563 (100%)
R 174 of 563 ~ 30.91%
G 164 of 563 ~ 29.13%
B 225 of 563 ~ 39.96%

%30.91
%29.13
%39.96

CMYK color model

#AEA4E1 color CMYK value is (23,27,0,12).

  • cyan value is 22.67%
  • magenta value is 27.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(23,27,0,12)
C23M27Y0K12 
(23%,27%,0%,12%)
(0.23/0.27/0.00/0.12)	

CMYK percentages

%22.67
%27.11
%0
%11.76

Codes

Color #AEA4E1 in popluar color models

AEA4E1
RGB174164225
HSL250°50.41%76.27%
HSB/HSV250°27.11%88.24%
CMYK22.67%27.11%0.00%
11.76%

Color #AEA4E1 in popluar number systems.

HEXAEA4E1
Decimal174164225
Binary101011101010010011100001
Octal256244341

Shades and tints

Shades of #AEA4E1

#AEA4E1
(174,164,225)
#9F96CD
(159,150,205)
#9088B9
(144,136,185)
#817AA5
(129,122,165)
#726C91
(114,108,145)
#635E7D
(99,94,125)
#545069
(84,80,105)
#454255
(69,66,85)
#363441
(54,52,65)
#27262D
(39,38,45)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #AEA4E1

#AEA4E1
(174,164,225)
#B5ACE3
(181,172,227)
#BCB4E5
(188,180,229)
#C3BCE7
(195,188,231)
#CAC4E9
(202,196,233)
#D1CCEB
(209,204,235)
#D8D4ED
(216,212,237)
#DFDCEF
(223,220,239)
#E6E4F1
(230,228,241)
#EDECF3
(237,236,243)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA4E1; }

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

This text font color is #AEA4E1.


Background Color

.myBgColor { background-color: #AEA4E1; }

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

This div background color is #AEA4E1.


Border color

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

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

This div border color is #AEA4E1.


Opacity

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

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

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

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

This text has shadow with #AEA4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA4E1 on black background.


Color preview on white background

This text has color #AEA4E1 on white background.



Black color preview on #AEA4E1 background

This text has black color on #AEA4E1 background.


White color preview on #AEA4E1 background

This text has white color on #AEA4E1 background.