Shades of Wistful #A197F6
Tints of Wistful #A197F6
RGB
CMYK
RGB Variations
Color information
#A197F6 (or 0xA197F6) is known color: Wistful. HEX triplet: A1, 97 and F6. RGB value is (161,151,246). Sum of RGB (Red+Green+Blue) = 161+151+246=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #A197F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197F6 is #5E6809. Grayscale: #A4A4A4. Windows color (decimal): -6187018 or 16160673. OLE color: 16160673.
HSL color Cylindrical-coordinate representation of color #A197F6: hue angle of 246.32º 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 #A197F6 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 151 | 246 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.04 |
| HSL | 246.32º | 0.84% | 0.78% | - |
| HSV(B) | 246.32º | 0.39% | 0.96% | - |
| XYZ | 42.4 | 36.36 | 91.97 | - |
| YUV | 164.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 246 | 0.35 | 0.39 | 0 | 0.04 | 246.32 | 0.84 | 0.78 |
| Hex | A1 | 97 | F6 | 23 | 27 | 0 | 4 | F6 | 54 | 4E |
| Octal | 241 | 227 | 366 | 43 | 47 | 0 | 4 | 366 | 124 | 116 |
| Binary | 10100001 | 10010111 | 11110110 | 100011 | 100111 | 0 | 100 | 11110110 | 1010100 | 1001110 |
Color Harmonies of #A197F6
Complementary color
Monochromatic Colors of #A197F6
Black with #A197F6
Text Example
Text Example
White with #A197F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197F6; }
p { color: rgb(161,151,246); }
H1.HeaderClassName
{
color: #A197F6;
}
.AnyTagClassName
{
color: #A197F6;
}
</style>
background-color css
<style>
a { background-color: #A197F6; }
a { background-color: rgb(161,151,246); }
div.DivClassName
{
background-color: #A197F6;
}
.BgClassName
{
background-color: #A197F6;
}
</style>
border-color css
<style>
span { border-color: #A197F6; }
span { border-color: rgb(161,151,246); }
td.TdClassName
{
border-color: #A197F6;
}
.TagClassName
{
border-color: #A197F6;
}
</style>