Shades of Wistful #A096D6
Tints of Wistful #A096D6
RGB
CMYK
RGB Variations
Color information
#A096D6 (or 0xA096D6) is known color: Wistful. HEX triplet: A0, 96 and D6. RGB value is (160,150,214). Sum of RGB (Red+Green+Blue) = 160+150+214=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #A096D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096D6 is #5F6929. Grayscale: #A0A0A0. Windows color (decimal): -6252842 or 14063264. OLE color: 14063264.
HSL color Cylindrical-coordinate representation of color #A096D6: hue angle of 249.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A096D6 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 150 | 214 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.16 |
| HSL | 249.38º | 0.44% | 0.71% | - |
| HSV(B) | 249.38º | 0.3% | 0.84% | - |
| XYZ | 37.54 | 34.14 | 68.23 | - |
| YUV | 160.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 214 | 0.25 | 0.30 | 0 | 0.16 | 249.38 | 0.44 | 0.71 |
| Hex | A0 | 96 | D6 | 19 | 1E | 0 | 10 | F9 | 2C | 47 |
| Octal | 240 | 226 | 326 | 31 | 36 | 0 | 20 | 371 | 54 | 107 |
| Binary | 10100000 | 10010110 | 11010110 | 11001 | 11110 | 0 | 10000 | 11111001 | 101100 | 1000111 |
Color Harmonies of #A096D6
Complementary color
Monochromatic Colors of #A096D6
Black with #A096D6
Text Example
Text Example
White with #A096D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096D6; }
p { color: rgb(160,150,214); }
H1.HeaderClassName
{
color: #A096D6;
}
.AnyTagClassName
{
color: #A096D6;
}
</style>
background-color css
<style>
a { background-color: #A096D6; }
a { background-color: rgb(160,150,214); }
div.DivClassName
{
background-color: #A096D6;
}
.BgClassName
{
background-color: #A096D6;
}
</style>
border-color css
<style>
span { border-color: #A096D6; }
span { border-color: rgb(160,150,214); }
td.TdClassName
{
border-color: #A096D6;
}
.TagClassName
{
border-color: #A096D6;
}
</style>