Shades of Wistful #A196DE
Tints of Wistful #A196DE
RGB
CMYK
RGB Variations
Color information
#A196DE (or 0xA196DE) is known color: Wistful. HEX triplet: A1, 96 and DE. RGB value is (161,150,222). Sum of RGB (Red+Green+Blue) = 161+150+222=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #A196DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196DE is #5E6921. Grayscale: #A1A1A1. Windows color (decimal): -6187298 or 14587553. OLE color: 14587553.
HSL color Cylindrical-coordinate representation of color #A196DE: hue angle of 249.17º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A196DE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 150 | 222 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.13 |
| HSL | 249.17º | 0.52% | 0.73% | - |
| HSV(B) | 249.17º | 0.32% | 0.87% | - |
| XYZ | 38.79 | 34.66 | 73.75 | - |
| YUV | 161.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 222 | 0.27 | 0.32 | 0 | 0.13 | 249.17 | 0.52 | 0.73 |
| Hex | A1 | 96 | DE | 1B | 20 | 0 | D | F9 | 34 | 49 |
| Octal | 241 | 226 | 336 | 33 | 40 | 0 | 15 | 371 | 64 | 111 |
| Binary | 10100001 | 10010110 | 11011110 | 11011 | 100000 | 0 | 1101 | 11111001 | 110100 | 1001001 |
Color Harmonies of #A196DE
Complementary color
Monochromatic Colors of #A196DE
Black with #A196DE
Text Example
Text Example
White with #A196DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196DE; }
p { color: rgb(161,150,222); }
H1.HeaderClassName
{
color: #A196DE;
}
.AnyTagClassName
{
color: #A196DE;
}
</style>
background-color css
<style>
a { background-color: #A196DE; }
a { background-color: rgb(161,150,222); }
div.DivClassName
{
background-color: #A196DE;
}
.BgClassName
{
background-color: #A196DE;
}
</style>
border-color css
<style>
span { border-color: #A196DE; }
span { border-color: rgb(161,150,222); }
td.TdClassName
{
border-color: #A196DE;
}
.TagClassName
{
border-color: #A196DE;
}
</style>