Shades of Wistful #A59AD6
Tints of Wistful #A59AD6
RGB
CMYK
RGB Variations
Color information
#A59AD6 (or 0xA59AD6) is known color: Wistful. HEX triplet: A5, 9A and D6. RGB value is (165,154,214). Sum of RGB (Red+Green+Blue) = 165+154+214=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #A59AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59AD6 is #5A6529. Grayscale: #A3A3A3. Windows color (decimal): -5924138 or 14064293. OLE color: 14064293.
HSL color Cylindrical-coordinate representation of color #A59AD6: hue angle of 251º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59AD6 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 154 | 214 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.16 |
| HSL | 251º | 0.42% | 0.72% | - |
| HSV(B) | 251º | 0.28% | 0.84% | - |
| XYZ | 39.21 | 35.97 | 68.49 | - |
| YUV | 164.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 214 | 0.23 | 0.28 | 0 | 0.16 | 251 | 0.42 | 0.72 |
| Hex | A5 | 9A | D6 | 17 | 1C | 0 | 10 | FB | 2A | 48 |
| Octal | 245 | 232 | 326 | 27 | 34 | 0 | 20 | 373 | 52 | 110 |
| Binary | 10100101 | 10011010 | 11010110 | 10111 | 11100 | 0 | 10000 | 11111011 | 101010 | 1001000 |
Color Harmonies of #A59AD6
Complementary color
Monochromatic Colors of #A59AD6
Black with #A59AD6
Text Example
Text Example
White with #A59AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59AD6; }
p { color: rgb(165,154,214); }
H1.HeaderClassName
{
color: #A59AD6;
}
.AnyTagClassName
{
color: #A59AD6;
}
</style>
background-color css
<style>
a { background-color: #A59AD6; }
a { background-color: rgb(165,154,214); }
div.DivClassName
{
background-color: #A59AD6;
}
.BgClassName
{
background-color: #A59AD6;
}
</style>
border-color css
<style>
span { border-color: #A59AD6; }
span { border-color: rgb(165,154,214); }
td.TdClassName
{
border-color: #A59AD6;
}
.TagClassName
{
border-color: #A59AD6;
}
</style>