Shades of Lavender Grey #ADACDA
Tints of Lavender Grey #ADACDA
RGB
CMYK
RGB Variations
Color information
#ADACDA (or 0xADACDA) is known color: Lavender Grey. HEX triplet: AD, AC and DA. RGB value is (173,172,218). Sum of RGB (Red+Green+Blue) = 173+172+218=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACDA is #525325. Grayscale: #B1B1B1. Windows color (decimal): -5395238 or 14331053. OLE color: 14331053.
HSL color Cylindrical-coordinate representation of color #ADACDA: hue angle of 241.3º 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 #ADACDA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 172 | 218 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.15 |
| HSL | 241.3º | 0.38% | 0.76% | - |
| HSV(B) | 241.3º | 0.21% | 0.85% | - |
| XYZ | 44.64 | 43.45 | 72.36 | - |
| YUV | 177.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 218 | 0.21 | 0.21 | 0 | 0.15 | 241.3 | 0.38 | 0.76 |
| Hex | AD | AC | DA | 15 | 15 | 0 | F | F1 | 26 | 4C |
| Octal | 255 | 254 | 332 | 25 | 25 | 0 | 17 | 361 | 46 | 114 |
| Binary | 10101101 | 10101100 | 11011010 | 10101 | 10101 | 0 | 1111 | 11110001 | 100110 | 1001100 |
Color Harmonies of #ADACDA
Complementary color
Monochromatic Colors of #ADACDA
Black with #ADACDA
Text Example
Text Example
White with #ADACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACDA; }
p { color: rgb(173,172,218); }
H1.HeaderClassName
{
color: #ADACDA;
}
.AnyTagClassName
{
color: #ADACDA;
}
</style>
background-color css
<style>
a { background-color: #ADACDA; }
a { background-color: rgb(173,172,218); }
div.DivClassName
{
background-color: #ADACDA;
}
.BgClassName
{
background-color: #ADACDA;
}
</style>
border-color css
<style>
span { border-color: #ADACDA; }
span { border-color: rgb(173,172,218); }
td.TdClassName
{
border-color: #ADACDA;
}
.TagClassName
{
border-color: #ADACDA;
}
</style>