Shades of Jazzberry Jam #A00F59
Tints of Jazzberry Jam #A00F59
RGB
CMYK
RGB Variations
Color information
#A00F59 (or 0xA00F59) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 59. RGB value is (160,15,89). Sum of RGB (Red+Green+Blue) = 160+15+89=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F59 is #5FF0A6. Grayscale: #424242. Windows color (decimal): -6287527 or 5836704. OLE color: 5836704.
HSL color Cylindrical-coordinate representation of color #A00F59: hue angle of 329.38º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F59 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 89 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.37 |
| HSL | 329.38º | 0.83% | 0.34% | - |
| HSV(B) | 329.38º | 0.91% | 0.63% | - |
| XYZ | 16.47 | 8.54 | 10.23 | - |
| YUV | 66.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 89 | 0 | 0.91 | 0.44 | 0.37 | 329.38 | 0.83 | 0.34 |
| Hex | A0 | F | 59 | 0 | 5B | 2C | 25 | 149 | 53 | 22 |
| Octal | 240 | 17 | 131 | 0 | 133 | 54 | 45 | 511 | 123 | 42 |
| Binary | 10100000 | 1111 | 1011001 | 0 | 1011011 | 101100 | 100101 | 101001001 | 1010011 | 100010 |
Color Harmonies of #A00F59
Complementary color
Monochromatic Colors of #A00F59
Black with #A00F59
Text Example
Text Example
White with #A00F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F59; }
p { color: rgb(160,15,89); }
H1.HeaderClassName
{
color: #A00F59;
}
.AnyTagClassName
{
color: #A00F59;
}
</style>
background-color css
<style>
a { background-color: #A00F59; }
a { background-color: rgb(160,15,89); }
div.DivClassName
{
background-color: #A00F59;
}
.BgClassName
{
background-color: #A00F59;
}
</style>
border-color css
<style>
span { border-color: #A00F59; }
span { border-color: rgb(160,15,89); }
td.TdClassName
{
border-color: #A00F59;
}
.TagClassName
{
border-color: #A00F59;
}
</style>