Shades of Wistful #ADA8DF
Tints of Wistful #ADA8DF
RGB
CMYK
RGB Variations
Color information
#ADA8DF (or 0xADA8DF) is known color: Wistful. HEX triplet: AD, A8 and DF. RGB value is (173,168,223). Sum of RGB (Red+Green+Blue) = 173+168+223=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8DF is #525720. Grayscale: #AFAFAF. Windows color (decimal): -5396257 or 14657709. OLE color: 14657709.
HSL color Cylindrical-coordinate representation of color #ADA8DF: hue angle of 245.45º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA8DF is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 168 | 223 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.13 |
| HSL | 245.45º | 0.46% | 0.77% | - |
| HSV(B) | 245.45º | 0.25% | 0.87% | - |
| XYZ | 44.56 | 42.22 | 75.61 | - |
| YUV | 175.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 223 | 0.22 | 0.25 | 0 | 0.13 | 245.45 | 0.46 | 0.77 |
| Hex | AD | A8 | DF | 16 | 19 | 0 | D | F5 | 2E | 4D |
| Octal | 255 | 250 | 337 | 26 | 31 | 0 | 15 | 365 | 56 | 115 |
| Binary | 10101101 | 10101000 | 11011111 | 10110 | 11001 | 0 | 1101 | 11110101 | 101110 | 1001101 |
Color Harmonies of #ADA8DF
Complementary color
Monochromatic Colors of #ADA8DF
Black with #ADA8DF
Text Example
Text Example
White with #ADA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8DF; }
p { color: rgb(173,168,223); }
H1.HeaderClassName
{
color: #ADA8DF;
}
.AnyTagClassName
{
color: #ADA8DF;
}
</style>
background-color css
<style>
a { background-color: #ADA8DF; }
a { background-color: rgb(173,168,223); }
div.DivClassName
{
background-color: #ADA8DF;
}
.BgClassName
{
background-color: #ADA8DF;
}
</style>
border-color css
<style>
span { border-color: #ADA8DF; }
span { border-color: rgb(173,168,223); }
td.TdClassName
{
border-color: #ADA8DF;
}
.TagClassName
{
border-color: #ADA8DF;
}
</style>