Shades of Wistful #ADA7DB
Tints of Wistful #ADA7DB
RGB
CMYK
RGB Variations
Color information
#ADA7DB (or 0xADA7DB) is known color: Wistful. HEX triplet: AD, A7 and DB. RGB value is (173,167,219). Sum of RGB (Red+Green+Blue) = 173+167+219=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7DB is #525824. Grayscale: #AEAEAE. Windows color (decimal): -5396517 or 14395309. OLE color: 14395309.
HSL color Cylindrical-coordinate representation of color #ADA7DB: hue angle of 246.92º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADA7DB is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 167 | 219 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.14 |
| HSL | 246.92º | 0.42% | 0.76% | - |
| HSV(B) | 246.92º | 0.24% | 0.86% | - |
| XYZ | 43.84 | 41.64 | 72.74 | - |
| YUV | 174.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 219 | 0.21 | 0.24 | 0 | 0.14 | 246.92 | 0.42 | 0.76 |
| Hex | AD | A7 | DB | 15 | 18 | 0 | E | F7 | 2A | 4C |
| Octal | 255 | 247 | 333 | 25 | 30 | 0 | 16 | 367 | 52 | 114 |
| Binary | 10101101 | 10100111 | 11011011 | 10101 | 11000 | 0 | 1110 | 11110111 | 101010 | 1001100 |
Color Harmonies of #ADA7DB
Complementary color
Monochromatic Colors of #ADA7DB
Black with #ADA7DB
Text Example
Text Example
White with #ADA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7DB; }
p { color: rgb(173,167,219); }
H1.HeaderClassName
{
color: #ADA7DB;
}
.AnyTagClassName
{
color: #ADA7DB;
}
</style>
background-color css
<style>
a { background-color: #ADA7DB; }
a { background-color: rgb(173,167,219); }
div.DivClassName
{
background-color: #ADA7DB;
}
.BgClassName
{
background-color: #ADA7DB;
}
</style>
border-color css
<style>
span { border-color: #ADA7DB; }
span { border-color: rgb(173,167,219); }
td.TdClassName
{
border-color: #ADA7DB;
}
.TagClassName
{
border-color: #ADA7DB;
}
</style>