Shades of Wistful #A194F6
Tints of Wistful #A194F6
RGB
CMYK
RGB Variations
Color information
#A194F6 (or 0xA194F6) is known color: Wistful. HEX triplet: A1, 94 and F6. RGB value is (161,148,246). Sum of RGB (Red+Green+Blue) = 161+148+246=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #A194F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194F6 is #5E6B09. Grayscale: #A2A2A2. Windows color (decimal): -6187786 or 16159905. OLE color: 16159905.
HSL color Cylindrical-coordinate representation of color #A194F6: hue angle of 247.96º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A194F6 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 148 | 246 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.04 |
| HSL | 247.96º | 0.84% | 0.77% | - |
| HSV(B) | 247.96º | 0.4% | 0.96% | - |
| XYZ | 41.92 | 35.41 | 91.81 | - |
| YUV | 163.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 246 | 0.35 | 0.40 | 0 | 0.04 | 247.96 | 0.84 | 0.77 |
| Hex | A1 | 94 | F6 | 23 | 28 | 0 | 4 | F8 | 54 | 4D |
| Octal | 241 | 224 | 366 | 43 | 50 | 0 | 4 | 370 | 124 | 115 |
| Binary | 10100001 | 10010100 | 11110110 | 100011 | 101000 | 0 | 100 | 11111000 | 1010100 | 1001101 |
Color Harmonies of #A194F6
Complementary color
Monochromatic Colors of #A194F6
Black with #A194F6
Text Example
Text Example
White with #A194F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194F6; }
p { color: rgb(161,148,246); }
H1.HeaderClassName
{
color: #A194F6;
}
.AnyTagClassName
{
color: #A194F6;
}
</style>
background-color css
<style>
a { background-color: #A194F6; }
a { background-color: rgb(161,148,246); }
div.DivClassName
{
background-color: #A194F6;
}
.BgClassName
{
background-color: #A194F6;
}
</style>
border-color css
<style>
span { border-color: #A194F6; }
span { border-color: rgb(161,148,246); }
td.TdClassName
{
border-color: #A194F6;
}
.TagClassName
{
border-color: #A194F6;
}
</style>