Shades of Wistful #A096D3
Tints of Wistful #A096D3
RGB
CMYK
RGB Variations
Color information
#A096D3 (or 0xA096D3) is known color: Wistful. HEX triplet: A0, 96 and D3. RGB value is (160,150,211). Sum of RGB (Red+Green+Blue) = 160+150+211=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #A096D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096D3 is #5F692C. Grayscale: #9F9F9F. Windows color (decimal): -6252845 or 13866656. OLE color: 13866656.
HSL color Cylindrical-coordinate representation of color #A096D3: hue angle of 249.84º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A096D3 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 150 | 211 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.17 |
| HSL | 249.84º | 0.41% | 0.71% | - |
| HSV(B) | 249.84º | 0.29% | 0.83% | - |
| XYZ | 37.16 | 33.99 | 66.23 | - |
| YUV | 159.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 211 | 0.24 | 0.29 | 0 | 0.17 | 249.84 | 0.41 | 0.71 |
| Hex | A0 | 96 | D3 | 18 | 1D | 0 | 11 | FA | 29 | 47 |
| Octal | 240 | 226 | 323 | 30 | 35 | 0 | 21 | 372 | 51 | 107 |
| Binary | 10100000 | 10010110 | 11010011 | 11000 | 11101 | 0 | 10001 | 11111010 | 101001 | 1000111 |
Color Harmonies of #A096D3
Complementary color
Monochromatic Colors of #A096D3
Black with #A096D3
Text Example
Text Example
White with #A096D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096D3; }
p { color: rgb(160,150,211); }
H1.HeaderClassName
{
color: #A096D3;
}
.AnyTagClassName
{
color: #A096D3;
}
</style>
background-color css
<style>
a { background-color: #A096D3; }
a { background-color: rgb(160,150,211); }
div.DivClassName
{
background-color: #A096D3;
}
.BgClassName
{
background-color: #A096D3;
}
</style>
border-color css
<style>
span { border-color: #A096D3; }
span { border-color: rgb(160,150,211); }
td.TdClassName
{
border-color: #A096D3;
}
.TagClassName
{
border-color: #A096D3;
}
</style>