Shades of Wistful #A194F9
Tints of Wistful #A194F9
RGB
CMYK
RGB Variations
Color information
#A194F9 (or 0xA194F9) is known color: Wistful. HEX triplet: A1, 94 and F9. RGB value is (161,148,249). Sum of RGB (Red+Green+Blue) = 161+148+249=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #A194F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194F9 is #5E6B06. Grayscale: #A3A3A3. Windows color (decimal): -6187783 or 16356513. OLE color: 16356513.
HSL color Cylindrical-coordinate representation of color #A194F9: hue angle of 247.72º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A194F9 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 148 | 249 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.02 |
| HSL | 247.72º | 0.89% | 0.78% | - |
| HSV(B) | 247.72º | 0.41% | 0.98% | - |
| XYZ | 42.39 | 35.6 | 94.26 | - |
| YUV | 163.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 249 | 0.35 | 0.41 | 0 | 0.02 | 247.72 | 0.89 | 0.78 |
| Hex | A1 | 94 | F9 | 23 | 29 | 0 | 2 | F8 | 59 | 4E |
| Octal | 241 | 224 | 371 | 43 | 51 | 0 | 2 | 370 | 131 | 116 |
| Binary | 10100001 | 10010100 | 11111001 | 100011 | 101001 | 0 | 10 | 11111000 | 1011001 | 1001110 |
Color Harmonies of #A194F9
Complementary color
Monochromatic Colors of #A194F9
Black with #A194F9
Text Example
Text Example
White with #A194F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194F9; }
p { color: rgb(161,148,249); }
H1.HeaderClassName
{
color: #A194F9;
}
.AnyTagClassName
{
color: #A194F9;
}
</style>
background-color css
<style>
a { background-color: #A194F9; }
a { background-color: rgb(161,148,249); }
div.DivClassName
{
background-color: #A194F9;
}
.BgClassName
{
background-color: #A194F9;
}
</style>
border-color css
<style>
span { border-color: #A194F9; }
span { border-color: rgb(161,148,249); }
td.TdClassName
{
border-color: #A194F9;
}
.TagClassName
{
border-color: #A194F9;
}
</style>