Shades of Wistful #A197C6
Tints of Wistful #A197C6
RGB
CMYK
RGB Variations
Color information
#A197C6 (or 0xA197C6) is known color: Wistful. HEX triplet: A1, 97 and C6. RGB value is (161,151,198). Sum of RGB (Red+Green+Blue) = 161+151+198=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #A197C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A197C6 is #5E6839. Grayscale: #9F9F9F. Windows color (decimal): -6187066 or 13014945. OLE color: 13014945.
HSL color Cylindrical-coordinate representation of color #A197C6: hue angle of 252.77º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A197C6 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 151 | 198 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.22 |
| HSL | 252.77º | 0.29% | 0.68% | - |
| HSV(B) | 252.77º | 0.24% | 0.78% | - |
| XYZ | 35.96 | 33.79 | 58.05 | - |
| YUV | 159.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 198 | 0.19 | 0.24 | 0 | 0.22 | 252.77 | 0.29 | 0.68 |
| Hex | A1 | 97 | C6 | 13 | 18 | 0 | 16 | FD | 1D | 44 |
| Octal | 241 | 227 | 306 | 23 | 30 | 0 | 26 | 375 | 35 | 104 |
| Binary | 10100001 | 10010111 | 11000110 | 10011 | 11000 | 0 | 10110 | 11111101 | 11101 | 1000100 |
Color Harmonies of #A197C6
Complementary color
Monochromatic Colors of #A197C6
Black with #A197C6
Text Example
Text Example
White with #A197C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197C6; }
p { color: rgb(161,151,198); }
H1.HeaderClassName
{
color: #A197C6;
}
.AnyTagClassName
{
color: #A197C6;
}
</style>
background-color css
<style>
a { background-color: #A197C6; }
a { background-color: rgb(161,151,198); }
div.DivClassName
{
background-color: #A197C6;
}
.BgClassName
{
background-color: #A197C6;
}
</style>
border-color css
<style>
span { border-color: #A197C6; }
span { border-color: rgb(161,151,198); }
td.TdClassName
{
border-color: #A197C6;
}
.TagClassName
{
border-color: #A197C6;
}
</style>