Shades of Wistful #ADABDA
Tints of Wistful #ADABDA
RGB
CMYK
RGB Variations
Color information
#ADABDA (or 0xADABDA) is known color: Wistful. HEX triplet: AD, AB and DA. RGB value is (173,171,218). Sum of RGB (Red+Green+Blue) = 173+171+218=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABDA is #525425. Grayscale: #B0B0B0. Windows color (decimal): -5395494 or 14330797. OLE color: 14330797.
HSL color Cylindrical-coordinate representation of color #ADABDA: hue angle of 242.55º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADABDA is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 171 | 218 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.15 |
| HSL | 242.55º | 0.39% | 0.76% | - |
| HSV(B) | 242.55º | 0.22% | 0.85% | - |
| XYZ | 44.45 | 43.07 | 72.3 | - |
| YUV | 176.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 218 | 0.21 | 0.22 | 0 | 0.15 | 242.55 | 0.39 | 0.76 |
| Hex | AD | AB | DA | 15 | 16 | 0 | F | F3 | 27 | 4C |
| Octal | 255 | 253 | 332 | 25 | 26 | 0 | 17 | 363 | 47 | 114 |
| Binary | 10101101 | 10101011 | 11011010 | 10101 | 10110 | 0 | 1111 | 11110011 | 100111 | 1001100 |
Color Harmonies of #ADABDA
Complementary color
Monochromatic Colors of #ADABDA
Black with #ADABDA
Text Example
Text Example
White with #ADABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABDA; }
p { color: rgb(173,171,218); }
H1.HeaderClassName
{
color: #ADABDA;
}
.AnyTagClassName
{
color: #ADABDA;
}
</style>
background-color css
<style>
a { background-color: #ADABDA; }
a { background-color: rgb(173,171,218); }
div.DivClassName
{
background-color: #ADABDA;
}
.BgClassName
{
background-color: #ADABDA;
}
</style>
border-color css
<style>
span { border-color: #ADABDA; }
span { border-color: rgb(173,171,218); }
td.TdClassName
{
border-color: #ADABDA;
}
.TagClassName
{
border-color: #ADABDA;
}
</style>