COLOR #AEA8FF

HEX: #AEA8FF
RGB: (174,168,255)

Color info

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

RGB color model

#AEA8FF color RGB value is (174,168,255).

  • red value is 174;
  • green value is 168;
  • blue value is 255.
RGB:
(174,168,255)
(68%,66%,100%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 255 of 255 = 100%

174
168
255

R + G + B ~ 78%. #AEA8FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 255 = 597 (100%)
R 174 of 597 ~ 29.15%
G 168 of 597 ~ 28.14%
B 255 of 597 ~ 42.71%

%29.15
%28.14
%42.71

CMYK color model

#AEA8FF color CMYK value is (32,34,0,0).

  • cyan value is 31.76%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(32,34,0,0)
C32M34Y0K0 
(32%,34%,0%,0%)
(0.32/0.34/0.00/0.00)	

CMYK percentages

%31.76
%34.12
%0
%0

Codes

Color #AEA8FF in popluar color models

AEA8FF
RGB174168255
HSL244°100.00%82.94%
HSB/HSV244°34.12%100.00%
CMYK31.76%34.12%0.00%
0.00%

Color #AEA8FF in popluar number systems.

HEXAEA8FF
Decimal174168255
Binary101011101010100011111111
Octal256250377

Shades and tints

Shades of #AEA8FF

#AEA8FF
(174,168,255)
#9F99E8
(159,153,232)
#908AD1
(144,138,209)
#817BBA
(129,123,186)
#726CA3
(114,108,163)
#635D8C
(99,93,140)
#544E75
(84,78,117)
#453F5E
(69,63,94)
#363047
(54,48,71)
#272130
(39,33,48)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #AEA8FF

#AEA8FF
(174,168,255)
#B5AFFF
(181,175,255)
#BCB6FF
(188,182,255)
#C3BDFF
(195,189,255)
#CAC4FF
(202,196,255)
#D1CBFF
(209,203,255)
#D8D2FF
(216,210,255)
#DFD9FF
(223,217,255)
#E6E0FF
(230,224,255)
#EDE7FF
(237,231,255)
#F4EEFF
(244,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA8FF color. Also use rgb(174,168,255) instead hex code.

Text Font Color

.myTextColor { color: #AEA8FF; }

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

This text font color is #AEA8FF.


Background Color

.myBgColor { background-color: #AEA8FF; }

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

This div background color is #AEA8FF.


Border color

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

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

This div border color is #AEA8FF.


Opacity

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

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

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

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

This text has shadow with #AEA8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA8FF on black background.


Color preview on white background

This text has color #AEA8FF on white background.



Black color preview on #AEA8FF background

This text has black color on #AEA8FF background.


White color preview on #AEA8FF background

This text has white color on #AEA8FF background.