Shades of Wistful #A196DB
Tints of Wistful #A196DB
RGB
CMYK
RGB Variations
Color information
#A196DB (or 0xA196DB) is known color: Wistful. HEX triplet: A1, 96 and DB. RGB value is (161,150,219). Sum of RGB (Red+Green+Blue) = 161+150+219=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A196DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196DB is #5E6924. Grayscale: #A0A0A0. Windows color (decimal): -6187301 or 14390945. OLE color: 14390945.
HSL color Cylindrical-coordinate representation of color #A196DB: hue angle of 249.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A196DB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 150 | 219 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.14 |
| HSL | 249.57º | 0.49% | 0.72% | - |
| HSV(B) | 249.57º | 0.32% | 0.86% | - |
| XYZ | 38.39 | 34.5 | 71.65 | - |
| YUV | 161.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 219 | 0.26 | 0.32 | 0 | 0.14 | 249.57 | 0.49 | 0.72 |
| Hex | A1 | 96 | DB | 1A | 20 | 0 | E | FA | 31 | 48 |
| Octal | 241 | 226 | 333 | 32 | 40 | 0 | 16 | 372 | 61 | 110 |
| Binary | 10100001 | 10010110 | 11011011 | 11010 | 100000 | 0 | 1110 | 11111010 | 110001 | 1001000 |
Color Harmonies of #A196DB
Complementary color
Monochromatic Colors of #A196DB
Black with #A196DB
Text Example
Text Example
White with #A196DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A196DB; }
p { color: rgb(161,150,219); }
H1.HeaderClassName
{
color: #A196DB;
}
.AnyTagClassName
{
color: #A196DB;
}
</style>
background-color css
<style>
a { background-color: #A196DB; }
a { background-color: rgb(161,150,219); }
div.DivClassName
{
background-color: #A196DB;
}
.BgClassName
{
background-color: #A196DB;
}
</style>
border-color css
<style>
span { border-color: #A196DB; }
span { border-color: rgb(161,150,219); }
td.TdClassName
{
border-color: #A196DB;
}
.TagClassName
{
border-color: #A196DB;
}
</style>