#AEAEE0

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

Shades of Lavender Grey #AEAEE0

Tints of Lavender Grey #AEAEE0

Color information

#AEAEE0 (or 0xAEAEE0) is unknown color: approx Lavender Grey. HEX triplet: AE, AE and E0. RGB value is (174,174,224). Sum of RGB (Red+Green+Blue) = 174+174+224=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEAEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEE0 is #51511F. Grayscale: #B3B3B3. Windows color (decimal): -5329184 or 14724782. OLE color: 14724782.

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

Color convert

RGB174174224-
CMYK0.220.2200.12
HSL240º44.64%78.04%-
HSV(B)240º22.32%87.84%-
XYZ46.0544.6576.71-
YUV179.7153123.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.42%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 224 (87.89% from 255) = 39.16%
R=30.42%
G=30.42%
B=39.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741742240.220.2200.1224044.6478.04
HexAEAEE016160Cf02d4e
Octal256256340262601436055116
Binary101011101010111011100000101101011001100111100001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEE0; }

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

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

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

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

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

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

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

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