Shades of Wistful #A59FDF
Tints of Wistful #A59FDF
RGB
CMYK
RGB Variations
Color information
#A59FDF (or 0xA59FDF) is known color: Wistful. HEX triplet: A5, 9F and DF. RGB value is (165,159,223). Sum of RGB (Red+Green+Blue) = 165+159+223=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #A59FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDF is #5A6020. Grayscale: #A7A7A7. Windows color (decimal): -5922849 or 14655397. OLE color: 14655397.
HSL color Cylindrical-coordinate representation of color #A59FDF: hue angle of 245.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A59FDF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 159 | 223 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.13 |
| HSL | 245.63º | 0.5% | 0.75% | - |
| HSV(B) | 245.63º | 0.29% | 0.87% | - |
| XYZ | 41.23 | 38.12 | 75 | - |
| YUV | 168.09 | 158.99 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 223 | 0.26 | 0.29 | 0 | 0.13 | 245.63 | 0.5 | 0.75 |
| Hex | A5 | 9F | DF | 1A | 1D | 0 | D | F6 | 32 | 4B |
| Octal | 245 | 237 | 337 | 32 | 35 | 0 | 15 | 366 | 62 | 113 |
| Binary | 10100101 | 10011111 | 11011111 | 11010 | 11101 | 0 | 1101 | 11110110 | 110010 | 1001011 |
Color Harmonies of #A59FDF
Complementary color
Monochromatic Colors of #A59FDF
Black with #A59FDF
Text Example
Text Example
White with #A59FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FDF; }
p { color: rgb(165,159,223); }
H1.HeaderClassName
{
color: #A59FDF;
}
.AnyTagClassName
{
color: #A59FDF;
}
</style>
background-color css
<style>
a { background-color: #A59FDF; }
a { background-color: rgb(165,159,223); }
div.DivClassName
{
background-color: #A59FDF;
}
.BgClassName
{
background-color: #A59FDF;
}
</style>
border-color css
<style>
span { border-color: #A59FDF; }
span { border-color: rgb(165,159,223); }
td.TdClassName
{
border-color: #A59FDF;
}
.TagClassName
{
border-color: #A59FDF;
}
</style>