Shades of Lavender Grey #AFB0DA
Tints of Lavender Grey #AFB0DA
RGB
CMYK
RGB Variations
Color information
#AFB0DA (or 0xAFB0DA) is known color: Lavender Grey. HEX triplet: AF, B0 and DA. RGB value is (175,176,218). Sum of RGB (Red+Green+Blue) = 175+176+218=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFB0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0DA is #504F25. Grayscale: #B4B4B4. Windows color (decimal): -5263142 or 14332079. OLE color: 14332079.
HSL color Cylindrical-coordinate representation of color #AFB0DA: hue angle of 238.6º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB0DA is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 176 | 218 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.15 |
| HSL | 238.6º | 0.37% | 0.77% | - |
| HSV(B) | 238.6º | 0.2% | 0.85% | - |
| XYZ | 45.86 | 45.23 | 72.64 | - |
| YUV | 180.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 218 | 0.20 | 0.19 | 0 | 0.15 | 238.6 | 0.37 | 0.77 |
| Hex | AF | B0 | DA | 14 | 13 | 0 | F | EF | 25 | 4D |
| Octal | 257 | 260 | 332 | 24 | 23 | 0 | 17 | 357 | 45 | 115 |
| Binary | 10101111 | 10110000 | 11011010 | 10100 | 10011 | 0 | 1111 | 11101111 | 100101 | 1001101 |
Color Harmonies of #AFB0DA
Complementary color
Monochromatic Colors of #AFB0DA
Black with #AFB0DA
Text Example
Text Example
White with #AFB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0DA; }
p { color: rgb(175,176,218); }
H1.HeaderClassName
{
color: #AFB0DA;
}
.AnyTagClassName
{
color: #AFB0DA;
}
</style>
background-color css
<style>
a { background-color: #AFB0DA; }
a { background-color: rgb(175,176,218); }
div.DivClassName
{
background-color: #AFB0DA;
}
.BgClassName
{
background-color: #AFB0DA;
}
</style>
border-color css
<style>
span { border-color: #AFB0DA; }
span { border-color: rgb(175,176,218); }
td.TdClassName
{
border-color: #AFB0DA;
}
.TagClassName
{
border-color: #AFB0DA;
}
</style>