COLOR #AEA6FA

HEX: #AEA6FA
RGB: (174,166,250)

Color info

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

RGB color model

#AEA6FA color RGB value is (174,166,250).

  • red value is 174;
  • green value is 166;
  • blue value is 250.
RGB:
(174,166,250)
(68%,65%,98%)

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 250 of 255 = 98%

174
166
250

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

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 250 = 590 (100%)
R 174 of 590 ~ 29.49%
G 166 of 590 ~ 28.14%
B 250 of 590 ~ 42.37%

%29.49
%28.14
%42.37

CMYK color model

#AEA6FA color CMYK value is (30,34,0,2).

  • cyan value is 30.40%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,34,0,2)
C30M34Y0K2 
(30%,34%,0%,2%)
(0.30/0.34/0.00/0.02)	

CMYK percentages

%30.4
%33.6
%0
%1.96

Codes

Color #AEA6FA in popluar color models

AEA6FA
RGB174166250
HSL246°89.36%81.57%
HSB/HSV246°33.60%98.04%
CMYK30.40%33.60%0.00%
1.96%

Color #AEA6FA in popluar number systems.

HEXAEA6FA
Decimal174166250
Binary101011101010011011111010
Octal256246372

Shades and tints

Shades of #AEA6FA

#AEA6FA
(174,166,250)
#9F97E4
(159,151,228)
#9088CE
(144,136,206)
#8179B8
(129,121,184)
#726AA2
(114,106,162)
#635B8C
(99,91,140)
#544C76
(84,76,118)
#453D60
(69,61,96)
#362E4A
(54,46,74)
#271F34
(39,31,52)
#18101E
(24,16,30)
#000000
(0,0,0)

Tints of #AEA6FA

#AEA6FA
(174,166,250)
#B5AEFA
(181,174,250)
#BCB6FA
(188,182,250)
#C3BEFA
(195,190,250)
#CAC6FA
(202,198,250)
#D1CEFA
(209,206,250)
#D8D6FA
(216,214,250)
#DFDEFA
(223,222,250)
#E6E6FA
(230,230,250)
#EDEEFA
(237,238,250)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA6FA color. Also use rgb(174,166,250) instead hex code.

Text Font Color

.myTextColor { color: #AEA6FA; }

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

This text font color is #AEA6FA.


Background Color

.myBgColor { background-color: #AEA6FA; }

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

This div background color is #AEA6FA.


Border color

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

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

This div border color is #AEA6FA.


Opacity

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

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

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

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

This text has shadow with #AEA6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA6FA on black background.


Color preview on white background

This text has color #AEA6FA on white background.



Black color preview on #AEA6FA background

This text has black color on #AEA6FA background.


White color preview on #AEA6FA background

This text has white color on #AEA6FA background.