#AEAFD0

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

Shades of Lavender Grey #AEAFD0

Tints of Lavender Grey #AEAFD0

Color information

#AEAFD0 (or 0xAEAFD0) is unknown color: approx Lavender Grey. HEX triplet: AE, AF and D0. RGB value is (174,175,208). Sum of RGB (Red+Green+Blue) = 174+175+208=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEAFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAFD0 is #51502F. Grayscale: #B2B2B2. Windows color (decimal): -5328944 or 13676462. OLE color: 13676462.

HSL color Cylindrical-coordinate representation of color #AEAFD0: hue angle of 238.24º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEAFD0 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174175208-
CMYK0.160.1600.18
HSL238.24º26.56%74.9%-
HSV(B)238.24º16.35%81.57%-
XYZ44.1744.2165.88-
YUV178.46144.67124.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 208 (81.64% from 255) = 37.34%
R=31.24%
G=31.42%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741752080.160.1600.18238.2426.5674.9
HexAEAFD01010012ee1b4b
Octal256257320202002235633113
Binary101011101010111111010000100001000001001011101110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFD0; }

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

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

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

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

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

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

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

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