Shades of Wistful #A59FEC
Tints of Wistful #A59FEC
RGB
CMYK
RGB Variations
Color information
#A59FEC (or 0xA59FEC) is known color: Wistful. HEX triplet: A5, 9F and EC. RGB value is (165,159,236). Sum of RGB (Red+Green+Blue) = 165+159+236=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #A59FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FEC is #5A6013. Grayscale: #A9A9A9. Windows color (decimal): -5922836 or 15507365. OLE color: 15507365.
HSL color Cylindrical-coordinate representation of color #A59FEC: hue angle of 244.68º 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 #A59FEC is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 159 | 236 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.07 |
| HSL | 244.68º | 0.67% | 0.77% | - |
| HSV(B) | 244.68º | 0.33% | 0.93% | - |
| XYZ | 43.06 | 38.85 | 84.59 | - |
| YUV | 169.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 236 | 0.30 | 0.33 | 0 | 0.07 | 244.68 | 0.67 | 0.77 |
| Hex | A5 | 9F | EC | 1E | 21 | 0 | 7 | F5 | 43 | 4D |
| Octal | 245 | 237 | 354 | 36 | 41 | 0 | 7 | 365 | 103 | 115 |
| Binary | 10100101 | 10011111 | 11101100 | 11110 | 100001 | 0 | 111 | 11110101 | 1000011 | 1001101 |
Color Harmonies of #A59FEC
Complementary color
Monochromatic Colors of #A59FEC
Black with #A59FEC
Text Example
Text Example
White with #A59FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FEC; }
p { color: rgb(165,159,236); }
H1.HeaderClassName
{
color: #A59FEC;
}
.AnyTagClassName
{
color: #A59FEC;
}
</style>
background-color css
<style>
a { background-color: #A59FEC; }
a { background-color: rgb(165,159,236); }
div.DivClassName
{
background-color: #A59FEC;
}
.BgClassName
{
background-color: #A59FEC;
}
</style>
border-color css
<style>
span { border-color: #A59FEC; }
span { border-color: rgb(165,159,236); }
td.TdClassName
{
border-color: #A59FEC;
}
.TagClassName
{
border-color: #A59FEC;
}
</style>