Shades of Wistful #A196E0
Tints of Wistful #A196E0
RGB
CMYK
RGB Variations
Color information
#A196E0 (or 0xA196E0) is known color: Wistful. HEX triplet: A1, 96 and E0. RGB value is (161,150,224). Sum of RGB (Red+Green+Blue) = 161+150+224=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #A196E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196E0 is #5E691F. Grayscale: #A1A1A1. Windows color (decimal): -6187296 or 14718625. OLE color: 14718625.
HSL color Cylindrical-coordinate representation of color #A196E0: hue angle of 248.92º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A196E0 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 150 | 224 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.12 |
| HSL | 248.92º | 0.54% | 0.73% | - |
| HSV(B) | 248.92º | 0.33% | 0.88% | - |
| XYZ | 39.06 | 34.77 | 75.17 | - |
| YUV | 161.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 224 | 0.28 | 0.33 | 0 | 0.12 | 248.92 | 0.54 | 0.73 |
| Hex | A1 | 96 | E0 | 1C | 21 | 0 | C | F9 | 36 | 49 |
| Octal | 241 | 226 | 340 | 34 | 41 | 0 | 14 | 371 | 66 | 111 |
| Binary | 10100001 | 10010110 | 11100000 | 11100 | 100001 | 0 | 1100 | 11111001 | 110110 | 1001001 |
Color Harmonies of #A196E0
Complementary color
Monochromatic Colors of #A196E0
Black with #A196E0
Text Example
Text Example
White with #A196E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196E0; }
p { color: rgb(161,150,224); }
H1.HeaderClassName
{
color: #A196E0;
}
.AnyTagClassName
{
color: #A196E0;
}
</style>
background-color css
<style>
a { background-color: #A196E0; }
a { background-color: rgb(161,150,224); }
div.DivClassName
{
background-color: #A196E0;
}
.BgClassName
{
background-color: #A196E0;
}
</style>
border-color css
<style>
span { border-color: #A196E0; }
span { border-color: rgb(161,150,224); }
td.TdClassName
{
border-color: #A196E0;
}
.TagClassName
{
border-color: #A196E0;
}
</style>