Shades of Lavender Grey #AFB0D5
Tints of Lavender Grey #AFB0D5
RGB
CMYK
RGB Variations
Color information
#AFB0D5 (or 0xAFB0D5) is known color: 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
| RGB | 175 | 176 | 213 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.16 |
| HSL | 238.42º | 0.31% | 0.76% | - |
| HSV(B) | 238.42º | 0.18% | 0.84% | - |
| XYZ | 45.21 | 44.97 | 69.25 | - |
| YUV | 179.92 | 146.67 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 213 | 0.18 | 0.17 | 0 | 0.16 | 238.42 | 0.31 | 0.76 |
| Hex | AF | B0 | D5 | 12 | 11 | 0 | 10 | EE | 1F | 4C |
| Octal | 257 | 260 | 325 | 22 | 21 | 0 | 20 | 356 | 37 | 114 |
| Binary | 10101111 | 10110000 | 11010101 | 10010 | 10001 | 0 | 10000 | 11101110 | 11111 | 1001100 |
Color Harmonies of #AFB0D5
Complementary color
Monochromatic Colors of #AFB0D5
Black with #AFB0D5
Text Example
Text Example
White with #AFB0D5
Text Example
Text Example
HTML Codes & Css Web 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>