Shades of Wistful #A19BDB
Tints of Wistful #A19BDB
RGB
CMYK
RGB Variations
Color information
#A19BDB (or 0xA19BDB) is known color: Wistful. HEX triplet: A1, 9B and DB. RGB value is (161,155,219). Sum of RGB (Red+Green+Blue) = 161+155+219=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #A19BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19BDB is #5E6424. Grayscale: #A3A3A3. Windows color (decimal): -6186021 or 14392225. OLE color: 14392225.
HSL color Cylindrical-coordinate representation of color #A19BDB: hue angle of 245.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19BDB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 155 | 219 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.14 |
| HSL | 245.63º | 0.47% | 0.73% | - |
| HSV(B) | 245.63º | 0.29% | 0.86% | - |
| XYZ | 39.21 | 36.13 | 71.93 | - |
| YUV | 164.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 219 | 0.26 | 0.29 | 0 | 0.14 | 245.63 | 0.47 | 0.73 |
| Hex | A1 | 9B | DB | 1A | 1D | 0 | E | F6 | 2F | 49 |
| Octal | 241 | 233 | 333 | 32 | 35 | 0 | 16 | 366 | 57 | 111 |
| Binary | 10100001 | 10011011 | 11011011 | 11010 | 11101 | 0 | 1110 | 11110110 | 101111 | 1001001 |
Color Harmonies of #A19BDB
Complementary color
Monochromatic Colors of #A19BDB
Black with #A19BDB
Text Example
Text Example
White with #A19BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19BDB; }
p { color: rgb(161,155,219); }
H1.HeaderClassName
{
color: #A19BDB;
}
.AnyTagClassName
{
color: #A19BDB;
}
</style>
background-color css
<style>
a { background-color: #A19BDB; }
a { background-color: rgb(161,155,219); }
div.DivClassName
{
background-color: #A19BDB;
}
.BgClassName
{
background-color: #A19BDB;
}
</style>
border-color css
<style>
span { border-color: #A19BDB; }
span { border-color: rgb(161,155,219); }
td.TdClassName
{
border-color: #A19BDB;
}
.TagClassName
{
border-color: #A19BDB;
}
</style>