#AFB1D9

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

Shades of Lavender Grey #AFB1D9

Tints of Lavender Grey #AFB1D9

Color information

#AFB1D9 (or 0xAFB1D9) is unknown color: approx Lavender Grey. HEX triplet: AF, B1 and D9. RGB value is (175,177,217). Sum of RGB (Red+Green+Blue) = 175+177+217=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFB1D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1D9 is #504E26. Grayscale: #B4B4B4. Windows color (decimal): -5262887 or 14266799. OLE color: 14266799.

HSL color Cylindrical-coordinate representation of color #AFB1D9: hue angle of 237.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB1D9 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175177217-
CMYK0.190.1800.15
HSL237.14º35.59%76.86%-
HSV(B)237.14º19.35%85.1%-
XYZ45.9345.5772.02-
YUV180.96148.34123.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=30.76%
G=31.11%
B=38.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751772170.190.1800.15237.1435.5976.86
HexAFB1D913120Fed244d
Octal257261331232201735544115
Binary101011111011000111011001100111001001111111011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1D9; }

 p { color: rgb(175,177,217); }

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

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

 a { background-color: rgb(175,177,217); }

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

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

 span { border-color: rgb(175,177,217); }

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