#AEA8E5

Color #AEA8E5 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #AEA8E5

Tints of Lavender Grey #AEA8E5

Color information

#AEA8E5 (or 0xAEA8E5) is unknown color: approx Lavender Grey. HEX triplet: AE, A8 and E5. RGB value is (174,168,229). Sum of RGB (Red+Green+Blue) = 174+168+229=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEA8E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8E5 is #51571A. Grayscale: #B0B0B0. Windows color (decimal): -5330715 or 15050926. OLE color: 15050926.

HSL color Cylindrical-coordinate representation of color #AEA8E5: hue angle of 245.9º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEA8E5 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174168229-
CMYK0.240.2700.10
HSL245.9º53.98%77.84%-
HSV(B)245.9º26.64%89.8%-
XYZ45.642.6679.96-
YUV176.75157.49126.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 168 (66.02% from 255) = 29.42%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=30.47%
G=29.42%
B=40.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741682290.240.2700.10245.953.9877.84
HexAEA8E5181B0Af6364e
Octal256250345303301236666116
Binary101011101010100011100101110001101101010111101101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA8E5; }

 p { color: rgb(174,168,229); }

 H1.HeaderClassName
 {
   color: #AEA8E5;
 }
 .AnyTagClassName
 {
   color: #AEA8E5;
 }
</style>
background-color css

<style>
 a { background-color: #AEA8E5; }

 a { background-color: rgb(174,168,229); }

 div.DivClassName
 {
   background-color: #AEA8E5;
 }
 .BgClassName
 {
   background-color: #AEA8E5;
 }
</style>
border-color css

<style>
 span { border-color: #AEA8E5; }

 span { border-color: rgb(174,168,229); }

 td.TdClassName
 {
   border-color: #AEA8E5;
 }
 .TagClassName
 {
   border-color: #AEA8E5;
 }
</style>