Shades of Wistful #A096DD
Tints of Wistful #A096DD
RGB
CMYK
RGB Variations
Color information
#A096DD (or 0xA096DD) is known color: Wistful. HEX triplet: A0, 96 and DD. RGB value is (160,150,221). Sum of RGB (Red+Green+Blue) = 160+150+221=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #A096DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096DD is #5F6922. Grayscale: #A0A0A0. Windows color (decimal): -6252835 or 14522016. OLE color: 14522016.
HSL color Cylindrical-coordinate representation of color #A096DD: hue angle of 248.45º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A096DD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 150 | 221 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.13 |
| HSL | 248.45º | 0.51% | 0.73% | - |
| HSV(B) | 248.45º | 0.32% | 0.87% | - |
| XYZ | 38.45 | 34.51 | 73.04 | - |
| YUV | 161.08 | 161.81 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 221 | 0.28 | 0.32 | 0 | 0.13 | 248.45 | 0.51 | 0.73 |
| Hex | A0 | 96 | DD | 1C | 20 | 0 | D | F8 | 33 | 49 |
| Octal | 240 | 226 | 335 | 34 | 40 | 0 | 15 | 370 | 63 | 111 |
| Binary | 10100000 | 10010110 | 11011101 | 11100 | 100000 | 0 | 1101 | 11111000 | 110011 | 1001001 |
Color Harmonies of #A096DD
Complementary color
Monochromatic Colors of #A096DD
Black with #A096DD
Text Example
Text Example
White with #A096DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096DD; }
p { color: rgb(160,150,221); }
H1.HeaderClassName
{
color: #A096DD;
}
.AnyTagClassName
{
color: #A096DD;
}
</style>
background-color css
<style>
a { background-color: #A096DD; }
a { background-color: rgb(160,150,221); }
div.DivClassName
{
background-color: #A096DD;
}
.BgClassName
{
background-color: #A096DD;
}
</style>
border-color css
<style>
span { border-color: #A096DD; }
span { border-color: rgb(160,150,221); }
td.TdClassName
{
border-color: #A096DD;
}
.TagClassName
{
border-color: #A096DD;
}
</style>