Shades of Wistful #A096DC
Tints of Wistful #A096DC
RGB
CMYK
RGB Variations
Color information
#A096DC (or 0xA096DC) is known color: Wistful. HEX triplet: A0, 96 and DC. RGB value is (160,150,220). Sum of RGB (Red+Green+Blue) = 160+150+220=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #A096DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096DC is #5F6923. Grayscale: #A0A0A0. Windows color (decimal): -6252836 or 14456480. OLE color: 14456480.
HSL color Cylindrical-coordinate representation of color #A096DC: hue angle of 248.57º 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 #A096DC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 150 | 220 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.14 |
| HSL | 248.57º | 0.5% | 0.73% | - |
| HSV(B) | 248.57º | 0.32% | 0.86% | - |
| XYZ | 38.32 | 34.45 | 72.34 | - |
| YUV | 160.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 220 | 0.27 | 0.32 | 0 | 0.14 | 248.57 | 0.5 | 0.73 |
| Hex | A0 | 96 | DC | 1B | 20 | 0 | E | F9 | 32 | 49 |
| Octal | 240 | 226 | 334 | 33 | 40 | 0 | 16 | 371 | 62 | 111 |
| Binary | 10100000 | 10010110 | 11011100 | 11011 | 100000 | 0 | 1110 | 11111001 | 110010 | 1001001 |
Color Harmonies of #A096DC
Complementary color
Monochromatic Colors of #A096DC
Black with #A096DC
Text Example
Text Example
White with #A096DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096DC; }
p { color: rgb(160,150,220); }
H1.HeaderClassName
{
color: #A096DC;
}
.AnyTagClassName
{
color: #A096DC;
}
</style>
background-color css
<style>
a { background-color: #A096DC; }
a { background-color: rgb(160,150,220); }
div.DivClassName
{
background-color: #A096DC;
}
.BgClassName
{
background-color: #A096DC;
}
</style>
border-color css
<style>
span { border-color: #A096DC; }
span { border-color: rgb(160,150,220); }
td.TdClassName
{
border-color: #A096DC;
}
.TagClassName
{
border-color: #A096DC;
}
</style>