Shades of Lavender Grey #AFB0DC
Tints of Lavender Grey #AFB0DC
RGB
CMYK
RGB Variations
Color information
#AFB0DC (or 0xAFB0DC) is known color: Lavender Grey. HEX triplet: AF, B0 and DC. RGB value is (175,176,220). Sum of RGB (Red+Green+Blue) = 175+176+220=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0DC is #504F23. Grayscale: #B4B4B4. Windows color (decimal): -5263140 or 14463151. OLE color: 14463151.
HSL color Cylindrical-coordinate representation of color #AFB0DC: hue angle of 238.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB0DC is Cyan = 0.20, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 176 | 220 | - |
| CMYK | 0.20 | 0.2 | 0 | 0.14 |
| HSL | 238.67º | 0.39% | 0.77% | - |
| HSV(B) | 238.67º | 0.2% | 0.86% | - |
| XYZ | 46.12 | 45.33 | 74.03 | - |
| YUV | 180.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 220 | 0.20 | 0.2 | 0 | 0.14 | 238.67 | 0.39 | 0.77 |
| Hex | AF | B0 | DC | 14 | 14 | 0 | E | EF | 27 | 4D |
| Octal | 257 | 260 | 334 | 24 | 24 | 0 | 16 | 357 | 47 | 115 |
| Binary | 10101111 | 10110000 | 11011100 | 10100 | 10100 | 0 | 1110 | 11101111 | 100111 | 1001101 |
Color Harmonies of #AFB0DC
Complementary color
Monochromatic Colors of #AFB0DC
Black with #AFB0DC
Text Example
Text Example
White with #AFB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0DC; }
p { color: rgb(175,176,220); }
H1.HeaderClassName
{
color: #AFB0DC;
}
.AnyTagClassName
{
color: #AFB0DC;
}
</style>
background-color css
<style>
a { background-color: #AFB0DC; }
a { background-color: rgb(175,176,220); }
div.DivClassName
{
background-color: #AFB0DC;
}
.BgClassName
{
background-color: #AFB0DC;
}
</style>
border-color css
<style>
span { border-color: #AFB0DC; }
span { border-color: rgb(175,176,220); }
td.TdClassName
{
border-color: #AFB0DC;
}
.TagClassName
{
border-color: #AFB0DC;
}
</style>