Shades of Wistful #A59EC9
Tints of Wistful #A59EC9
RGB
CMYK
RGB Variations
Color information
#A59EC9 (or 0xA59EC9) is known color: Wistful. HEX triplet: A5, 9E and C9. RGB value is (165,158,201). Sum of RGB (Red+Green+Blue) = 165+158+201=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #A59EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EC9 is #5A6136. Grayscale: #A4A4A4. Windows color (decimal): -5923127 or 13213349. OLE color: 13213349.
HSL color Cylindrical-coordinate representation of color #A59EC9: hue angle of 249.77º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A59EC9 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 158 | 201 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.21 |
| HSL | 249.77º | 0.28% | 0.7% | - |
| HSV(B) | 249.77º | 0.21% | 0.79% | - |
| XYZ | 38.29 | 36.67 | 60.32 | - |
| YUV | 165 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 201 | 0.18 | 0.21 | 0 | 0.21 | 249.77 | 0.28 | 0.7 |
| Hex | A5 | 9E | C9 | 12 | 15 | 0 | 15 | FA | 1C | 46 |
| Octal | 245 | 236 | 311 | 22 | 25 | 0 | 25 | 372 | 34 | 106 |
| Binary | 10100101 | 10011110 | 11001001 | 10010 | 10101 | 0 | 10101 | 11111010 | 11100 | 1000110 |
Color Harmonies of #A59EC9
Complementary color
Monochromatic Colors of #A59EC9
Black with #A59EC9
Text Example
Text Example
White with #A59EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EC9; }
p { color: rgb(165,158,201); }
H1.HeaderClassName
{
color: #A59EC9;
}
.AnyTagClassName
{
color: #A59EC9;
}
</style>
background-color css
<style>
a { background-color: #A59EC9; }
a { background-color: rgb(165,158,201); }
div.DivClassName
{
background-color: #A59EC9;
}
.BgClassName
{
background-color: #A59EC9;
}
</style>
border-color css
<style>
span { border-color: #A59EC9; }
span { border-color: rgb(165,158,201); }
td.TdClassName
{
border-color: #A59EC9;
}
.TagClassName
{
border-color: #A59EC9;
}
</style>