Shades of Lavender Grey #AFAADF
Tints of Lavender Grey #AFAADF
RGB
CMYK
RGB Variations
Color information
#AFAADF (or 0xAFAADF) is known color: Lavender Grey. HEX triplet: AF, AA and DF. RGB value is (175,170,223). Sum of RGB (Red+Green+Blue) = 175+170+223=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAADF is #505520. Grayscale: #B1B1B1. Windows color (decimal): -5264673 or 14658223. OLE color: 14658223.
HSL color Cylindrical-coordinate representation of color #AFAADF: hue angle of 245.66º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFAADF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 170 | 223 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.13 |
| HSL | 245.66º | 0.45% | 0.77% | - |
| HSV(B) | 245.66º | 0.24% | 0.87% | - |
| XYZ | 45.37 | 43.19 | 75.76 | - |
| YUV | 177.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 223 | 0.22 | 0.24 | 0 | 0.13 | 245.66 | 0.45 | 0.77 |
| Hex | AF | AA | DF | 16 | 18 | 0 | D | F6 | 2D | 4D |
| Octal | 257 | 252 | 337 | 26 | 30 | 0 | 15 | 366 | 55 | 115 |
| Binary | 10101111 | 10101010 | 11011111 | 10110 | 11000 | 0 | 1101 | 11110110 | 101101 | 1001101 |
Color Harmonies of #AFAADF
Complementary color
Monochromatic Colors of #AFAADF
Black with #AFAADF
Text Example
Text Example
White with #AFAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAADF; }
p { color: rgb(175,170,223); }
H1.HeaderClassName
{
color: #AFAADF;
}
.AnyTagClassName
{
color: #AFAADF;
}
</style>
background-color css
<style>
a { background-color: #AFAADF; }
a { background-color: rgb(175,170,223); }
div.DivClassName
{
background-color: #AFAADF;
}
.BgClassName
{
background-color: #AFAADF;
}
</style>
border-color css
<style>
span { border-color: #AFAADF; }
span { border-color: rgb(175,170,223); }
td.TdClassName
{
border-color: #AFAADF;
}
.TagClassName
{
border-color: #AFAADF;
}
</style>