Shades of Wistful #A59ECD
Tints of Wistful #A59ECD
RGB
CMYK
RGB Variations
Color information
#A59ECD (or 0xA59ECD) is known color: Wistful. HEX triplet: A5, 9E and CD. RGB value is (165,158,205). Sum of RGB (Red+Green+Blue) = 165+158+205=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #A59ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ECD is #5A6132. Grayscale: #A5A5A5. Windows color (decimal): -5923123 or 13475493. OLE color: 13475493.
HSL color Cylindrical-coordinate representation of color #A59ECD: hue angle of 248.94º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A59ECD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 158 | 205 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.20 |
| HSL | 248.94º | 0.32% | 0.71% | - |
| HSV(B) | 248.94º | 0.23% | 0.8% | - |
| XYZ | 38.76 | 36.86 | 62.83 | - |
| YUV | 165.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 205 | 0.20 | 0.23 | 0 | 0.20 | 248.94 | 0.32 | 0.71 |
| Hex | A5 | 9E | CD | 14 | 17 | 0 | 14 | F9 | 20 | 47 |
| Octal | 245 | 236 | 315 | 24 | 27 | 0 | 24 | 371 | 40 | 107 |
| Binary | 10100101 | 10011110 | 11001101 | 10100 | 10111 | 0 | 10100 | 11111001 | 100000 | 1000111 |
Color Harmonies of #A59ECD
Complementary color
Monochromatic Colors of #A59ECD
Black with #A59ECD
Text Example
Text Example
White with #A59ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59ECD; }
p { color: rgb(165,158,205); }
H1.HeaderClassName
{
color: #A59ECD;
}
.AnyTagClassName
{
color: #A59ECD;
}
</style>
background-color css
<style>
a { background-color: #A59ECD; }
a { background-color: rgb(165,158,205); }
div.DivClassName
{
background-color: #A59ECD;
}
.BgClassName
{
background-color: #A59ECD;
}
</style>
border-color css
<style>
span { border-color: #A59ECD; }
span { border-color: rgb(165,158,205); }
td.TdClassName
{
border-color: #A59ECD;
}
.TagClassName
{
border-color: #A59ECD;
}
</style>