Shades of Wistful #A096ED
Tints of Wistful #A096ED
RGB
CMYK
RGB Variations
Color information
#A096ED (or 0xA096ED) is known color: Wistful. HEX triplet: A0, 96 and ED. RGB value is (160,150,237). Sum of RGB (Red+Green+Blue) = 160+150+237=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #A096ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096ED is #5F6912. Grayscale: #A2A2A2. Windows color (decimal): -6252819 or 15570592. OLE color: 15570592.
HSL color Cylindrical-coordinate representation of color #A096ED: hue angle of 246.9º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A096ED is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 150 | 237 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.07 |
| HSL | 246.9º | 0.71% | 0.76% | - |
| HSV(B) | 246.9º | 0.37% | 0.93% | - |
| XYZ | 40.69 | 35.4 | 84.81 | - |
| YUV | 162.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 237 | 0.32 | 0.37 | 0 | 0.07 | 246.9 | 0.71 | 0.76 |
| Hex | A0 | 96 | ED | 20 | 25 | 0 | 7 | F7 | 47 | 4C |
| Octal | 240 | 226 | 355 | 40 | 45 | 0 | 7 | 367 | 107 | 114 |
| Binary | 10100000 | 10010110 | 11101101 | 100000 | 100101 | 0 | 111 | 11110111 | 1000111 | 1001100 |
Color Harmonies of #A096ED
Complementary color
Monochromatic Colors of #A096ED
Black with #A096ED
Text Example
Text Example
White with #A096ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096ED; }
p { color: rgb(160,150,237); }
H1.HeaderClassName
{
color: #A096ED;
}
.AnyTagClassName
{
color: #A096ED;
}
</style>
background-color css
<style>
a { background-color: #A096ED; }
a { background-color: rgb(160,150,237); }
div.DivClassName
{
background-color: #A096ED;
}
.BgClassName
{
background-color: #A096ED;
}
</style>
border-color css
<style>
span { border-color: #A096ED; }
span { border-color: rgb(160,150,237); }
td.TdClassName
{
border-color: #A096ED;
}
.TagClassName
{
border-color: #A096ED;
}
</style>