Shades of Wistful #ADA8DA
Tints of Wistful #ADA8DA
RGB
CMYK
RGB Variations
Color information
#ADA8DA (or 0xADA8DA) is known color: Wistful. HEX triplet: AD, A8 and DA. RGB value is (173,168,218). Sum of RGB (Red+Green+Blue) = 173+168+218=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADA8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8DA is #525725. Grayscale: #AEAEAE. Windows color (decimal): -5396262 or 14330029. OLE color: 14330029.
HSL color Cylindrical-coordinate representation of color #ADA8DA: hue angle of 246º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA8DA is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 168 | 218 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.15 |
| HSL | 246º | 0.4% | 0.76% | - |
| HSV(B) | 246º | 0.23% | 0.85% | - |
| XYZ | 43.89 | 41.95 | 72.11 | - |
| YUV | 175.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 218 | 0.21 | 0.23 | 0 | 0.15 | 246 | 0.4 | 0.76 |
| Hex | AD | A8 | DA | 15 | 17 | 0 | F | F6 | 28 | 4C |
| Octal | 255 | 250 | 332 | 25 | 27 | 0 | 17 | 366 | 50 | 114 |
| Binary | 10101101 | 10101000 | 11011010 | 10101 | 10111 | 0 | 1111 | 11110110 | 101000 | 1001100 |
Color Harmonies of #ADA8DA
Complementary color
Monochromatic Colors of #ADA8DA
Black with #ADA8DA
Text Example
Text Example
White with #ADA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8DA; }
p { color: rgb(173,168,218); }
H1.HeaderClassName
{
color: #ADA8DA;
}
.AnyTagClassName
{
color: #ADA8DA;
}
</style>
background-color css
<style>
a { background-color: #ADA8DA; }
a { background-color: rgb(173,168,218); }
div.DivClassName
{
background-color: #ADA8DA;
}
.BgClassName
{
background-color: #ADA8DA;
}
</style>
border-color css
<style>
span { border-color: #ADA8DA; }
span { border-color: rgb(173,168,218); }
td.TdClassName
{
border-color: #ADA8DA;
}
.TagClassName
{
border-color: #ADA8DA;
}
</style>