Shades of Wistful #A196C6
Tints of Wistful #A196C6
RGB
CMYK
RGB Variations
Color information
#A196C6 (or 0xA196C6) is known color: Wistful. HEX triplet: A1, 96 and C6. RGB value is (161,150,198). Sum of RGB (Red+Green+Blue) = 161+150+198=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #A196C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196C6 is #5E6939. Grayscale: #9E9E9E. Windows color (decimal): -6187322 or 13014689. OLE color: 13014689.
HSL color Cylindrical-coordinate representation of color #A196C6: hue angle of 253.75º degrees, saturation: 0.3, 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 #A196C6 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 150 | 198 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.22 |
| HSL | 253.75º | 0.3% | 0.68% | - |
| HSV(B) | 253.75º | 0.24% | 0.78% | - |
| XYZ | 35.8 | 33.47 | 58 | - |
| YUV | 158.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 198 | 0.19 | 0.24 | 0 | 0.22 | 253.75 | 0.3 | 0.68 |
| Hex | A1 | 96 | C6 | 13 | 18 | 0 | 16 | FE | 1E | 44 |
| Octal | 241 | 226 | 306 | 23 | 30 | 0 | 26 | 376 | 36 | 104 |
| Binary | 10100001 | 10010110 | 11000110 | 10011 | 11000 | 0 | 10110 | 11111110 | 11110 | 1000100 |
Color Harmonies of #A196C6
Complementary color
Monochromatic Colors of #A196C6
Black with #A196C6
Text Example
Text Example
White with #A196C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196C6; }
p { color: rgb(161,150,198); }
H1.HeaderClassName
{
color: #A196C6;
}
.AnyTagClassName
{
color: #A196C6;
}
</style>
background-color css
<style>
a { background-color: #A196C6; }
a { background-color: rgb(161,150,198); }
div.DivClassName
{
background-color: #A196C6;
}
.BgClassName
{
background-color: #A196C6;
}
</style>
border-color css
<style>
span { border-color: #A196C6; }
span { border-color: rgb(161,150,198); }
td.TdClassName
{
border-color: #A196C6;
}
.TagClassName
{
border-color: #A196C6;
}
</style>