Shades of Wistful #A59DDB
Tints of Wistful #A59DDB
RGB
CMYK
RGB Variations
Color information
#A59DDB (or 0xA59DDB) is known color: Wistful. HEX triplet: A5, 9D and DB. RGB value is (165,157,219). Sum of RGB (Red+Green+Blue) = 165+157+219=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #A59DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DDB is #5A6224. Grayscale: #A6A6A6. Windows color (decimal): -5923365 or 14392741. OLE color: 14392741.
HSL color Cylindrical-coordinate representation of color #A59DDB: hue angle of 247.74º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59DDB is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 157 | 219 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.14 |
| HSL | 247.74º | 0.46% | 0.74% | - |
| HSV(B) | 247.74º | 0.28% | 0.86% | - |
| XYZ | 40.36 | 37.23 | 72.08 | - |
| YUV | 166.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 219 | 0.25 | 0.28 | 0 | 0.14 | 247.74 | 0.46 | 0.74 |
| Hex | A5 | 9D | DB | 19 | 1C | 0 | E | F8 | 2E | 4A |
| Octal | 245 | 235 | 333 | 31 | 34 | 0 | 16 | 370 | 56 | 112 |
| Binary | 10100101 | 10011101 | 11011011 | 11001 | 11100 | 0 | 1110 | 11111000 | 101110 | 1001010 |
Color Harmonies of #A59DDB
Complementary color
Monochromatic Colors of #A59DDB
Black with #A59DDB
Text Example
Text Example
White with #A59DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DDB; }
p { color: rgb(165,157,219); }
H1.HeaderClassName
{
color: #A59DDB;
}
.AnyTagClassName
{
color: #A59DDB;
}
</style>
background-color css
<style>
a { background-color: #A59DDB; }
a { background-color: rgb(165,157,219); }
div.DivClassName
{
background-color: #A59DDB;
}
.BgClassName
{
background-color: #A59DDB;
}
</style>
border-color css
<style>
span { border-color: #A59DDB; }
span { border-color: rgb(165,157,219); }
td.TdClassName
{
border-color: #A59DDB;
}
.TagClassName
{
border-color: #A59DDB;
}
</style>