Shades of Wistful #ADA8DD
Tints of Wistful #ADA8DD
RGB
CMYK
RGB Variations
Color information
#ADA8DD (or 0xADA8DD) is known color: Wistful. HEX triplet: AD, A8 and DD. RGB value is (173,168,221). Sum of RGB (Red+Green+Blue) = 173+168+221=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADA8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8DD is #525722. Grayscale: #AFAFAF. Windows color (decimal): -5396259 or 14526637. OLE color: 14526637.
HSL color Cylindrical-coordinate representation of color #ADA8DD: hue angle of 245.66º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADA8DD is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 168 | 221 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.13 |
| HSL | 245.66º | 0.44% | 0.76% | - |
| HSV(B) | 245.66º | 0.24% | 0.87% | - |
| XYZ | 44.29 | 42.11 | 74.2 | - |
| YUV | 175.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 221 | 0.22 | 0.24 | 0 | 0.13 | 245.66 | 0.44 | 0.76 |
| Hex | AD | A8 | DD | 16 | 18 | 0 | D | F6 | 2C | 4C |
| Octal | 255 | 250 | 335 | 26 | 30 | 0 | 15 | 366 | 54 | 114 |
| Binary | 10101101 | 10101000 | 11011101 | 10110 | 11000 | 0 | 1101 | 11110110 | 101100 | 1001100 |
Color Harmonies of #ADA8DD
Complementary color
Monochromatic Colors of #ADA8DD
Black with #ADA8DD
Text Example
Text Example
White with #ADA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8DD; }
p { color: rgb(173,168,221); }
H1.HeaderClassName
{
color: #ADA8DD;
}
.AnyTagClassName
{
color: #ADA8DD;
}
</style>
background-color css
<style>
a { background-color: #ADA8DD; }
a { background-color: rgb(173,168,221); }
div.DivClassName
{
background-color: #ADA8DD;
}
.BgClassName
{
background-color: #ADA8DD;
}
</style>
border-color css
<style>
span { border-color: #ADA8DD; }
span { border-color: rgb(173,168,221); }
td.TdClassName
{
border-color: #ADA8DD;
}
.TagClassName
{
border-color: #ADA8DD;
}
</style>