Shades of Jazzberry Jam #A00964
Tints of Jazzberry Jam #A00964
RGB
CMYK
RGB Variations
Color information
#A00964 (or 0xA00964) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 64. RGB value is (160,9,100). Sum of RGB (Red+Green+Blue) = 160+9+100=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A00964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00964 is #5FF69B. Grayscale: #404040. Windows color (decimal): -6289052 or 6556064. OLE color: 6556064.
HSL color Cylindrical-coordinate representation of color #A00964: hue angle of 323.84º 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 #A00964 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 100 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.37 |
| HSL | 323.84º | 0.89% | 0.33% | - |
| HSV(B) | 323.84º | 0.94% | 0.63% | - |
| XYZ | 16.9 | 8.59 | 12.82 | - |
| YUV | 64.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 100 | 0 | 0.94 | 0.38 | 0.37 | 323.84 | 0.89 | 0.33 |
| Hex | A0 | 9 | 64 | 0 | 5E | 26 | 25 | 144 | 59 | 21 |
| Octal | 240 | 11 | 144 | 0 | 136 | 46 | 45 | 504 | 131 | 41 |
| Binary | 10100000 | 1001 | 1100100 | 0 | 1011110 | 100110 | 100101 | 101000100 | 1011001 | 100001 |
Color Harmonies of #A00964
Complementary color
Monochromatic Colors of #A00964
Black with #A00964
Text Example
Text Example
White with #A00964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00964; }
p { color: rgb(160,9,100); }
H1.HeaderClassName
{
color: #A00964;
}
.AnyTagClassName
{
color: #A00964;
}
</style>
background-color css
<style>
a { background-color: #A00964; }
a { background-color: rgb(160,9,100); }
div.DivClassName
{
background-color: #A00964;
}
.BgClassName
{
background-color: #A00964;
}
</style>
border-color css
<style>
span { border-color: #A00964; }
span { border-color: rgb(160,9,100); }
td.TdClassName
{
border-color: #A00964;
}
.TagClassName
{
border-color: #A00964;
}
</style>