Shades of Lavender Grey #AFB0CF
Tints of Lavender Grey #AFB0CF
RGB
CMYK
RGB Variations
Color information
#AFB0CF (or 0xAFB0CF) is known color: Lavender Grey. HEX triplet: AF, B0 and CF. RGB value is (175,176,207). Sum of RGB (Red+Green+Blue) = 175+176+207=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0CF is #504F30. Grayscale: #B3B3B3. Windows color (decimal): -5263153 or 13611183. OLE color: 13611183.
HSL color Cylindrical-coordinate representation of color #AFB0CF: hue angle of 238.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB0CF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 176 | 207 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.19 |
| HSL | 238.13º | 0.25% | 0.75% | - |
| HSV(B) | 238.13º | 0.15% | 0.81% | - |
| XYZ | 44.47 | 44.67 | 65.31 | - |
| YUV | 179.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 207 | 0.15 | 0.15 | 0 | 0.19 | 238.13 | 0.25 | 0.75 |
| Hex | AF | B0 | CF | F | F | 0 | 13 | EE | 19 | 4B |
| Octal | 257 | 260 | 317 | 17 | 17 | 0 | 23 | 356 | 31 | 113 |
| Binary | 10101111 | 10110000 | 11001111 | 1111 | 1111 | 0 | 10011 | 11101110 | 11001 | 1001011 |
Color Harmonies of #AFB0CF
Complementary color
Monochromatic Colors of #AFB0CF
Black with #AFB0CF
Text Example
Text Example
White with #AFB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0CF; }
p { color: rgb(175,176,207); }
H1.HeaderClassName
{
color: #AFB0CF;
}
.AnyTagClassName
{
color: #AFB0CF;
}
</style>
background-color css
<style>
a { background-color: #AFB0CF; }
a { background-color: rgb(175,176,207); }
div.DivClassName
{
background-color: #AFB0CF;
}
.BgClassName
{
background-color: #AFB0CF;
}
</style>
border-color css
<style>
span { border-color: #AFB0CF; }
span { border-color: rgb(175,176,207); }
td.TdClassName
{
border-color: #AFB0CF;
}
.TagClassName
{
border-color: #AFB0CF;
}
</style>