Shades of Jazzberry Jam #A00359
Tints of Jazzberry Jam #A00359
RGB
CMYK
RGB Variations
Color information
#A00359 (or 0xA00359) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 59. RGB value is (160,3,89). Sum of RGB (Red+Green+Blue) = 160+3+89=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A00359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00359 is #5FFCA6. Grayscale: #3B3B3B. Windows color (decimal): -6290599 or 5833632. OLE color: 5833632.
HSL color Cylindrical-coordinate representation of color #A00359: hue angle of 327.13º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00359 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.37 |
| HSL | 327.13º | 0.96% | 0.32% | - |
| HSV(B) | 327.13º | 0.98% | 0.63% | - |
| XYZ | 16.33 | 8.26 | 10.18 | - |
| YUV | 59.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 89 | 0 | 0.98 | 0.44 | 0.37 | 327.13 | 0.96 | 0.32 |
| Hex | A0 | 3 | 59 | 0 | 62 | 2C | 25 | 147 | 60 | 20 |
| Octal | 240 | 3 | 131 | 0 | 142 | 54 | 45 | 507 | 140 | 40 |
| Binary | 10100000 | 11 | 1011001 | 0 | 1100010 | 101100 | 100101 | 101000111 | 1100000 | 100000 |
Color Harmonies of #A00359
Complementary color
Monochromatic Colors of #A00359
Black with #A00359
Text Example
Text Example
White with #A00359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00359; }
p { color: rgb(160,3,89); }
H1.HeaderClassName
{
color: #A00359;
}
.AnyTagClassName
{
color: #A00359;
}
</style>
background-color css
<style>
a { background-color: #A00359; }
a { background-color: rgb(160,3,89); }
div.DivClassName
{
background-color: #A00359;
}
.BgClassName
{
background-color: #A00359;
}
</style>
border-color css
<style>
span { border-color: #A00359; }
span { border-color: rgb(160,3,89); }
td.TdClassName
{
border-color: #A00359;
}
.TagClassName
{
border-color: #A00359;
}
</style>