Shades of Wistful #ADA9C1
Tints of Wistful #ADA9C1
RGB
CMYK
RGB Variations
Color information
#ADA9C1 (or 0xADA9C1) is known color: Wistful. HEX triplet: AD, A9 and C1. RGB value is (173,169,193). Sum of RGB (Red+Green+Blue) = 173+169+193=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADA9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9C1 is #52563E. Grayscale: #ACACAC. Windows color (decimal): -5396031 or 12691885. OLE color: 12691885.
HSL color Cylindrical-coordinate representation of color #ADA9C1: hue angle of 250º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA9C1 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 169 | 193 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.24 |
| HSL | 250º | 0.16% | 0.71% | - |
| HSV(B) | 250º | 0.12% | 0.76% | - |
| XYZ | 41.05 | 41.11 | 56.22 | - |
| YUV | 172.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 193 | 0.10 | 0.12 | 0 | 0.24 | 250 | 0.16 | 0.71 |
| Hex | AD | A9 | C1 | A | C | 0 | 18 | FA | 10 | 47 |
| Octal | 255 | 251 | 301 | 12 | 14 | 0 | 30 | 372 | 20 | 107 |
| Binary | 10101101 | 10101001 | 11000001 | 1010 | 1100 | 0 | 11000 | 11111010 | 10000 | 1000111 |
Color Harmonies of #ADA9C1
Complementary color
Monochromatic Colors of #ADA9C1
Black with #ADA9C1
Text Example
Text Example
White with #ADA9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA9C1; }
p { color: rgb(173,169,193); }
H1.HeaderClassName
{
color: #ADA9C1;
}
.AnyTagClassName
{
color: #ADA9C1;
}
</style>
background-color css
<style>
a { background-color: #ADA9C1; }
a { background-color: rgb(173,169,193); }
div.DivClassName
{
background-color: #ADA9C1;
}
.BgClassName
{
background-color: #ADA9C1;
}
</style>
border-color css
<style>
span { border-color: #ADA9C1; }
span { border-color: rgb(173,169,193); }
td.TdClassName
{
border-color: #ADA9C1;
}
.TagClassName
{
border-color: #ADA9C1;
}
</style>