#AFB0D5

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

Shades of Lavender Grey #AFB0D5

Tints of Lavender Grey #AFB0D5

Color information

#AFB0D5 (or 0xAFB0D5) is unknown color: approx Lavender Grey. HEX triplet: AF, B0 and D5. RGB value is (175,176,213). Sum of RGB (Red+Green+Blue) = 175+176+213=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFB0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0D5 is #504F2A. Grayscale: #B3B3B3. Windows color (decimal): -5263147 or 14004399. OLE color: 14004399.

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

Color convert

RGB175176213-
CMYK0.180.1700.16
HSL238.42º31.15%76.08%-
HSV(B)238.42º17.84%83.53%-
XYZ45.2144.9769.25-
YUV179.92146.67124.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 176 (69.14% from 255) = 31.21%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=31.03%
G=31.21%
B=37.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751762130.180.1700.16238.4231.1576.08
HexAFB0D51211010ee1f4c
Octal257260325222102035637114
Binary101011111011000011010101100101000101000011101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0D5; }

 p { color: rgb(175,176,213); }

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

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

 a { background-color: rgb(175,176,213); }

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

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

 span { border-color: rgb(175,176,213); }

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