#AFB0D3

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

Shades of Lavender Grey #AFB0D3

Tints of Lavender Grey #AFB0D3

Color information

#AFB0D3 (or 0xAFB0D3) is unknown color: approx Lavender Grey. HEX triplet: AF, B0 and D3. RGB value is (175,176,211). Sum of RGB (Red+Green+Blue) = 175+176+211=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFB0D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0D3 is #504F2C. Grayscale: #B3B3B3. Windows color (decimal): -5263149 or 13873327. OLE color: 13873327.

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

Color convert

RGB175176211-
CMYK0.170.1700.17
HSL238.33º29.03%75.69%-
HSV(B)238.33º17.06%82.75%-
XYZ44.9644.8767.92-
YUV179.69145.67124.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 176 (69.14% from 255) = 31.32%
BLUE value IS 211 (82.81% from 255) = 37.54%
R=31.14%
G=31.32%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751762110.170.1700.17238.3329.0375.69
HexAFB0D31111011ee1d4c
Octal257260323212102135635114
Binary101011111011000011010011100011000101000111101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0D3; }

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

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

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

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

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

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

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

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