Shades of Wistful #A59CDB
Tints of Wistful #A59CDB
RGB
CMYK
RGB Variations
Color information
#A59CDB (or 0xA59CDB) is known color: Wistful. HEX triplet: A5, 9C and DB. RGB value is (165,156,219). Sum of RGB (Red+Green+Blue) = 165+156+219=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #A59CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CDB is #5A6324. Grayscale: #A5A5A5. Windows color (decimal): -5923621 or 14392485. OLE color: 14392485.
HSL color Cylindrical-coordinate representation of color #A59CDB: hue angle of 248.57º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59CDB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 156 | 219 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.14 |
| HSL | 248.57º | 0.47% | 0.74% | - |
| HSV(B) | 248.57º | 0.29% | 0.86% | - |
| XYZ | 40.19 | 36.89 | 72.02 | - |
| YUV | 165.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 219 | 0.25 | 0.29 | 0 | 0.14 | 248.57 | 0.47 | 0.74 |
| Hex | A5 | 9C | DB | 19 | 1D | 0 | E | F9 | 2F | 4A |
| Octal | 245 | 234 | 333 | 31 | 35 | 0 | 16 | 371 | 57 | 112 |
| Binary | 10100101 | 10011100 | 11011011 | 11001 | 11101 | 0 | 1110 | 11111001 | 101111 | 1001010 |
Color Harmonies of #A59CDB
Complementary color
Monochromatic Colors of #A59CDB
Black with #A59CDB
Text Example
Text Example
White with #A59CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CDB; }
p { color: rgb(165,156,219); }
H1.HeaderClassName
{
color: #A59CDB;
}
.AnyTagClassName
{
color: #A59CDB;
}
</style>
background-color css
<style>
a { background-color: #A59CDB; }
a { background-color: rgb(165,156,219); }
div.DivClassName
{
background-color: #A59CDB;
}
.BgClassName
{
background-color: #A59CDB;
}
</style>
border-color css
<style>
span { border-color: #A59CDB; }
span { border-color: rgb(165,156,219); }
td.TdClassName
{
border-color: #A59CDB;
}
.TagClassName
{
border-color: #A59CDB;
}
</style>