Shades of Wistful #ADA3DB
Tints of Wistful #ADA3DB
RGB
CMYK
RGB Variations
Color information
#ADA3DB (or 0xADA3DB) is known color: Wistful. HEX triplet: AD, A3 and DB. RGB value is (173,163,219). Sum of RGB (Red+Green+Blue) = 173+163+219=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3DB is #525C24. Grayscale: #ACACAC. Windows color (decimal): -5397541 or 14394285. OLE color: 14394285.
HSL color Cylindrical-coordinate representation of color #ADA3DB: hue angle of 250.71º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA3DB is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 163 | 219 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.14 |
| HSL | 250.71º | 0.44% | 0.75% | - |
| HSV(B) | 250.71º | 0.26% | 0.86% | - |
| XYZ | 43.12 | 40.19 | 72.5 | - |
| YUV | 172.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 219 | 0.21 | 0.26 | 0 | 0.14 | 250.71 | 0.44 | 0.75 |
| Hex | AD | A3 | DB | 15 | 1A | 0 | E | FB | 2C | 4B |
| Octal | 255 | 243 | 333 | 25 | 32 | 0 | 16 | 373 | 54 | 113 |
| Binary | 10101101 | 10100011 | 11011011 | 10101 | 11010 | 0 | 1110 | 11111011 | 101100 | 1001011 |
Color Harmonies of #ADA3DB
Complementary color
Monochromatic Colors of #ADA3DB
Black with #ADA3DB
Text Example
Text Example
White with #ADA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA3DB; }
p { color: rgb(173,163,219); }
H1.HeaderClassName
{
color: #ADA3DB;
}
.AnyTagClassName
{
color: #ADA3DB;
}
</style>
background-color css
<style>
a { background-color: #ADA3DB; }
a { background-color: rgb(173,163,219); }
div.DivClassName
{
background-color: #ADA3DB;
}
.BgClassName
{
background-color: #ADA3DB;
}
</style>
border-color css
<style>
span { border-color: #ADA3DB; }
span { border-color: rgb(173,163,219); }
td.TdClassName
{
border-color: #ADA3DB;
}
.TagClassName
{
border-color: #ADA3DB;
}
</style>