#AEA9E6

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

Shades of Lavender Grey #AEA9E6

Tints of Lavender Grey #AEA9E6

Color information

#AEA9E6 (or 0xAEA9E6) is unknown color: approx Lavender Grey. HEX triplet: AE, A9 and E6. RGB value is (174,169,230). Sum of RGB (Red+Green+Blue) = 174+169+230=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEA9E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEA9E6 is #515619. Grayscale: #B1B1B1. Windows color (decimal): -5330458 or 15116718. OLE color: 15116718.

HSL color Cylindrical-coordinate representation of color #AEA9E6: hue angle of 244.92º degrees, saturation: 0.55, 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 #AEA9E6 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174169230-
CMYK0.240.2700.10
HSL244.92º54.95%78.24%-
HSV(B)244.92º26.52%90.2%-
XYZ45.9343.0980.76-
YUV177.45157.66125.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 169 (66.41% from 255) = 29.49%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=30.37%
G=29.49%
B=40.14%

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
Decimal1741692300.240.2700.10244.9254.9578.24
HexAEA9E6181B0Af5374e
Octal256251346303301236567116
Binary101011101010100111100110110001101101010111101011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9E6; }

 p { color: rgb(174,169,230); }

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

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

 a { background-color: rgb(174,169,230); }

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

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

 span { border-color: rgb(174,169,230); }

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