Shades of Lavender Grey #AFAFDB
Tints of Lavender Grey #AFAFDB
RGB
CMYK
RGB Variations
Color information
#AFAFDB (or 0xAFAFDB) is known color: Lavender Grey. HEX triplet: AF, AF and DB. RGB value is (175,175,219). Sum of RGB (Red+Green+Blue) = 175+175+219=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFDB is #505024. Grayscale: #B3B3B3. Windows color (decimal): -5263397 or 14397359. OLE color: 14397359.
HSL color Cylindrical-coordinate representation of color #AFAFDB: hue angle of 240º degrees, saturation: 0.38, 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 #AFAFDB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 175 | 219 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.14 |
| HSL | 240º | 0.38% | 0.77% | - |
| HSV(B) | 240º | 0.2% | 0.86% | - |
| XYZ | 45.8 | 44.89 | 73.27 | - |
| YUV | 180.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 219 | 0.20 | 0.20 | 0 | 0.14 | 240 | 0.38 | 0.77 |
| Hex | AF | AF | DB | 14 | 14 | 0 | E | F0 | 26 | 4D |
| Octal | 257 | 257 | 333 | 24 | 24 | 0 | 16 | 360 | 46 | 115 |
| Binary | 10101111 | 10101111 | 11011011 | 10100 | 10100 | 0 | 1110 | 11110000 | 100110 | 1001101 |
Color Harmonies of #AFAFDB
Complementary color
Monochromatic Colors of #AFAFDB
Black with #AFAFDB
Text Example
Text Example
White with #AFAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFDB; }
p { color: rgb(175,175,219); }
H1.HeaderClassName
{
color: #AFAFDB;
}
.AnyTagClassName
{
color: #AFAFDB;
}
</style>
background-color css
<style>
a { background-color: #AFAFDB; }
a { background-color: rgb(175,175,219); }
div.DivClassName
{
background-color: #AFAFDB;
}
.BgClassName
{
background-color: #AFAFDB;
}
</style>
border-color css
<style>
span { border-color: #AFAFDB; }
span { border-color: rgb(175,175,219); }
td.TdClassName
{
border-color: #AFAFDB;
}
.TagClassName
{
border-color: #AFAFDB;
}
</style>