Shades of Wistful #ADA4DB
Tints of Wistful #ADA4DB
RGB
CMYK
RGB Variations
Color information
#ADA4DB (or 0xADA4DB) is known color: Wistful. HEX triplet: AD, A4 and DB. RGB value is (173,164,219). Sum of RGB (Red+Green+Blue) = 173+164+219=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4DB is #525B24. Grayscale: #ACACAC. Windows color (decimal): -5397285 or 14394541. OLE color: 14394541.
HSL color Cylindrical-coordinate representation of color #ADA4DB: hue angle of 249.82º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA4DB is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 164 | 219 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.14 |
| HSL | 249.82º | 0.43% | 0.75% | - |
| HSV(B) | 249.82º | 0.25% | 0.86% | - |
| XYZ | 43.3 | 40.55 | 72.56 | - |
| YUV | 172.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 219 | 0.21 | 0.25 | 0 | 0.14 | 249.82 | 0.43 | 0.75 |
| Hex | AD | A4 | DB | 15 | 19 | 0 | E | FA | 2B | 4B |
| Octal | 255 | 244 | 333 | 25 | 31 | 0 | 16 | 372 | 53 | 113 |
| Binary | 10101101 | 10100100 | 11011011 | 10101 | 11001 | 0 | 1110 | 11111010 | 101011 | 1001011 |
Color Harmonies of #ADA4DB
Complementary color
Monochromatic Colors of #ADA4DB
Black with #ADA4DB
Text Example
Text Example
White with #ADA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4DB; }
p { color: rgb(173,164,219); }
H1.HeaderClassName
{
color: #ADA4DB;
}
.AnyTagClassName
{
color: #ADA4DB;
}
</style>
background-color css
<style>
a { background-color: #ADA4DB; }
a { background-color: rgb(173,164,219); }
div.DivClassName
{
background-color: #ADA4DB;
}
.BgClassName
{
background-color: #ADA4DB;
}
</style>
border-color css
<style>
span { border-color: #ADA4DB; }
span { border-color: rgb(173,164,219); }
td.TdClassName
{
border-color: #ADA4DB;
}
.TagClassName
{
border-color: #ADA4DB;
}
</style>