Shades of Jazzberry Jam #A00961
Tints of Jazzberry Jam #A00961
RGB
CMYK
RGB Variations
Color information
#A00961 (or 0xA00961) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 61. RGB value is (160,9,97). Sum of RGB (Red+Green+Blue) = 160+9+97=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A00961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00961 is #5FF69E. Grayscale: #3F3F3F. Windows color (decimal): -6289055 or 6359456. OLE color: 6359456.
HSL color Cylindrical-coordinate representation of color #A00961: hue angle of 325.03º 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 #A00961 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 9 | 97 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.37 |
| HSL | 325.03º | 0.89% | 0.33% | - |
| HSV(B) | 325.03º | 0.94% | 0.63% | - |
| XYZ | 16.75 | 8.53 | 12.07 | - |
| YUV | 64.18 | 146.53 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 97 | 0 | 0.94 | 0.39 | 0.37 | 325.03 | 0.89 | 0.33 |
| Hex | A0 | 9 | 61 | 0 | 5E | 27 | 25 | 145 | 59 | 21 |
| Octal | 240 | 11 | 141 | 0 | 136 | 47 | 45 | 505 | 131 | 41 |
| Binary | 10100000 | 1001 | 1100001 | 0 | 1011110 | 100111 | 100101 | 101000101 | 1011001 | 100001 |
Color Harmonies of #A00961
Complementary color
Monochromatic Colors of #A00961
Black with #A00961
Text Example
Text Example
White with #A00961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00961; }
p { color: rgb(160,9,97); }
H1.HeaderClassName
{
color: #A00961;
}
.AnyTagClassName
{
color: #A00961;
}
</style>
background-color css
<style>
a { background-color: #A00961; }
a { background-color: rgb(160,9,97); }
div.DivClassName
{
background-color: #A00961;
}
.BgClassName
{
background-color: #A00961;
}
</style>
border-color css
<style>
span { border-color: #A00961; }
span { border-color: rgb(160,9,97); }
td.TdClassName
{
border-color: #A00961;
}
.TagClassName
{
border-color: #A00961;
}
</style>