#AEAFD7

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

Shades of Lavender Grey #AEAFD7

Tints of Lavender Grey #AEAFD7

Color information

#AEAFD7 (or 0xAEAFD7) is unknown color: approx Lavender Grey. HEX triplet: AE, AF and D7. RGB value is (174,175,215). Sum of RGB (Red+Green+Blue) = 174+175+215=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEAFD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFD7 is #515028. Grayscale: #B3B3B3. Windows color (decimal): -5328937 or 14135214. OLE color: 14135214.

HSL color Cylindrical-coordinate representation of color #AEAFD7: hue angle of 238.54º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEAFD7 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174175215-
CMYK0.190.1900.16
HSL238.54º33.88%76.27%-
HSV(B)238.54º19.07%84.31%-
XYZ45.0544.5670.52-
YUV179.26148.17124.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=30.85%
G=31.03%
B=38.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741752150.190.1900.16238.5433.8876.27
HexAEAFD71313010ef224c
Octal256257327232302035742114
Binary1010111010101111110101111001110011010000111011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFD7; }

 p { color: rgb(174,175,215); }

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

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

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

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

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

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

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