Shades of Lavender Grey #AFAADB
Tints of Lavender Grey #AFAADB
RGB
CMYK
RGB Variations
Color information
#AFAADB (or 0xAFAADB) is known color: Lavender Grey. HEX triplet: AF, AA and DB. RGB value is (175,170,219). Sum of RGB (Red+Green+Blue) = 175+170+219=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAADB is #505524. Grayscale: #B0B0B0. Windows color (decimal): -5264677 or 14396079. OLE color: 14396079.
HSL color Cylindrical-coordinate representation of color #AFAADB: hue angle of 246.12º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFAADB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 170 | 219 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.14 |
| HSL | 246.12º | 0.4% | 0.76% | - |
| HSV(B) | 246.12º | 0.22% | 0.86% | - |
| XYZ | 44.84 | 42.98 | 72.95 | - |
| YUV | 177.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 219 | 0.20 | 0.22 | 0 | 0.14 | 246.12 | 0.4 | 0.76 |
| Hex | AF | AA | DB | 14 | 16 | 0 | E | F6 | 28 | 4C |
| Octal | 257 | 252 | 333 | 24 | 26 | 0 | 16 | 366 | 50 | 114 |
| Binary | 10101111 | 10101010 | 11011011 | 10100 | 10110 | 0 | 1110 | 11110110 | 101000 | 1001100 |
Color Harmonies of #AFAADB
Complementary color
Monochromatic Colors of #AFAADB
Black with #AFAADB
Text Example
Text Example
White with #AFAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAADB; }
p { color: rgb(175,170,219); }
H1.HeaderClassName
{
color: #AFAADB;
}
.AnyTagClassName
{
color: #AFAADB;
}
</style>
background-color css
<style>
a { background-color: #AFAADB; }
a { background-color: rgb(175,170,219); }
div.DivClassName
{
background-color: #AFAADB;
}
.BgClassName
{
background-color: #AFAADB;
}
</style>
border-color css
<style>
span { border-color: #AFAADB; }
span { border-color: rgb(175,170,219); }
td.TdClassName
{
border-color: #AFAADB;
}
.TagClassName
{
border-color: #AFAADB;
}
</style>