Shades of Wistful #A096E6
Tints of Wistful #A096E6
RGB
CMYK
RGB Variations
Color information
#A096E6 (or 0xA096E6) is known color: Wistful. HEX triplet: A0, 96 and E6. RGB value is (160,150,230). Sum of RGB (Red+Green+Blue) = 160+150+230=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #A096E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096E6 is #5F6919. Grayscale: #A1A1A1. Windows color (decimal): -6252826 or 15111840. OLE color: 15111840.
HSL color Cylindrical-coordinate representation of color #A096E6: hue angle of 247.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A096E6 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 150 | 230 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.10 |
| HSL | 247.5º | 0.62% | 0.75% | - |
| HSV(B) | 247.5º | 0.35% | 0.9% | - |
| XYZ | 39.69 | 35 | 79.53 | - |
| YUV | 162.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 230 | 0.30 | 0.35 | 0 | 0.10 | 247.5 | 0.62 | 0.75 |
| Hex | A0 | 96 | E6 | 1E | 23 | 0 | A | F8 | 3E | 4B |
| Octal | 240 | 226 | 346 | 36 | 43 | 0 | 12 | 370 | 76 | 113 |
| Binary | 10100000 | 10010110 | 11100110 | 11110 | 100011 | 0 | 1010 | 11111000 | 111110 | 1001011 |
Color Harmonies of #A096E6
Complementary color
Monochromatic Colors of #A096E6
Black with #A096E6
Text Example
Text Example
White with #A096E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096E6; }
p { color: rgb(160,150,230); }
H1.HeaderClassName
{
color: #A096E6;
}
.AnyTagClassName
{
color: #A096E6;
}
</style>
background-color css
<style>
a { background-color: #A096E6; }
a { background-color: rgb(160,150,230); }
div.DivClassName
{
background-color: #A096E6;
}
.BgClassName
{
background-color: #A096E6;
}
</style>
border-color css
<style>
span { border-color: #A096E6; }
span { border-color: rgb(160,150,230); }
td.TdClassName
{
border-color: #A096E6;
}
.TagClassName
{
border-color: #A096E6;
}
</style>