#AEAED9

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

Shades of Lavender Grey #AEAED9

Tints of Lavender Grey #AEAED9

Color information

#AEAED9 (or 0xAEAED9) is unknown color: approx Lavender Grey. HEX triplet: AE, AE and D9. RGB value is (174,174,217). Sum of RGB (Red+Green+Blue) = 174+174+217=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEAED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAED9 is #515126. Grayscale: #B2B2B2. Windows color (decimal): -5329191 or 14266030. OLE color: 14266030.

HSL color Cylindrical-coordinate representation of color #AEAED9: hue angle of 240º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEAED9 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174174217-
CMYK0.200.2000.15
HSL240º36.13%76.67%-
HSV(B)240º19.82%85.1%-
XYZ45.1244.2871.81-
YUV178.9149.5124.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=30.80%
G=30.80%
B=38.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741742170.200.2000.1524036.1376.67
HexAEAED914140Ff0244d
Octal256256331242401736044115
Binary101011101010111011011001101001010001111111100001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAED9; }

 p { color: rgb(174,174,217); }

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

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

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

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

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

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

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