Shades of Wistful #A59EDC
Tints of Wistful #A59EDC
RGB
CMYK
RGB Variations
Color information
#A59EDC (or 0xA59EDC) is known color: Wistful. HEX triplet: A5, 9E and DC. RGB value is (165,158,220). Sum of RGB (Red+Green+Blue) = 165+158+220=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #A59EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EDC is #5A6123. Grayscale: #A6A6A6. Windows color (decimal): -5923108 or 14458533. OLE color: 14458533.
HSL color Cylindrical-coordinate representation of color #A59EDC: hue angle of 246.77º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A59EDC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 158 | 220 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.14 |
| HSL | 246.77º | 0.47% | 0.74% | - |
| HSV(B) | 246.77º | 0.28% | 0.86% | - |
| XYZ | 40.66 | 37.62 | 72.83 | - |
| YUV | 167.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 220 | 0.25 | 0.28 | 0 | 0.14 | 246.77 | 0.47 | 0.74 |
| Hex | A5 | 9E | DC | 19 | 1C | 0 | E | F7 | 2F | 4A |
| Octal | 245 | 236 | 334 | 31 | 34 | 0 | 16 | 367 | 57 | 112 |
| Binary | 10100101 | 10011110 | 11011100 | 11001 | 11100 | 0 | 1110 | 11110111 | 101111 | 1001010 |
Color Harmonies of #A59EDC
Complementary color
Monochromatic Colors of #A59EDC
Black with #A59EDC
Text Example
Text Example
White with #A59EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EDC; }
p { color: rgb(165,158,220); }
H1.HeaderClassName
{
color: #A59EDC;
}
.AnyTagClassName
{
color: #A59EDC;
}
</style>
background-color css
<style>
a { background-color: #A59EDC; }
a { background-color: rgb(165,158,220); }
div.DivClassName
{
background-color: #A59EDC;
}
.BgClassName
{
background-color: #A59EDC;
}
</style>
border-color css
<style>
span { border-color: #A59EDC; }
span { border-color: rgb(165,158,220); }
td.TdClassName
{
border-color: #A59EDC;
}
.TagClassName
{
border-color: #A59EDC;
}
</style>