Shades of Wistful #A096CC
Tints of Wistful #A096CC
RGB
CMYK
RGB Variations
Color information
#A096CC (or 0xA096CC) is known color: Wistful. HEX triplet: A0, 96 and CC. RGB value is (160,150,204). Sum of RGB (Red+Green+Blue) = 160+150+204=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #A096CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A096CC is #5F6933. Grayscale: #9E9E9E. Windows color (decimal): -6252852 or 13407904. OLE color: 13407904.
HSL color Cylindrical-coordinate representation of color #A096CC: hue angle of 251.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A096CC is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 150 | 204 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.2 |
| HSL | 251.11º | 0.35% | 0.69% | - |
| HSV(B) | 251.11º | 0.26% | 0.8% | - |
| XYZ | 36.3 | 33.65 | 61.71 | - |
| YUV | 159.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 204 | 0.22 | 0.26 | 0 | 0.2 | 251.11 | 0.35 | 0.69 |
| Hex | A0 | 96 | CC | 16 | 1A | 0 | 14 | FB | 23 | 45 |
| Octal | 240 | 226 | 314 | 26 | 32 | 0 | 24 | 373 | 43 | 105 |
| Binary | 10100000 | 10010110 | 11001100 | 10110 | 11010 | 0 | 10100 | 11111011 | 100011 | 1000101 |
Color Harmonies of #A096CC
Complementary color
Monochromatic Colors of #A096CC
Black with #A096CC
Text Example
Text Example
White with #A096CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096CC; }
p { color: rgb(160,150,204); }
H1.HeaderClassName
{
color: #A096CC;
}
.AnyTagClassName
{
color: #A096CC;
}
</style>
background-color css
<style>
a { background-color: #A096CC; }
a { background-color: rgb(160,150,204); }
div.DivClassName
{
background-color: #A096CC;
}
.BgClassName
{
background-color: #A096CC;
}
</style>
border-color css
<style>
span { border-color: #A096CC; }
span { border-color: rgb(160,150,204); }
td.TdClassName
{
border-color: #A096CC;
}
.TagClassName
{
border-color: #A096CC;
}
</style>