Shades of Wistful #ADA6C3
Tints of Wistful #ADA6C3
RGB
CMYK
RGB Variations
Color information
#ADA6C3 (or 0xADA6C3) is known color: Wistful. HEX triplet: AD, A6 and C3. RGB value is (173,166,195). Sum of RGB (Red+Green+Blue) = 173+166+195=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADA6C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6C3 is #52593C. Grayscale: #ABABAB. Windows color (decimal): -5396797 or 12822189. OLE color: 12822189.
HSL color Cylindrical-coordinate representation of color #ADA6C3: hue angle of 254.48º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADA6C3 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 166 | 195 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.24 |
| HSL | 254.48º | 0.19% | 0.71% | - |
| HSV(B) | 254.48º | 0.15% | 0.76% | - |
| XYZ | 40.72 | 40.1 | 57.22 | - |
| YUV | 171.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 195 | 0.11 | 0.15 | 0 | 0.24 | 254.48 | 0.19 | 0.71 |
| Hex | AD | A6 | C3 | B | F | 0 | 18 | FE | 13 | 47 |
| Octal | 255 | 246 | 303 | 13 | 17 | 0 | 30 | 376 | 23 | 107 |
| Binary | 10101101 | 10100110 | 11000011 | 1011 | 1111 | 0 | 11000 | 11111110 | 10011 | 1000111 |
Color Harmonies of #ADA6C3
Complementary color
Monochromatic Colors of #ADA6C3
Black with #ADA6C3
Text Example
Text Example
White with #ADA6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6C3; }
p { color: rgb(173,166,195); }
H1.HeaderClassName
{
color: #ADA6C3;
}
.AnyTagClassName
{
color: #ADA6C3;
}
</style>
background-color css
<style>
a { background-color: #ADA6C3; }
a { background-color: rgb(173,166,195); }
div.DivClassName
{
background-color: #ADA6C3;
}
.BgClassName
{
background-color: #ADA6C3;
}
</style>
border-color css
<style>
span { border-color: #ADA6C3; }
span { border-color: rgb(173,166,195); }
td.TdClassName
{
border-color: #ADA6C3;
}
.TagClassName
{
border-color: #ADA6C3;
}
</style>