Shades of Wistful #A194EC
Tints of Wistful #A194EC
RGB
CMYK
RGB Variations
Color information
#A194EC (or 0xA194EC) is known color: Wistful. HEX triplet: A1, 94 and EC. RGB value is (161,148,236). Sum of RGB (Red+Green+Blue) = 161+148+236=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #A194EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194EC is #5E6B13. Grayscale: #A1A1A1. Windows color (decimal): -6187796 or 15504545. OLE color: 15504545.
HSL color Cylindrical-coordinate representation of color #A194EC: hue angle of 248.86º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A194EC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 148 | 236 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.07 |
| HSL | 248.86º | 0.7% | 0.75% | - |
| HSV(B) | 248.86º | 0.37% | 0.93% | - |
| XYZ | 40.43 | 34.81 | 83.95 | - |
| YUV | 161.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 236 | 0.32 | 0.37 | 0 | 0.07 | 248.86 | 0.7 | 0.75 |
| Hex | A1 | 94 | EC | 20 | 25 | 0 | 7 | F9 | 46 | 4B |
| Octal | 241 | 224 | 354 | 40 | 45 | 0 | 7 | 371 | 106 | 113 |
| Binary | 10100001 | 10010100 | 11101100 | 100000 | 100101 | 0 | 111 | 11111001 | 1000110 | 1001011 |
Color Harmonies of #A194EC
Complementary color
Monochromatic Colors of #A194EC
Black with #A194EC
Text Example
Text Example
White with #A194EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194EC; }
p { color: rgb(161,148,236); }
H1.HeaderClassName
{
color: #A194EC;
}
.AnyTagClassName
{
color: #A194EC;
}
</style>
background-color css
<style>
a { background-color: #A194EC; }
a { background-color: rgb(161,148,236); }
div.DivClassName
{
background-color: #A194EC;
}
.BgClassName
{
background-color: #A194EC;
}
</style>
border-color css
<style>
span { border-color: #A194EC; }
span { border-color: rgb(161,148,236); }
td.TdClassName
{
border-color: #A194EC;
}
.TagClassName
{
border-color: #A194EC;
}
</style>