Shades of Wistful #A59EC1
Tints of Wistful #A59EC1
RGB
CMYK
RGB Variations
Color information
#A59EC1 (or 0xA59EC1) is known color: Wistful. HEX triplet: A5, 9E and C1. RGB value is (165,158,193). Sum of RGB (Red+Green+Blue) = 165+158+193=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #A59EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EC1 is #5A613E. Grayscale: #A3A3A3. Windows color (decimal): -5923135 or 12689061. OLE color: 12689061.
HSL color Cylindrical-coordinate representation of color #A59EC1: hue angle of 252º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59EC1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 158 | 193 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.24 |
| HSL | 252º | 0.22% | 0.69% | - |
| HSV(B) | 252º | 0.18% | 0.76% | - |
| XYZ | 37.37 | 36.3 | 55.49 | - |
| YUV | 164.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 193 | 0.15 | 0.18 | 0 | 0.24 | 252 | 0.22 | 0.69 |
| Hex | A5 | 9E | C1 | F | 12 | 0 | 18 | FC | 16 | 45 |
| Octal | 245 | 236 | 301 | 17 | 22 | 0 | 30 | 374 | 26 | 105 |
| Binary | 10100101 | 10011110 | 11000001 | 1111 | 10010 | 0 | 11000 | 11111100 | 10110 | 1000101 |
Color Harmonies of #A59EC1
Complementary color
Monochromatic Colors of #A59EC1
Black with #A59EC1
Text Example
Text Example
White with #A59EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EC1; }
p { color: rgb(165,158,193); }
H1.HeaderClassName
{
color: #A59EC1;
}
.AnyTagClassName
{
color: #A59EC1;
}
</style>
background-color css
<style>
a { background-color: #A59EC1; }
a { background-color: rgb(165,158,193); }
div.DivClassName
{
background-color: #A59EC1;
}
.BgClassName
{
background-color: #A59EC1;
}
</style>
border-color css
<style>
span { border-color: #A59EC1; }
span { border-color: rgb(165,158,193); }
td.TdClassName
{
border-color: #A59EC1;
}
.TagClassName
{
border-color: #A59EC1;
}
</style>