Shades of Wistful #ADA7C1
Tints of Wistful #ADA7C1
RGB
CMYK
RGB Variations
Color information
#ADA7C1 (or 0xADA7C1) is known color: Wistful. HEX triplet: AD, A7 and C1. RGB value is (173,167,193). Sum of RGB (Red+Green+Blue) = 173+167+193=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADA7C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7C1 is #52583E. Grayscale: #ABABAB. Windows color (decimal): -5396543 or 12691373. OLE color: 12691373.
HSL color Cylindrical-coordinate representation of color #ADA7C1: hue angle of 253.85º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA7C1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 167 | 193 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.24 |
| HSL | 253.85º | 0.17% | 0.71% | - |
| HSV(B) | 253.85º | 0.13% | 0.76% | - |
| XYZ | 40.68 | 40.37 | 56.1 | - |
| YUV | 171.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 193 | 0.10 | 0.13 | 0 | 0.24 | 253.85 | 0.17 | 0.71 |
| Hex | AD | A7 | C1 | A | D | 0 | 18 | FE | 11 | 47 |
| Octal | 255 | 247 | 301 | 12 | 15 | 0 | 30 | 376 | 21 | 107 |
| Binary | 10101101 | 10100111 | 11000001 | 1010 | 1101 | 0 | 11000 | 11111110 | 10001 | 1000111 |
Color Harmonies of #ADA7C1
Complementary color
Monochromatic Colors of #ADA7C1
Black with #ADA7C1
Text Example
Text Example
White with #ADA7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7C1; }
p { color: rgb(173,167,193); }
H1.HeaderClassName
{
color: #ADA7C1;
}
.AnyTagClassName
{
color: #ADA7C1;
}
</style>
background-color css
<style>
a { background-color: #ADA7C1; }
a { background-color: rgb(173,167,193); }
div.DivClassName
{
background-color: #ADA7C1;
}
.BgClassName
{
background-color: #ADA7C1;
}
</style>
border-color css
<style>
span { border-color: #ADA7C1; }
span { border-color: rgb(173,167,193); }
td.TdClassName
{
border-color: #ADA7C1;
}
.TagClassName
{
border-color: #ADA7C1;
}
</style>