Shades of Wistful #A196DC
Tints of Wistful #A196DC
RGB
CMYK
RGB Variations
Color information
#A196DC (or 0xA196DC) is known color: Wistful. HEX triplet: A1, 96 and DC. RGB value is (161,150,220). Sum of RGB (Red+Green+Blue) = 161+150+220=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #A196DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196DC is #5E6923. Grayscale: #A1A1A1. Windows color (decimal): -6187300 or 14456481. OLE color: 14456481.
HSL color Cylindrical-coordinate representation of color #A196DC: hue angle of 249.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A196DC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 150 | 220 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.14 |
| HSL | 249.43º | 0.5% | 0.73% | - |
| HSV(B) | 249.43º | 0.32% | 0.86% | - |
| XYZ | 38.52 | 34.56 | 72.35 | - |
| YUV | 161.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 220 | 0.27 | 0.32 | 0 | 0.14 | 249.43 | 0.5 | 0.73 |
| Hex | A1 | 96 | DC | 1B | 20 | 0 | E | F9 | 32 | 49 |
| Octal | 241 | 226 | 334 | 33 | 40 | 0 | 16 | 371 | 62 | 111 |
| Binary | 10100001 | 10010110 | 11011100 | 11011 | 100000 | 0 | 1110 | 11111001 | 110010 | 1001001 |
Color Harmonies of #A196DC
Complementary color
Monochromatic Colors of #A196DC
Black with #A196DC
Text Example
Text Example
White with #A196DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196DC; }
p { color: rgb(161,150,220); }
H1.HeaderClassName
{
color: #A196DC;
}
.AnyTagClassName
{
color: #A196DC;
}
</style>
background-color css
<style>
a { background-color: #A196DC; }
a { background-color: rgb(161,150,220); }
div.DivClassName
{
background-color: #A196DC;
}
.BgClassName
{
background-color: #A196DC;
}
</style>
border-color css
<style>
span { border-color: #A196DC; }
span { border-color: rgb(161,150,220); }
td.TdClassName
{
border-color: #A196DC;
}
.TagClassName
{
border-color: #A196DC;
}
</style>