#AEABDC

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

Shades of Lavender Grey #AEABDC

Tints of Lavender Grey #AEABDC

Color information

#AEABDC (or 0xAEABDC) is unknown color: approx Lavender Grey. HEX triplet: AE, AB and DC. RGB value is (174,171,220). Sum of RGB (Red+Green+Blue) = 174+171+220=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABDC is #515423. Grayscale: #B1B1B1. Windows color (decimal): -5329956 or 14461870. OLE color: 14461870.

HSL color Cylindrical-coordinate representation of color #AEABDC: hue angle of 243.67º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEABDC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174171220-
CMYK0.210.2200.14
HSL243.67º41.18%76.67%-
HSV(B)243.67º22.27%86.27%-
XYZ44.9443.2973.7-
YUV177.48151.99125.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=30.80%
G=30.27%
B=38.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741712200.210.2200.14243.6741.1876.67
HexAEABDC15160Ef4294d
Octal256253334252601636451115
Binary101011101010101111011100101011011001110111101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABDC; }

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

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

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

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

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

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

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

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