Shades of Wistful #A59BDB
Tints of Wistful #A59BDB
RGB
CMYK
RGB Variations
Color information
#A59BDB (or 0xA59BDB) is known color: Wistful. HEX triplet: A5, 9B and DB. RGB value is (165,155,219). Sum of RGB (Red+Green+Blue) = 165+155+219=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #A59BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BDB is #5A6424. Grayscale: #A5A5A5. Windows color (decimal): -5923877 or 14392229. OLE color: 14392229.
HSL color Cylindrical-coordinate representation of color #A59BDB: hue angle of 249.38º 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 #A59BDB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 155 | 219 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.14 |
| HSL | 249.38º | 0.47% | 0.73% | - |
| HSV(B) | 249.38º | 0.29% | 0.86% | - |
| XYZ | 40.02 | 36.56 | 71.96 | - |
| YUV | 165.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 219 | 0.25 | 0.29 | 0 | 0.14 | 249.38 | 0.47 | 0.73 |
| Hex | A5 | 9B | DB | 19 | 1D | 0 | E | F9 | 2F | 49 |
| Octal | 245 | 233 | 333 | 31 | 35 | 0 | 16 | 371 | 57 | 111 |
| Binary | 10100101 | 10011011 | 11011011 | 11001 | 11101 | 0 | 1110 | 11111001 | 101111 | 1001001 |
Color Harmonies of #A59BDB
Complementary color
Monochromatic Colors of #A59BDB
Black with #A59BDB
Text Example
Text Example
White with #A59BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59BDB; }
p { color: rgb(165,155,219); }
H1.HeaderClassName
{
color: #A59BDB;
}
.AnyTagClassName
{
color: #A59BDB;
}
</style>
background-color css
<style>
a { background-color: #A59BDB; }
a { background-color: rgb(165,155,219); }
div.DivClassName
{
background-color: #A59BDB;
}
.BgClassName
{
background-color: #A59BDB;
}
</style>
border-color css
<style>
span { border-color: #A59BDB; }
span { border-color: rgb(165,155,219); }
td.TdClassName
{
border-color: #A59BDB;
}
.TagClassName
{
border-color: #A59BDB;
}
</style>