Shades of Wistful #ADA6CC
Tints of Wistful #ADA6CC
RGB
CMYK
RGB Variations
Color information
#ADA6CC (or 0xADA6CC) is known color: Wistful. HEX triplet: AD, A6 and CC. RGB value is (173,166,204). Sum of RGB (Red+Green+Blue) = 173+166+204=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADA6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6CC is #525933. Grayscale: #ACACAC. Windows color (decimal): -5396788 or 13412013. OLE color: 13412013.
HSL color Cylindrical-coordinate representation of color #ADA6CC: hue angle of 251.05º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA6CC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 166 | 204 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.2 |
| HSL | 251.05º | 0.27% | 0.73% | - |
| HSV(B) | 251.05º | 0.19% | 0.8% | - |
| XYZ | 41.77 | 40.52 | 62.75 | - |
| YUV | 172.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 204 | 0.15 | 0.19 | 0 | 0.2 | 251.05 | 0.27 | 0.73 |
| Hex | AD | A6 | CC | F | 13 | 0 | 14 | FB | 1B | 49 |
| Octal | 255 | 246 | 314 | 17 | 23 | 0 | 24 | 373 | 33 | 111 |
| Binary | 10101101 | 10100110 | 11001100 | 1111 | 10011 | 0 | 10100 | 11111011 | 11011 | 1001001 |
Color Harmonies of #ADA6CC
Complementary color
Monochromatic Colors of #ADA6CC
Black with #ADA6CC
Text Example
Text Example
White with #ADA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6CC; }
p { color: rgb(173,166,204); }
H1.HeaderClassName
{
color: #ADA6CC;
}
.AnyTagClassName
{
color: #ADA6CC;
}
</style>
background-color css
<style>
a { background-color: #ADA6CC; }
a { background-color: rgb(173,166,204); }
div.DivClassName
{
background-color: #ADA6CC;
}
.BgClassName
{
background-color: #ADA6CC;
}
</style>
border-color css
<style>
span { border-color: #ADA6CC; }
span { border-color: rgb(173,166,204); }
td.TdClassName
{
border-color: #ADA6CC;
}
.TagClassName
{
border-color: #ADA6CC;
}
</style>