Shades of Wistful #A59FF1
Tints of Wistful #A59FF1
RGB
CMYK
RGB Variations
Color information
#A59FF1 (or 0xA59FF1) is known color: Wistful. HEX triplet: A5, 9F and F1. RGB value is (165,159,241). Sum of RGB (Red+Green+Blue) = 165+159+241=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #A59FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FF1 is #5A600E. Grayscale: #A9A9A9. Windows color (decimal): -5922831 or 15835045. OLE color: 15835045.
HSL color Cylindrical-coordinate representation of color #A59FF1: hue angle of 244.39º 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 #A59FF1 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 159 | 241 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.05 |
| HSL | 244.39º | 0.75% | 0.78% | - |
| HSV(B) | 244.39º | 0.34% | 0.95% | - |
| XYZ | 43.79 | 39.15 | 88.47 | - |
| YUV | 170.14 | 167.99 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 241 | 0.32 | 0.34 | 0 | 0.05 | 244.39 | 0.75 | 0.78 |
| Hex | A5 | 9F | F1 | 20 | 22 | 0 | 5 | F4 | 4B | 4E |
| Octal | 245 | 237 | 361 | 40 | 42 | 0 | 5 | 364 | 113 | 116 |
| Binary | 10100101 | 10011111 | 11110001 | 100000 | 100010 | 0 | 101 | 11110100 | 1001011 | 1001110 |
Color Harmonies of #A59FF1
Complementary color
Monochromatic Colors of #A59FF1
Black with #A59FF1
Text Example
Text Example
White with #A59FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59FF1; }
p { color: rgb(165,159,241); }
H1.HeaderClassName
{
color: #A59FF1;
}
.AnyTagClassName
{
color: #A59FF1;
}
</style>
background-color css
<style>
a { background-color: #A59FF1; }
a { background-color: rgb(165,159,241); }
div.DivClassName
{
background-color: #A59FF1;
}
.BgClassName
{
background-color: #A59FF1;
}
</style>
border-color css
<style>
span { border-color: #A59FF1; }
span { border-color: rgb(165,159,241); }
td.TdClassName
{
border-color: #A59FF1;
}
.TagClassName
{
border-color: #A59FF1;
}
</style>