Shades of Wistful #A096F7
Tints of Wistful #A096F7
RGB
CMYK
RGB Variations
Color information
#A096F7 (or 0xA096F7) is known color: Wistful. HEX triplet: A0, 96 and F7. RGB value is (160,150,247). Sum of RGB (Red+Green+Blue) = 160+150+247=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #A096F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096F7 is #5F6908. Grayscale: #A3A3A3. Windows color (decimal): -6252809 or 16225952. OLE color: 16225952.
HSL color Cylindrical-coordinate representation of color #A096F7: hue angle of 246.19º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A096F7 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 150 | 247 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.03 |
| HSL | 246.19º | 0.86% | 0.78% | - |
| HSV(B) | 246.19º | 0.39% | 0.97% | - |
| XYZ | 42.19 | 36 | 92.72 | - |
| YUV | 164.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 247 | 0.35 | 0.39 | 0 | 0.03 | 246.19 | 0.86 | 0.78 |
| Hex | A0 | 96 | F7 | 23 | 27 | 0 | 3 | F6 | 56 | 4E |
| Octal | 240 | 226 | 367 | 43 | 47 | 0 | 3 | 366 | 126 | 116 |
| Binary | 10100000 | 10010110 | 11110111 | 100011 | 100111 | 0 | 11 | 11110110 | 1010110 | 1001110 |
Color Harmonies of #A096F7
Complementary color
Monochromatic Colors of #A096F7
Black with #A096F7
Text Example
Text Example
White with #A096F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096F7; }
p { color: rgb(160,150,247); }
H1.HeaderClassName
{
color: #A096F7;
}
.AnyTagClassName
{
color: #A096F7;
}
</style>
background-color css
<style>
a { background-color: #A096F7; }
a { background-color: rgb(160,150,247); }
div.DivClassName
{
background-color: #A096F7;
}
.BgClassName
{
background-color: #A096F7;
}
</style>
border-color css
<style>
span { border-color: #A096F7; }
span { border-color: rgb(160,150,247); }
td.TdClassName
{
border-color: #A096F7;
}
.TagClassName
{
border-color: #A096F7;
}
</style>