Shades of Wistful #A096C7
Tints of Wistful #A096C7
RGB
CMYK
RGB Variations
Color information
#A096C7 (or 0xA096C7) is known color: Wistful. HEX triplet: A0, 96 and C7. RGB value is (160,150,199). Sum of RGB (Red+Green+Blue) = 160+150+199=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 199 - color contains mainly: blue. Hex color #A096C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096C7 is #5F6938. Grayscale: #9E9E9E. Windows color (decimal): -6252857 or 13080224. OLE color: 13080224.
HSL color Cylindrical-coordinate representation of color #A096C7: hue angle of 252.24º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A096C7 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 150 | 199 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.22 |
| HSL | 252.24º | 0.3% | 0.68% | - |
| HSV(B) | 252.24º | 0.25% | 0.78% | - |
| XYZ | 35.71 | 33.41 | 58.6 | - |
| YUV | 158.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 199 | 0.20 | 0.25 | 0 | 0.22 | 252.24 | 0.3 | 0.68 |
| Hex | A0 | 96 | C7 | 14 | 19 | 0 | 16 | FC | 1E | 44 |
| Octal | 240 | 226 | 307 | 24 | 31 | 0 | 26 | 374 | 36 | 104 |
| Binary | 10100000 | 10010110 | 11000111 | 10100 | 11001 | 0 | 10110 | 11111100 | 11110 | 1000100 |
Color Harmonies of #A096C7
Complementary color
Monochromatic Colors of #A096C7
Black with #A096C7
Text Example
Text Example
White with #A096C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096C7; }
p { color: rgb(160,150,199); }
H1.HeaderClassName
{
color: #A096C7;
}
.AnyTagClassName
{
color: #A096C7;
}
</style>
background-color css
<style>
a { background-color: #A096C7; }
a { background-color: rgb(160,150,199); }
div.DivClassName
{
background-color: #A096C7;
}
.BgClassName
{
background-color: #A096C7;
}
</style>
border-color css
<style>
span { border-color: #A096C7; }
span { border-color: rgb(160,150,199); }
td.TdClassName
{
border-color: #A096C7;
}
.TagClassName
{
border-color: #A096C7;
}
</style>