Shades of Wistful #A59FDD
Tints of Wistful #A59FDD
RGB
CMYK
RGB Variations
Color information
#A59FDD (or 0xA59FDD) is known color: Wistful. HEX triplet: A5, 9F and DD. RGB value is (165,159,221). Sum of RGB (Red+Green+Blue) = 165+159+221=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #A59FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDD is #5A6022. Grayscale: #A7A7A7. Windows color (decimal): -5922851 or 14524325. OLE color: 14524325.
HSL color Cylindrical-coordinate representation of color #A59FDD: hue angle of 245.81º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59FDD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 159 | 221 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.13 |
| HSL | 245.81º | 0.48% | 0.75% | - |
| HSV(B) | 245.81º | 0.28% | 0.87% | - |
| XYZ | 40.97 | 38.02 | 73.59 | - |
| YUV | 167.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 221 | 0.25 | 0.28 | 0 | 0.13 | 245.81 | 0.48 | 0.75 |
| Hex | A5 | 9F | DD | 19 | 1C | 0 | D | F6 | 30 | 4B |
| Octal | 245 | 237 | 335 | 31 | 34 | 0 | 15 | 366 | 60 | 113 |
| Binary | 10100101 | 10011111 | 11011101 | 11001 | 11100 | 0 | 1101 | 11110110 | 110000 | 1001011 |
Color Harmonies of #A59FDD
Complementary color
Monochromatic Colors of #A59FDD
Black with #A59FDD
Text Example
Text Example
White with #A59FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FDD; }
p { color: rgb(165,159,221); }
H1.HeaderClassName
{
color: #A59FDD;
}
.AnyTagClassName
{
color: #A59FDD;
}
</style>
background-color css
<style>
a { background-color: #A59FDD; }
a { background-color: rgb(165,159,221); }
div.DivClassName
{
background-color: #A59FDD;
}
.BgClassName
{
background-color: #A59FDD;
}
</style>
border-color css
<style>
span { border-color: #A59FDD; }
span { border-color: rgb(165,159,221); }
td.TdClassName
{
border-color: #A59FDD;
}
.TagClassName
{
border-color: #A59FDD;
}
</style>