Shades of Wistful #A096EB
Tints of Wistful #A096EB
RGB
CMYK
RGB Variations
Color information
#A096EB (or 0xA096EB) is known color: Wistful. HEX triplet: A0, 96 and EB. RGB value is (160,150,235). Sum of RGB (Red+Green+Blue) = 160+150+235=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #A096EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096EB is #5F6914. Grayscale: #A2A2A2. Windows color (decimal): -6252821 or 15439520. OLE color: 15439520.
HSL color Cylindrical-coordinate representation of color #A096EB: hue angle of 247.06º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A096EB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 150 | 235 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.08 |
| HSL | 247.06º | 0.68% | 0.75% | - |
| HSV(B) | 247.06º | 0.36% | 0.92% | - |
| XYZ | 40.4 | 35.28 | 83.28 | - |
| YUV | 162.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 235 | 0.32 | 0.36 | 0 | 0.08 | 247.06 | 0.68 | 0.75 |
| Hex | A0 | 96 | EB | 20 | 24 | 0 | 8 | F7 | 44 | 4B |
| Octal | 240 | 226 | 353 | 40 | 44 | 0 | 10 | 367 | 104 | 113 |
| Binary | 10100000 | 10010110 | 11101011 | 100000 | 100100 | 0 | 1000 | 11110111 | 1000100 | 1001011 |
Color Harmonies of #A096EB
Complementary color
Monochromatic Colors of #A096EB
Black with #A096EB
Text Example
Text Example
White with #A096EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096EB; }
p { color: rgb(160,150,235); }
H1.HeaderClassName
{
color: #A096EB;
}
.AnyTagClassName
{
color: #A096EB;
}
</style>
background-color css
<style>
a { background-color: #A096EB; }
a { background-color: rgb(160,150,235); }
div.DivClassName
{
background-color: #A096EB;
}
.BgClassName
{
background-color: #A096EB;
}
</style>
border-color css
<style>
span { border-color: #A096EB; }
span { border-color: rgb(160,150,235); }
td.TdClassName
{
border-color: #A096EB;
}
.TagClassName
{
border-color: #A096EB;
}
</style>