Shades of Wistful #A096CA
Tints of Wistful #A096CA
RGB
CMYK
RGB Variations
Color information
#A096CA (or 0xA096CA) is known color: Wistful. HEX triplet: A0, 96 and CA. RGB value is (160,150,202). Sum of RGB (Red+Green+Blue) = 160+150+202=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A096CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096CA is #5F6935. Grayscale: #9E9E9E. Windows color (decimal): -6252854 or 13276832. OLE color: 13276832.
HSL color Cylindrical-coordinate representation of color #A096CA: hue angle of 251.54º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A096CA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 150 | 202 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.21 |
| HSL | 251.54º | 0.33% | 0.69% | - |
| HSV(B) | 251.54º | 0.26% | 0.79% | - |
| XYZ | 36.06 | 33.55 | 60.45 | - |
| YUV | 158.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 202 | 0.21 | 0.26 | 0 | 0.21 | 251.54 | 0.33 | 0.69 |
| Hex | A0 | 96 | CA | 15 | 1A | 0 | 15 | FC | 21 | 45 |
| Octal | 240 | 226 | 312 | 25 | 32 | 0 | 25 | 374 | 41 | 105 |
| Binary | 10100000 | 10010110 | 11001010 | 10101 | 11010 | 0 | 10101 | 11111100 | 100001 | 1000101 |
Color Harmonies of #A096CA
Complementary color
Monochromatic Colors of #A096CA
Black with #A096CA
Text Example
Text Example
White with #A096CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096CA; }
p { color: rgb(160,150,202); }
H1.HeaderClassName
{
color: #A096CA;
}
.AnyTagClassName
{
color: #A096CA;
}
</style>
background-color css
<style>
a { background-color: #A096CA; }
a { background-color: rgb(160,150,202); }
div.DivClassName
{
background-color: #A096CA;
}
.BgClassName
{
background-color: #A096CA;
}
</style>
border-color css
<style>
span { border-color: #A096CA; }
span { border-color: rgb(160,150,202); }
td.TdClassName
{
border-color: #A096CA;
}
.TagClassName
{
border-color: #A096CA;
}
</style>