Shades of Lavender Grey #AFB1D5
Tints of Lavender Grey #AFB1D5
RGB
CMYK
RGB Variations
Color information
#AFB1D5 (or 0xAFB1D5) is known color: Lavender Grey. HEX triplet: AF, B1 and D5. RGB value is (175,177,213). Sum of RGB (Red+Green+Blue) = 175+177+213=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFB1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1D5 is #504E2A. Grayscale: #B4B4B4. Windows color (decimal): -5262891 or 14004655. OLE color: 14004655.
HSL color Cylindrical-coordinate representation of color #AFB1D5: hue angle of 236.84º 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 #AFB1D5 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 177 | 213 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.16 |
| HSL | 236.84º | 0.31% | 0.76% | - |
| HSV(B) | 236.84º | 0.18% | 0.84% | - |
| XYZ | 45.41 | 45.36 | 69.31 | - |
| YUV | 180.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 213 | 0.18 | 0.17 | 0 | 0.16 | 236.84 | 0.31 | 0.76 |
| Hex | AF | B1 | D5 | 12 | 11 | 0 | 10 | ED | 1F | 4C |
| Octal | 257 | 261 | 325 | 22 | 21 | 0 | 20 | 355 | 37 | 114 |
| Binary | 10101111 | 10110001 | 11010101 | 10010 | 10001 | 0 | 10000 | 11101101 | 11111 | 1001100 |
Color Harmonies of #AFB1D5
Complementary color
Monochromatic Colors of #AFB1D5
Black with #AFB1D5
Text Example
Text Example
White with #AFB1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1D5; }
p { color: rgb(175,177,213); }
H1.HeaderClassName
{
color: #AFB1D5;
}
.AnyTagClassName
{
color: #AFB1D5;
}
</style>
background-color css
<style>
a { background-color: #AFB1D5; }
a { background-color: rgb(175,177,213); }
div.DivClassName
{
background-color: #AFB1D5;
}
.BgClassName
{
background-color: #AFB1D5;
}
</style>
border-color css
<style>
span { border-color: #AFB1D5; }
span { border-color: rgb(175,177,213); }
td.TdClassName
{
border-color: #AFB1D5;
}
.TagClassName
{
border-color: #AFB1D5;
}
</style>