Shades of Wistful #A19EF0
Tints of Wistful #A19EF0
RGB
CMYK
RGB Variations
Color information
#A19EF0 (or 0xA19EF0) is known color: Wistful. HEX triplet: A1, 9E and F0. RGB value is (161,158,240). Sum of RGB (Red+Green+Blue) = 161+158+240=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #A19EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19EF0 is #5E610F. Grayscale: #A7A7A7. Windows color (decimal): -6185232 or 15769249. OLE color: 15769249.
HSL color Cylindrical-coordinate representation of color #A19EF0: hue angle of 242.2º 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 #A19EF0 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 158 | 240 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.06 |
| HSL | 242.2º | 0.73% | 0.78% | - |
| HSV(B) | 242.2º | 0.34% | 0.94% | - |
| XYZ | 42.65 | 38.32 | 87.59 | - |
| YUV | 168.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 240 | 0.33 | 0.34 | 0 | 0.06 | 242.2 | 0.73 | 0.78 |
| Hex | A1 | 9E | F0 | 21 | 22 | 0 | 6 | F2 | 49 | 4E |
| Octal | 241 | 236 | 360 | 41 | 42 | 0 | 6 | 362 | 111 | 116 |
| Binary | 10100001 | 10011110 | 11110000 | 100001 | 100010 | 0 | 110 | 11110010 | 1001001 | 1001110 |
Color Harmonies of #A19EF0
Complementary color
Monochromatic Colors of #A19EF0
Black with #A19EF0
Text Example
Text Example
White with #A19EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19EF0; }
p { color: rgb(161,158,240); }
H1.HeaderClassName
{
color: #A19EF0;
}
.AnyTagClassName
{
color: #A19EF0;
}
</style>
background-color css
<style>
a { background-color: #A19EF0; }
a { background-color: rgb(161,158,240); }
div.DivClassName
{
background-color: #A19EF0;
}
.BgClassName
{
background-color: #A19EF0;
}
</style>
border-color css
<style>
span { border-color: #A19EF0; }
span { border-color: rgb(161,158,240); }
td.TdClassName
{
border-color: #A19EF0;
}
.TagClassName
{
border-color: #A19EF0;
}
</style>