#AEAAE0

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

Shades of Lavender Grey #AEAAE0

Tints of Lavender Grey #AEAAE0

Color information

#AEAAE0 (or 0xAEAAE0) is unknown color: approx Lavender Grey. HEX triplet: AE, AA and E0. RGB value is (174,170,224). Sum of RGB (Red+Green+Blue) = 174+170+224=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAE0 is #51551F. Grayscale: #B1B1B1. Windows color (decimal): -5330208 or 14723758. OLE color: 14723758.

HSL color Cylindrical-coordinate representation of color #AEAAE0: hue angle of 244.44º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEAAE0 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174170224-
CMYK0.220.2400.12
HSL244.44º46.55%77.25%-
HSV(B)244.44º24.11%87.84%-
XYZ45.2843.1376.46-
YUV177.35154.33125.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=30.63%
G=29.93%
B=39.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741702240.220.2400.12244.4446.5577.25
HexAEAAE016180Cf42f4d
Octal256252340263001436457115
Binary101011101010101011100000101101100001100111101001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAE0; }

 p { color: rgb(174,170,224); }

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

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

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

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

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

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

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