Shades of Wistful #ADA7C5
Tints of Wistful #ADA7C5
RGB
CMYK
RGB Variations
Color information
#ADA7C5 (or 0xADA7C5) is known color: Wistful. HEX triplet: AD, A7 and C5. RGB value is (173,167,197). Sum of RGB (Red+Green+Blue) = 173+167+197=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADA7C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7C5 is #52583A. Grayscale: #ACACAC. Windows color (decimal): -5396539 or 12953517. OLE color: 12953517.
HSL color Cylindrical-coordinate representation of color #ADA7C5: hue angle of 252º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA7C5 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 167 | 197 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.23 |
| HSL | 252º | 0.21% | 0.71% | - |
| HSV(B) | 252º | 0.15% | 0.77% | - |
| XYZ | 41.13 | 40.55 | 58.48 | - |
| YUV | 172.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 197 | 0.12 | 0.15 | 0 | 0.23 | 252 | 0.21 | 0.71 |
| Hex | AD | A7 | C5 | C | F | 0 | 17 | FC | 15 | 47 |
| Octal | 255 | 247 | 305 | 14 | 17 | 0 | 27 | 374 | 25 | 107 |
| Binary | 10101101 | 10100111 | 11000101 | 1100 | 1111 | 0 | 10111 | 11111100 | 10101 | 1000111 |
Color Harmonies of #ADA7C5
Complementary color
Monochromatic Colors of #ADA7C5
Black with #ADA7C5
Text Example
Text Example
White with #ADA7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7C5; }
p { color: rgb(173,167,197); }
H1.HeaderClassName
{
color: #ADA7C5;
}
.AnyTagClassName
{
color: #ADA7C5;
}
</style>
background-color css
<style>
a { background-color: #ADA7C5; }
a { background-color: rgb(173,167,197); }
div.DivClassName
{
background-color: #ADA7C5;
}
.BgClassName
{
background-color: #ADA7C5;
}
</style>
border-color css
<style>
span { border-color: #ADA7C5; }
span { border-color: rgb(173,167,197); }
td.TdClassName
{
border-color: #ADA7C5;
}
.TagClassName
{
border-color: #ADA7C5;
}
</style>