Shades of Wistful #A59ECC
Tints of Wistful #A59ECC
RGB
CMYK
RGB Variations
Color information
#A59ECC (or 0xA59ECC) is known color: Wistful. HEX triplet: A5, 9E and CC. RGB value is (165,158,204). Sum of RGB (Red+Green+Blue) = 165+158+204=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #A59ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ECC is #5A6133. Grayscale: #A5A5A5. Windows color (decimal): -5923124 or 13409957. OLE color: 13409957.
HSL color Cylindrical-coordinate representation of color #A59ECC: hue angle of 249.13º degrees, saturation: 0.31, 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 #A59ECC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 158 | 204 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.2 |
| HSL | 249.13º | 0.31% | 0.71% | - |
| HSV(B) | 249.13º | 0.23% | 0.8% | - |
| XYZ | 38.64 | 36.81 | 62.2 | - |
| YUV | 165.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 204 | 0.19 | 0.23 | 0 | 0.2 | 249.13 | 0.31 | 0.71 |
| Hex | A5 | 9E | CC | 13 | 17 | 0 | 14 | F9 | 1F | 47 |
| Octal | 245 | 236 | 314 | 23 | 27 | 0 | 24 | 371 | 37 | 107 |
| Binary | 10100101 | 10011110 | 11001100 | 10011 | 10111 | 0 | 10100 | 11111001 | 11111 | 1000111 |
Color Harmonies of #A59ECC
Complementary color
Monochromatic Colors of #A59ECC
Black with #A59ECC
Text Example
Text Example
White with #A59ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59ECC; }
p { color: rgb(165,158,204); }
H1.HeaderClassName
{
color: #A59ECC;
}
.AnyTagClassName
{
color: #A59ECC;
}
</style>
background-color css
<style>
a { background-color: #A59ECC; }
a { background-color: rgb(165,158,204); }
div.DivClassName
{
background-color: #A59ECC;
}
.BgClassName
{
background-color: #A59ECC;
}
</style>
border-color css
<style>
span { border-color: #A59ECC; }
span { border-color: rgb(165,158,204); }
td.TdClassName
{
border-color: #A59ECC;
}
.TagClassName
{
border-color: #A59ECC;
}
</style>