Shades of Wistful #A09ADB
Tints of Wistful #A09ADB
RGB
CMYK
RGB Variations
Color information
#A09ADB (or 0xA09ADB) is known color: Wistful. HEX triplet: A0, 9A and DB. RGB value is (160,154,219). Sum of RGB (Red+Green+Blue) = 160+154+219=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #A09ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ADB is #5F6524. Grayscale: #A2A2A2. Windows color (decimal): -6251813 or 14391968. OLE color: 14391968.
HSL color Cylindrical-coordinate representation of color #A09ADB: hue angle of 245.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A09ADB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 154 | 219 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.14 |
| HSL | 245.54º | 0.47% | 0.73% | - |
| HSV(B) | 245.54º | 0.3% | 0.86% | - |
| XYZ | 38.84 | 35.7 | 71.86 | - |
| YUV | 163.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 219 | 0.27 | 0.30 | 0 | 0.14 | 245.54 | 0.47 | 0.73 |
| Hex | A0 | 9A | DB | 1B | 1E | 0 | E | F6 | 2F | 49 |
| Octal | 240 | 232 | 333 | 33 | 36 | 0 | 16 | 366 | 57 | 111 |
| Binary | 10100000 | 10011010 | 11011011 | 11011 | 11110 | 0 | 1110 | 11110110 | 101111 | 1001001 |
Color Harmonies of #A09ADB
Complementary color
Monochromatic Colors of #A09ADB
Black with #A09ADB
Text Example
Text Example
White with #A09ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09ADB; }
p { color: rgb(160,154,219); }
H1.HeaderClassName
{
color: #A09ADB;
}
.AnyTagClassName
{
color: #A09ADB;
}
</style>
background-color css
<style>
a { background-color: #A09ADB; }
a { background-color: rgb(160,154,219); }
div.DivClassName
{
background-color: #A09ADB;
}
.BgClassName
{
background-color: #A09ADB;
}
</style>
border-color css
<style>
span { border-color: #A09ADB; }
span { border-color: rgb(160,154,219); }
td.TdClassName
{
border-color: #A09ADB;
}
.TagClassName
{
border-color: #A09ADB;
}
</style>