COLOR #AEA9F4

HEX: #AEA9F4 RGB: (174,169,244)

Color info

#AEA9F4 contains mainly blue color. Web safe color of #AEA9F4 is #9999FF (or #99F).

RGB color model

#AEA9F4 color RGB value is (174,169,244).

RGB: (174,169,244) (68%, 66%, 96%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 244 of 255 = 96%

174
169
244

R + G + B ~ 77%. #AEA9F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 169 + 244 = 587 (100%)
R 174 of 587 ~ 29.64%
G 169 of 587 ~ 28.79%
B 244 of 587 ~ 41.57'%

%29.64
%28.79
%41.57

CMYK color model

#AEA9F4 color CMYK value is (29,31,0,4).

  • cyan value is 28.69%
  • magenta value is 30.74%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (29,31,0,4)
C29M31Y0K4 (29%, 31%, 0%, 4%)
(0.29 / 0.31 / 0.00 / 0.04)

CMYK percentages

%28.69
%30.74
%0
%4.31

Codes

Color #AEA9F4 in popluar color models

AE A9 F4
RGB 174 169 244
HSL 244° 77.32% 80.98%
HSB/HSV 244° 30.74% 95.69%
CMYK 28.69% 30.74% 0.00%
4.31%

Color #AEA9F4 in popluar number systems.

HEX AE A9 F4
Decimal 174 169 244
Binary 10101110 10101001 11110100
Octal 256 251 364

Shades and tints

Shades of #AEA9F4

#AEA9F4
(174,169,244)
#9F9ADE
(159,154,222)
#908BC8
(144,139,200)
#817CB2
(129,124,178)
#726D9C
(114,109,156)
#635E86
(99,94,134)
#544F70
(84,79,112)
#45405A
(69,64,90)
#363144
(54,49,68)
#27222E
(39,34,46)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #AEA9F4

#AEA9F4
(174,169,244)
#B5B0F5
(181,176,245)
#BCB7F6
(188,183,246)
#C3BEF7
(195,190,247)
#CAC5F8
(202,197,248)
#D1CCF9
(209,204,249)
#D8D3FA
(216,211,250)
#DFDAFB
(223,218,251)
#E6E1FC
(230,225,252)
#EDE8FD
(237,232,253)
#F4EFFE
(244,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA9F4 color. Also use rgb(174,169,244) instead hex code.

Text Font Color

.myTextColor { color: #AEA9F4; }

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

This text font color is #AEA9F4.

Background Color

.myBgColor { background-color: #AEA9F4; }

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

This div background color is #AEA9F4.

Border color

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

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

This div border color is #AEA9F4.

Opacity

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

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

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

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

This text has shadow with #AEA9F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA9F4.

Preview

Color preview on black background

This text has color #AEA9F4 on black background.


Color preview on white background

This text has color #AEA9F4 on white background.


Black color preview on #AEA9F4 background

This text has black color on #AEA9F4 background.


White color preview on #AEA9F4 background

This text has white color on #AEA9F4 background.


Related colors

Complementary color

Complementary color for #hex is #51560B.


I love getcolorcode.com

Triadic colors

1 #F4AEA9 and #A9F4AE with #AEA9F4 are triadic colors.

2 #F4A9AE and #A9AEF4 with #AEA9F4 are triadic colors.