Shades of Wistful #A196C8
Tints of Wistful #A196C8
RGB
CMYK
RGB Variations
Color information
#A196C8 (or 0xA196C8) is known color: Wistful. HEX triplet: A1, 96 and C8. RGB value is (161,150,200). Sum of RGB (Red+Green+Blue) = 161+150+200=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #A196C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196C8 is #5E6937. Grayscale: #9E9E9E. Windows color (decimal): -6187320 or 13145761. OLE color: 13145761.
HSL color Cylindrical-coordinate representation of color #A196C8: hue angle of 253.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A196C8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 150 | 200 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.22 |
| HSL | 253.2º | 0.31% | 0.69% | - |
| HSV(B) | 253.2º | 0.25% | 0.78% | - |
| XYZ | 36.03 | 33.56 | 59.22 | - |
| YUV | 158.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 200 | 0.19 | 0.25 | 0 | 0.22 | 253.2 | 0.31 | 0.69 |
| Hex | A1 | 96 | C8 | 13 | 19 | 0 | 16 | FD | 1F | 45 |
| Octal | 241 | 226 | 310 | 23 | 31 | 0 | 26 | 375 | 37 | 105 |
| Binary | 10100001 | 10010110 | 11001000 | 10011 | 11001 | 0 | 10110 | 11111101 | 11111 | 1000101 |
Color Harmonies of #A196C8
Complementary color
Monochromatic Colors of #A196C8
Black with #A196C8
Text Example
Text Example
White with #A196C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196C8; }
p { color: rgb(161,150,200); }
H1.HeaderClassName
{
color: #A196C8;
}
.AnyTagClassName
{
color: #A196C8;
}
</style>
background-color css
<style>
a { background-color: #A196C8; }
a { background-color: rgb(161,150,200); }
div.DivClassName
{
background-color: #A196C8;
}
.BgClassName
{
background-color: #A196C8;
}
</style>
border-color css
<style>
span { border-color: #A196C8; }
span { border-color: rgb(161,150,200); }
td.TdClassName
{
border-color: #A196C8;
}
.TagClassName
{
border-color: #A196C8;
}
</style>