Shades of Wistful #A59DF1
Tints of Wistful #A59DF1
RGB
CMYK
RGB Variations
Color information
#A59DF1 (or 0xA59DF1) is known color: Wistful. HEX triplet: A5, 9D and F1. RGB value is (165,157,241). Sum of RGB (Red+Green+Blue) = 165+157+241=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #A59DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DF1 is #5A620E. Grayscale: #A8A8A8. Windows color (decimal): -5923343 or 15834533. OLE color: 15834533.
HSL color Cylindrical-coordinate representation of color #A59DF1: hue angle of 245.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A59DF1 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 157 | 241 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.05 |
| HSL | 245.71º | 0.75% | 0.78% | - |
| HSV(B) | 245.71º | 0.35% | 0.95% | - |
| XYZ | 43.45 | 38.46 | 88.35 | - |
| YUV | 168.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 241 | 0.32 | 0.35 | 0 | 0.05 | 245.71 | 0.75 | 0.78 |
| Hex | A5 | 9D | F1 | 20 | 23 | 0 | 5 | F6 | 4B | 4E |
| Octal | 245 | 235 | 361 | 40 | 43 | 0 | 5 | 366 | 113 | 116 |
| Binary | 10100101 | 10011101 | 11110001 | 100000 | 100011 | 0 | 101 | 11110110 | 1001011 | 1001110 |
Color Harmonies of #A59DF1
Complementary color
Monochromatic Colors of #A59DF1
Black with #A59DF1
Text Example
Text Example
White with #A59DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59DF1; }
p { color: rgb(165,157,241); }
H1.HeaderClassName
{
color: #A59DF1;
}
.AnyTagClassName
{
color: #A59DF1;
}
</style>
background-color css
<style>
a { background-color: #A59DF1; }
a { background-color: rgb(165,157,241); }
div.DivClassName
{
background-color: #A59DF1;
}
.BgClassName
{
background-color: #A59DF1;
}
</style>
border-color css
<style>
span { border-color: #A59DF1; }
span { border-color: rgb(165,157,241); }
td.TdClassName
{
border-color: #A59DF1;
}
.TagClassName
{
border-color: #A59DF1;
}
</style>