Shades of Wistful #A59ECE
Tints of Wistful #A59ECE
RGB
CMYK
RGB Variations
Color information
#A59ECE (or 0xA59ECE) is known color: Wistful. HEX triplet: A5, 9E and CE. RGB value is (165,158,206). Sum of RGB (Red+Green+Blue) = 165+158+206=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #A59ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ECE is #5A6131. Grayscale: #A5A5A5. Windows color (decimal): -5923122 or 13541029. OLE color: 13541029.
HSL color Cylindrical-coordinate representation of color #A59ECE: hue angle of 248.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A59ECE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 158 | 206 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.19 |
| HSL | 248.75º | 0.33% | 0.71% | - |
| HSV(B) | 248.75º | 0.23% | 0.81% | - |
| XYZ | 38.88 | 36.91 | 63.47 | - |
| YUV | 165.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 206 | 0.20 | 0.23 | 0 | 0.19 | 248.75 | 0.33 | 0.71 |
| Hex | A5 | 9E | CE | 14 | 17 | 0 | 13 | F9 | 21 | 47 |
| Octal | 245 | 236 | 316 | 24 | 27 | 0 | 23 | 371 | 41 | 107 |
| Binary | 10100101 | 10011110 | 11001110 | 10100 | 10111 | 0 | 10011 | 11111001 | 100001 | 1000111 |
Color Harmonies of #A59ECE
Complementary color
Monochromatic Colors of #A59ECE
Black with #A59ECE
Text Example
Text Example
White with #A59ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59ECE; }
p { color: rgb(165,158,206); }
H1.HeaderClassName
{
color: #A59ECE;
}
.AnyTagClassName
{
color: #A59ECE;
}
</style>
background-color css
<style>
a { background-color: #A59ECE; }
a { background-color: rgb(165,158,206); }
div.DivClassName
{
background-color: #A59ECE;
}
.BgClassName
{
background-color: #A59ECE;
}
</style>
border-color css
<style>
span { border-color: #A59ECE; }
span { border-color: rgb(165,158,206); }
td.TdClassName
{
border-color: #A59ECE;
}
.TagClassName
{
border-color: #A59ECE;
}
</style>