Shades of Wistful #A194E9
Tints of Wistful #A194E9
RGB
CMYK
RGB Variations
Color information
#A194E9 (or 0xA194E9) is known color: Wistful. HEX triplet: A1, 94 and E9. RGB value is (161,148,233). Sum of RGB (Red+Green+Blue) = 161+148+233=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #A194E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194E9 is #5E6B16. Grayscale: #A1A1A1. Windows color (decimal): -6187799 or 15307937. OLE color: 15307937.
HSL color Cylindrical-coordinate representation of color #A194E9: hue angle of 249.18º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A194E9 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 148 | 233 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.09 |
| HSL | 249.18º | 0.66% | 0.75% | - |
| HSV(B) | 249.18º | 0.36% | 0.91% | - |
| XYZ | 40 | 34.64 | 81.67 | - |
| YUV | 161.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 233 | 0.31 | 0.36 | 0 | 0.09 | 249.18 | 0.66 | 0.75 |
| Hex | A1 | 94 | E9 | 1F | 24 | 0 | 9 | F9 | 42 | 4B |
| Octal | 241 | 224 | 351 | 37 | 44 | 0 | 11 | 371 | 102 | 113 |
| Binary | 10100001 | 10010100 | 11101001 | 11111 | 100100 | 0 | 1001 | 11111001 | 1000010 | 1001011 |
Color Harmonies of #A194E9
Complementary color
Monochromatic Colors of #A194E9
Black with #A194E9
Text Example
Text Example
White with #A194E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194E9; }
p { color: rgb(161,148,233); }
H1.HeaderClassName
{
color: #A194E9;
}
.AnyTagClassName
{
color: #A194E9;
}
</style>
background-color css
<style>
a { background-color: #A194E9; }
a { background-color: rgb(161,148,233); }
div.DivClassName
{
background-color: #A194E9;
}
.BgClassName
{
background-color: #A194E9;
}
</style>
border-color css
<style>
span { border-color: #A194E9; }
span { border-color: rgb(161,148,233); }
td.TdClassName
{
border-color: #A194E9;
}
.TagClassName
{
border-color: #A194E9;
}
</style>