#AFABD9

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

Shades of Lavender Grey #AFABD9

Tints of Lavender Grey #AFABD9

Color information

#AFABD9 (or 0xAFABD9) is unknown color: approx Lavender Grey. HEX triplet: AF, AB and D9. RGB value is (175,171,217). Sum of RGB (Red+Green+Blue) = 175+171+217=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFABD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABD9 is #505426. Grayscale: #B1B1B1. Windows color (decimal): -5264423 or 14265263. OLE color: 14265263.

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

Color convert

RGB175171217-
CMYK0.190.2100.15
HSL245.22º37.7%76.08%-
HSV(B)245.22º21.2%85.1%-
XYZ44.7743.2571.63-
YUV177.44150.33126.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=31.08%
G=30.37%
B=38.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751712170.190.2100.15245.2237.776.08
HexAFABD913150Ff5264c
Octal257253331232501736546114
Binary101011111010101111011001100111010101111111101011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABD9; }

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

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

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

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

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

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

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

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