Shades of Wistful #A59EF1
Tints of Wistful #A59EF1
RGB
CMYK
RGB Variations
Color information
#A59EF1 (or 0xA59EF1) is known color: Wistful. HEX triplet: A5, 9E and F1. RGB value is (165,158,241). Sum of RGB (Red+Green+Blue) = 165+158+241=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #A59EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59EF1 is #5A610E. Grayscale: #A9A9A9. Windows color (decimal): -5923087 or 15834789. OLE color: 15834789.
HSL color Cylindrical-coordinate representation of color #A59EF1: hue angle of 245.06º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A59EF1 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 158 | 241 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.05 |
| HSL | 245.06º | 0.75% | 0.78% | - |
| HSV(B) | 245.06º | 0.34% | 0.95% | - |
| XYZ | 43.62 | 38.8 | 88.41 | - |
| YUV | 169.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 241 | 0.32 | 0.34 | 0 | 0.05 | 245.06 | 0.75 | 0.78 |
| Hex | A5 | 9E | F1 | 20 | 22 | 0 | 5 | F5 | 4B | 4E |
| Octal | 245 | 236 | 361 | 40 | 42 | 0 | 5 | 365 | 113 | 116 |
| Binary | 10100101 | 10011110 | 11110001 | 100000 | 100010 | 0 | 101 | 11110101 | 1001011 | 1001110 |
Color Harmonies of #A59EF1
Complementary color
Monochromatic Colors of #A59EF1
Black with #A59EF1
Text Example
Text Example
White with #A59EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59EF1; }
p { color: rgb(165,158,241); }
H1.HeaderClassName
{
color: #A59EF1;
}
.AnyTagClassName
{
color: #A59EF1;
}
</style>
background-color css
<style>
a { background-color: #A59EF1; }
a { background-color: rgb(165,158,241); }
div.DivClassName
{
background-color: #A59EF1;
}
.BgClassName
{
background-color: #A59EF1;
}
</style>
border-color css
<style>
span { border-color: #A59EF1; }
span { border-color: rgb(165,158,241); }
td.TdClassName
{
border-color: #A59EF1;
}
.TagClassName
{
border-color: #A59EF1;
}
</style>