Shades of Lavender Grey #AFACDA
Tints of Lavender Grey #AFACDA
RGB
CMYK
RGB Variations
Color information
#AFACDA (or 0xAFACDA) is known color: Lavender Grey. HEX triplet: AF, AC and DA. RGB value is (175,172,218). Sum of RGB (Red+Green+Blue) = 175+172+218=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACDA is #505325. Grayscale: #B1B1B1. Windows color (decimal): -5264166 or 14331055. OLE color: 14331055.
HSL color Cylindrical-coordinate representation of color #AFACDA: hue angle of 243.91º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFACDA is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 172 | 218 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.15 |
| HSL | 243.91º | 0.38% | 0.76% | - |
| HSV(B) | 243.91º | 0.21% | 0.85% | - |
| XYZ | 45.09 | 43.68 | 72.38 | - |
| YUV | 178.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 218 | 0.20 | 0.21 | 0 | 0.15 | 243.91 | 0.38 | 0.76 |
| Hex | AF | AC | DA | 14 | 15 | 0 | F | F4 | 26 | 4C |
| Octal | 257 | 254 | 332 | 24 | 25 | 0 | 17 | 364 | 46 | 114 |
| Binary | 10101111 | 10101100 | 11011010 | 10100 | 10101 | 0 | 1111 | 11110100 | 100110 | 1001100 |
Color Harmonies of #AFACDA
Complementary color
Monochromatic Colors of #AFACDA
Black with #AFACDA
Text Example
Text Example
White with #AFACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACDA; }
p { color: rgb(175,172,218); }
H1.HeaderClassName
{
color: #AFACDA;
}
.AnyTagClassName
{
color: #AFACDA;
}
</style>
background-color css
<style>
a { background-color: #AFACDA; }
a { background-color: rgb(175,172,218); }
div.DivClassName
{
background-color: #AFACDA;
}
.BgClassName
{
background-color: #AFACDA;
}
</style>
border-color css
<style>
span { border-color: #AFACDA; }
span { border-color: rgb(175,172,218); }
td.TdClassName
{
border-color: #AFACDA;
}
.TagClassName
{
border-color: #AFACDA;
}
</style>