#AEABE2

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

Shades of Lavender Grey #AEABE2

Tints of Lavender Grey #AEABE2

Color information

#AEABE2 (or 0xAEABE2) is unknown color: approx Lavender Grey. HEX triplet: AE, AB and E2. RGB value is (174,171,226). Sum of RGB (Red+Green+Blue) = 174+171+226=571 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.47% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABE2 is #51541D. Grayscale: #B1B1B1. Windows color (decimal): -5329950 or 14855086. OLE color: 14855086.

HSL color Cylindrical-coordinate representation of color #AEABE2: hue angle of 243.27º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEABE2 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174171226-
CMYK0.230.2400.11
HSL243.27º48.67%77.84%-
HSV(B)243.27º24.34%88.63%-
XYZ45.7543.6277.96-
YUV178.17154.99125.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.47%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=30.47%
G=29.95%
B=39.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741712260.230.2400.11243.2748.6777.84
HexAEABE217180Bf3314e
Octal256253342273001336361116
Binary101011101010101111100010101111100001011111100111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABE2; }

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

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

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

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

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

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

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

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