Shades of Wistful #A096E9
Tints of Wistful #A096E9
RGB
CMYK
RGB Variations
Color information
#A096E9 (or 0xA096E9) is known color: Wistful. HEX triplet: A0, 96 and E9. RGB value is (160,150,233). Sum of RGB (Red+Green+Blue) = 160+150+233=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #A096E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096E9 is #5F6916. Grayscale: #A2A2A2. Windows color (decimal): -6252823 or 15308448. OLE color: 15308448.
HSL color Cylindrical-coordinate representation of color #A096E9: hue angle of 247.23º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A096E9 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 150 | 233 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.09 |
| HSL | 247.23º | 0.65% | 0.75% | - |
| HSV(B) | 247.23º | 0.36% | 0.91% | - |
| XYZ | 40.11 | 35.17 | 81.77 | - |
| YUV | 162.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 233 | 0.31 | 0.36 | 0 | 0.09 | 247.23 | 0.65 | 0.75 |
| Hex | A0 | 96 | E9 | 1F | 24 | 0 | 9 | F7 | 41 | 4B |
| Octal | 240 | 226 | 351 | 37 | 44 | 0 | 11 | 367 | 101 | 113 |
| Binary | 10100000 | 10010110 | 11101001 | 11111 | 100100 | 0 | 1001 | 11110111 | 1000001 | 1001011 |
Color Harmonies of #A096E9
Complementary color
Monochromatic Colors of #A096E9
Black with #A096E9
Text Example
Text Example
White with #A096E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096E9; }
p { color: rgb(160,150,233); }
H1.HeaderClassName
{
color: #A096E9;
}
.AnyTagClassName
{
color: #A096E9;
}
</style>
background-color css
<style>
a { background-color: #A096E9; }
a { background-color: rgb(160,150,233); }
div.DivClassName
{
background-color: #A096E9;
}
.BgClassName
{
background-color: #A096E9;
}
</style>
border-color css
<style>
span { border-color: #A096E9; }
span { border-color: rgb(160,150,233); }
td.TdClassName
{
border-color: #A096E9;
}
.TagClassName
{
border-color: #A096E9;
}
</style>