Shades of Wistful #A19FF0
Tints of Wistful #A19FF0
RGB
CMYK
RGB Variations
Color information
#A19FF0 (or 0xA19FF0) is known color: Wistful. HEX triplet: A1, 9F and F0. RGB value is (161,159,240). Sum of RGB (Red+Green+Blue) = 161+159+240=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #A19FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19FF0 is #5E600F. Grayscale: #A8A8A8. Windows color (decimal): -6184976 or 15769505. OLE color: 15769505.
HSL color Cylindrical-coordinate representation of color #A19FF0: hue angle of 241.48º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A19FF0 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 159 | 240 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.06 |
| HSL | 241.48º | 0.73% | 0.78% | - |
| HSV(B) | 241.48º | 0.34% | 0.94% | - |
| XYZ | 42.82 | 38.66 | 87.64 | - |
| YUV | 168.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 240 | 0.33 | 0.34 | 0 | 0.06 | 241.48 | 0.73 | 0.78 |
| Hex | A1 | 9F | F0 | 21 | 22 | 0 | 6 | F1 | 49 | 4E |
| Octal | 241 | 237 | 360 | 41 | 42 | 0 | 6 | 361 | 111 | 116 |
| Binary | 10100001 | 10011111 | 11110000 | 100001 | 100010 | 0 | 110 | 11110001 | 1001001 | 1001110 |
Color Harmonies of #A19FF0
Complementary color
Monochromatic Colors of #A19FF0
Black with #A19FF0
Text Example
Text Example
White with #A19FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19FF0; }
p { color: rgb(161,159,240); }
H1.HeaderClassName
{
color: #A19FF0;
}
.AnyTagClassName
{
color: #A19FF0;
}
</style>
background-color css
<style>
a { background-color: #A19FF0; }
a { background-color: rgb(161,159,240); }
div.DivClassName
{
background-color: #A19FF0;
}
.BgClassName
{
background-color: #A19FF0;
}
</style>
border-color css
<style>
span { border-color: #A19FF0; }
span { border-color: rgb(161,159,240); }
td.TdClassName
{
border-color: #A19FF0;
}
.TagClassName
{
border-color: #A19FF0;
}
</style>