Shades of Jazzberry Jam #A00960
Tints of Jazzberry Jam #A00960
RGB
CMYK
RGB Variations
Color information
#A00960 (or 0xA00960) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 60. RGB value is (160,9,96). Sum of RGB (Red+Green+Blue) = 160+9+96=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A00960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00960 is #5FF69F. Grayscale: #3F3F3F. Windows color (decimal): -6289056 or 6293920. OLE color: 6293920.
HSL color Cylindrical-coordinate representation of color #A00960: hue angle of 325.43º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00960 is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 96 | - |
| CMYK | 0 | 0.94 | 0.4 | 0.37 |
| HSL | 325.43º | 0.89% | 0.33% | - |
| HSV(B) | 325.43º | 0.94% | 0.63% | - |
| XYZ | 16.71 | 8.51 | 11.83 | - |
| YUV | 64.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 96 | 0 | 0.94 | 0.4 | 0.37 | 325.43 | 0.89 | 0.33 |
| Hex | A0 | 9 | 60 | 0 | 5E | 28 | 25 | 145 | 59 | 21 |
| Octal | 240 | 11 | 140 | 0 | 136 | 50 | 45 | 505 | 131 | 41 |
| Binary | 10100000 | 1001 | 1100000 | 0 | 1011110 | 101000 | 100101 | 101000101 | 1011001 | 100001 |
Color Harmonies of #A00960
Complementary color
Monochromatic Colors of #A00960
Black with #A00960
Text Example
Text Example
White with #A00960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00960; }
p { color: rgb(160,9,96); }
H1.HeaderClassName
{
color: #A00960;
}
.AnyTagClassName
{
color: #A00960;
}
</style>
background-color css
<style>
a { background-color: #A00960; }
a { background-color: rgb(160,9,96); }
div.DivClassName
{
background-color: #A00960;
}
.BgClassName
{
background-color: #A00960;
}
</style>
border-color css
<style>
span { border-color: #A00960; }
span { border-color: rgb(160,9,96); }
td.TdClassName
{
border-color: #A00960;
}
.TagClassName
{
border-color: #A00960;
}
</style>