Shades of Wistful #ADA5D6
Tints of Wistful #ADA5D6
RGB
CMYK
RGB Variations
Color information
#ADA5D6 (or 0xADA5D6) is known color: Wistful. HEX triplet: AD, A5 and D6. RGB value is (173,165,214). Sum of RGB (Red+Green+Blue) = 173+165+214=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADA5D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5D6 is #525A29. Grayscale: #ACACAC. Windows color (decimal): -5397034 or 14067117. OLE color: 14067117.
HSL color Cylindrical-coordinate representation of color #ADA5D6: hue angle of 249.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA5D6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 165 | 214 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.16 |
| HSL | 249.8º | 0.37% | 0.74% | - |
| HSV(B) | 249.8º | 0.23% | 0.84% | - |
| XYZ | 42.83 | 40.65 | 69.21 | - |
| YUV | 172.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 214 | 0.19 | 0.23 | 0 | 0.16 | 249.8 | 0.37 | 0.74 |
| Hex | AD | A5 | D6 | 13 | 17 | 0 | 10 | FA | 25 | 4A |
| Octal | 255 | 245 | 326 | 23 | 27 | 0 | 20 | 372 | 45 | 112 |
| Binary | 10101101 | 10100101 | 11010110 | 10011 | 10111 | 0 | 10000 | 11111010 | 100101 | 1001010 |
Color Harmonies of #ADA5D6
Complementary color
Monochromatic Colors of #ADA5D6
Black with #ADA5D6
Text Example
Text Example
White with #ADA5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA5D6; }
p { color: rgb(173,165,214); }
H1.HeaderClassName
{
color: #ADA5D6;
}
.AnyTagClassName
{
color: #ADA5D6;
}
</style>
background-color css
<style>
a { background-color: #ADA5D6; }
a { background-color: rgb(173,165,214); }
div.DivClassName
{
background-color: #ADA5D6;
}
.BgClassName
{
background-color: #ADA5D6;
}
</style>
border-color css
<style>
span { border-color: #ADA5D6; }
span { border-color: rgb(173,165,214); }
td.TdClassName
{
border-color: #ADA5D6;
}
.TagClassName
{
border-color: #ADA5D6;
}
</style>