Shades of Wistful #A59EEC
Tints of Wistful #A59EEC
RGB
CMYK
RGB Variations
Color information
#A59EEC (or 0xA59EEC) is known color: Wistful. HEX triplet: A5, 9E and EC. RGB value is (165,158,236). Sum of RGB (Red+Green+Blue) = 165+158+236=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #A59EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59EEC is #5A6113. Grayscale: #A8A8A8. Windows color (decimal): -5923092 or 15507109. OLE color: 15507109.
HSL color Cylindrical-coordinate representation of color #A59EEC: hue angle of 245.38º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59EEC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 158 | 236 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.07 |
| HSL | 245.38º | 0.67% | 0.77% | - |
| HSV(B) | 245.38º | 0.33% | 0.93% | - |
| XYZ | 42.88 | 38.51 | 84.53 | - |
| YUV | 168.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 236 | 0.30 | 0.33 | 0 | 0.07 | 245.38 | 0.67 | 0.77 |
| Hex | A5 | 9E | EC | 1E | 21 | 0 | 7 | F5 | 43 | 4D |
| Octal | 245 | 236 | 354 | 36 | 41 | 0 | 7 | 365 | 103 | 115 |
| Binary | 10100101 | 10011110 | 11101100 | 11110 | 100001 | 0 | 111 | 11110101 | 1000011 | 1001101 |
Color Harmonies of #A59EEC
Complementary color
Monochromatic Colors of #A59EEC
Black with #A59EEC
Text Example
Text Example
White with #A59EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EEC; }
p { color: rgb(165,158,236); }
H1.HeaderClassName
{
color: #A59EEC;
}
.AnyTagClassName
{
color: #A59EEC;
}
</style>
background-color css
<style>
a { background-color: #A59EEC; }
a { background-color: rgb(165,158,236); }
div.DivClassName
{
background-color: #A59EEC;
}
.BgClassName
{
background-color: #A59EEC;
}
</style>
border-color css
<style>
span { border-color: #A59EEC; }
span { border-color: rgb(165,158,236); }
td.TdClassName
{
border-color: #A59EEC;
}
.TagClassName
{
border-color: #A59EEC;
}
</style>