Shades of Wistful #A59ECB
Tints of Wistful #A59ECB
RGB
CMYK
RGB Variations
Color information
#A59ECB (or 0xA59ECB) is known color: Wistful. HEX triplet: A5, 9E and CB. RGB value is (165,158,203). Sum of RGB (Red+Green+Blue) = 165+158+203=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #A59ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ECB is #5A6134. Grayscale: #A5A5A5. Windows color (decimal): -5923125 or 13344421. OLE color: 13344421.
HSL color Cylindrical-coordinate representation of color #A59ECB: hue angle of 249.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A59ECB is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 158 | 203 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.20 |
| HSL | 249.33º | 0.3% | 0.71% | - |
| HSV(B) | 249.33º | 0.22% | 0.8% | - |
| XYZ | 38.52 | 36.76 | 61.57 | - |
| YUV | 165.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 203 | 0.19 | 0.22 | 0 | 0.20 | 249.33 | 0.3 | 0.71 |
| Hex | A5 | 9E | CB | 13 | 16 | 0 | 14 | F9 | 1E | 47 |
| Octal | 245 | 236 | 313 | 23 | 26 | 0 | 24 | 371 | 36 | 107 |
| Binary | 10100101 | 10011110 | 11001011 | 10011 | 10110 | 0 | 10100 | 11111001 | 11110 | 1000111 |
Color Harmonies of #A59ECB
Complementary color
Monochromatic Colors of #A59ECB
Black with #A59ECB
Text Example
Text Example
White with #A59ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59ECB; }
p { color: rgb(165,158,203); }
H1.HeaderClassName
{
color: #A59ECB;
}
.AnyTagClassName
{
color: #A59ECB;
}
</style>
background-color css
<style>
a { background-color: #A59ECB; }
a { background-color: rgb(165,158,203); }
div.DivClassName
{
background-color: #A59ECB;
}
.BgClassName
{
background-color: #A59ECB;
}
</style>
border-color css
<style>
span { border-color: #A59ECB; }
span { border-color: rgb(165,158,203); }
td.TdClassName
{
border-color: #A59ECB;
}
.TagClassName
{
border-color: #A59ECB;
}
</style>