Shades of Jazzberry Jam #A00559
Tints of Jazzberry Jam #A00559
RGB
CMYK
RGB Variations
Color information
#A00559 (or 0xA00559) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 59. RGB value is (160,5,89). Sum of RGB (Red+Green+Blue) = 160+5+89=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A00559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00559 is #5FFAA6. Grayscale: #3C3C3C. Windows color (decimal): -6290087 or 5834144. OLE color: 5834144.
HSL color Cylindrical-coordinate representation of color #A00559: hue angle of 327.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00559 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 89 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.37 |
| HSL | 327.48º | 0.94% | 0.32% | - |
| HSV(B) | 327.48º | 0.97% | 0.63% | - |
| XYZ | 16.35 | 8.3 | 10.19 | - |
| YUV | 60.92 | 143.85 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 89 | 0 | 0.97 | 0.44 | 0.37 | 327.48 | 0.94 | 0.32 |
| Hex | A0 | 5 | 59 | 0 | 61 | 2C | 25 | 147 | 5E | 20 |
| Octal | 240 | 5 | 131 | 0 | 141 | 54 | 45 | 507 | 136 | 40 |
| Binary | 10100000 | 101 | 1011001 | 0 | 1100001 | 101100 | 100101 | 101000111 | 1011110 | 100000 |
Color Harmonies of #A00559
Complementary color
Monochromatic Colors of #A00559
Black with #A00559
Text Example
Text Example
White with #A00559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00559; }
p { color: rgb(160,5,89); }
H1.HeaderClassName
{
color: #A00559;
}
.AnyTagClassName
{
color: #A00559;
}
</style>
background-color css
<style>
a { background-color: #A00559; }
a { background-color: rgb(160,5,89); }
div.DivClassName
{
background-color: #A00559;
}
.BgClassName
{
background-color: #A00559;
}
</style>
border-color css
<style>
span { border-color: #A00559; }
span { border-color: rgb(160,5,89); }
td.TdClassName
{
border-color: #A00559;
}
.TagClassName
{
border-color: #A00559;
}
</style>