Shades of Wistful #A196F6
Tints of Wistful #A196F6
RGB
CMYK
RGB Variations
Color information
#A196F6 (or 0xA196F6) is known color: Wistful. HEX triplet: A1, 96 and F6. RGB value is (161,150,246). Sum of RGB (Red+Green+Blue) = 161+150+246=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #A196F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196F6 is #5E6909. Grayscale: #A3A3A3. Windows color (decimal): -6187274 or 16160417. OLE color: 16160417.
HSL color Cylindrical-coordinate representation of color #A196F6: hue angle of 246.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A196F6 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 150 | 246 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.04 |
| HSL | 246.88º | 0.84% | 0.78% | - |
| HSV(B) | 246.88º | 0.39% | 0.96% | - |
| XYZ | 42.24 | 36.04 | 91.92 | - |
| YUV | 164.23 | 174.14 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 246 | 0.35 | 0.39 | 0 | 0.04 | 246.88 | 0.84 | 0.78 |
| Hex | A1 | 96 | F6 | 23 | 27 | 0 | 4 | F7 | 54 | 4E |
| Octal | 241 | 226 | 366 | 43 | 47 | 0 | 4 | 367 | 124 | 116 |
| Binary | 10100001 | 10010110 | 11110110 | 100011 | 100111 | 0 | 100 | 11110111 | 1010100 | 1001110 |
Color Harmonies of #A196F6
Complementary color
Monochromatic Colors of #A196F6
Black with #A196F6
Text Example
Text Example
White with #A196F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196F6; }
p { color: rgb(161,150,246); }
H1.HeaderClassName
{
color: #A196F6;
}
.AnyTagClassName
{
color: #A196F6;
}
</style>
background-color css
<style>
a { background-color: #A196F6; }
a { background-color: rgb(161,150,246); }
div.DivClassName
{
background-color: #A196F6;
}
.BgClassName
{
background-color: #A196F6;
}
</style>
border-color css
<style>
span { border-color: #A196F6; }
span { border-color: rgb(161,150,246); }
td.TdClassName
{
border-color: #A196F6;
}
.TagClassName
{
border-color: #A196F6;
}
</style>