Shades of Wistful #A59CE6
Tints of Wistful #A59CE6
RGB
CMYK
RGB Variations
Color information
#A59CE6 (or 0xA59CE6) is known color: Wistful. HEX triplet: A5, 9C and E6. RGB value is (165,156,230). Sum of RGB (Red+Green+Blue) = 165+156+230=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #A59CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CE6 is #5A6319. Grayscale: #A6A6A6. Windows color (decimal): -5923610 or 15113381. OLE color: 15113381.
HSL color Cylindrical-coordinate representation of color #A59CE6: hue angle of 247.3º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A59CE6 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 156 | 230 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.10 |
| HSL | 247.3º | 0.6% | 0.76% | - |
| HSV(B) | 247.3º | 0.32% | 0.9% | - |
| XYZ | 41.69 | 37.49 | 79.9 | - |
| YUV | 167.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 230 | 0.28 | 0.32 | 0 | 0.10 | 247.3 | 0.6 | 0.76 |
| Hex | A5 | 9C | E6 | 1C | 20 | 0 | A | F7 | 3C | 4C |
| Octal | 245 | 234 | 346 | 34 | 40 | 0 | 12 | 367 | 74 | 114 |
| Binary | 10100101 | 10011100 | 11100110 | 11100 | 100000 | 0 | 1010 | 11110111 | 111100 | 1001100 |
Color Harmonies of #A59CE6
Complementary color
Monochromatic Colors of #A59CE6
Black with #A59CE6
Text Example
Text Example
White with #A59CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59CE6; }
p { color: rgb(165,156,230); }
H1.HeaderClassName
{
color: #A59CE6;
}
.AnyTagClassName
{
color: #A59CE6;
}
</style>
background-color css
<style>
a { background-color: #A59CE6; }
a { background-color: rgb(165,156,230); }
div.DivClassName
{
background-color: #A59CE6;
}
.BgClassName
{
background-color: #A59CE6;
}
</style>
border-color css
<style>
span { border-color: #A59CE6; }
span { border-color: rgb(165,156,230); }
td.TdClassName
{
border-color: #A59CE6;
}
.TagClassName
{
border-color: #A59CE6;
}
</style>