#AEABE5

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

Shades of Lavender Grey #AEABE5

Tints of Lavender Grey #AEABE5

Color information

#AEABE5 (or 0xAEABE5) is unknown color: approx Lavender Grey. HEX triplet: AE, AB and E5. RGB value is (174,171,229). Sum of RGB (Red+Green+Blue) = 174+171+229=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABE5 is #51541A. Grayscale: #B2B2B2. Windows color (decimal): -5329947 or 15051694. OLE color: 15051694.

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

Color convert

RGB174171229-
CMYK0.240.2500.10
HSL243.1º52.73%78.43%-
HSV(B)243.1º25.33%89.8%-
XYZ46.1643.7880.15-
YUV178.51156.49124.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.31%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 229 (89.84% from 255) = 39.90%
R=30.31%
G=29.79%
B=39.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1741712290.240.2500.10243.152.7378.43
HexAEABE518190Af3354e
Octal256253345303101236365116
Binary101011101010101111100101110001100101010111100111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABE5; }

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

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

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

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

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

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

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

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