Shades of Wistful #ADA6C7
Tints of Wistful #ADA6C7
RGB
CMYK
RGB Variations
Color information
#ADA6C7 (or 0xADA6C7) is known color: Wistful. HEX triplet: AD, A6 and C7. RGB value is (173,166,199). Sum of RGB (Red+Green+Blue) = 173+166+199=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADA6C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6C7 is #525938. Grayscale: #ABABAB. Windows color (decimal): -5396793 or 13084333. OLE color: 13084333.
HSL color Cylindrical-coordinate representation of color #ADA6C7: hue angle of 252.73º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA6C7 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 166 | 199 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.22 |
| HSL | 252.73º | 0.23% | 0.72% | - |
| HSV(B) | 252.73º | 0.17% | 0.78% | - |
| XYZ | 41.18 | 40.28 | 59.64 | - |
| YUV | 171.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 199 | 0.13 | 0.17 | 0 | 0.22 | 252.73 | 0.23 | 0.72 |
| Hex | AD | A6 | C7 | D | 11 | 0 | 16 | FD | 17 | 48 |
| Octal | 255 | 246 | 307 | 15 | 21 | 0 | 26 | 375 | 27 | 110 |
| Binary | 10101101 | 10100110 | 11000111 | 1101 | 10001 | 0 | 10110 | 11111101 | 10111 | 1001000 |
Color Harmonies of #ADA6C7
Complementary color
Monochromatic Colors of #ADA6C7
Black with #ADA6C7
Text Example
Text Example
White with #ADA6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6C7; }
p { color: rgb(173,166,199); }
H1.HeaderClassName
{
color: #ADA6C7;
}
.AnyTagClassName
{
color: #ADA6C7;
}
</style>
background-color css
<style>
a { background-color: #ADA6C7; }
a { background-color: rgb(173,166,199); }
div.DivClassName
{
background-color: #ADA6C7;
}
.BgClassName
{
background-color: #ADA6C7;
}
</style>
border-color css
<style>
span { border-color: #ADA6C7; }
span { border-color: rgb(173,166,199); }
td.TdClassName
{
border-color: #ADA6C7;
}
.TagClassName
{
border-color: #ADA6C7;
}
</style>