Shades of Jazzberry Jam #A00259
Tints of Jazzberry Jam #A00259
RGB
CMYK
RGB Variations
Color information
#A00259 (or 0xA00259) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 59. RGB value is (160,2,89). Sum of RGB (Red+Green+Blue) = 160+2+89=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A00259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00259 is #5FFDA6. Grayscale: #3A3A3A. Windows color (decimal): -6290855 or 5833376. OLE color: 5833376.
HSL color Cylindrical-coordinate representation of color #A00259: hue angle of 326.96º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00259 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.37 |
| HSL | 326.96º | 0.98% | 0.32% | - |
| HSV(B) | 326.96º | 0.99% | 0.63% | - |
| XYZ | 16.32 | 8.24 | 10.18 | - |
| YUV | 59.16 | 144.85 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 89 | 0 | 0.99 | 0.44 | 0.37 | 326.96 | 0.98 | 0.32 |
| Hex | A0 | 2 | 59 | 0 | 63 | 2C | 25 | 147 | 62 | 20 |
| Octal | 240 | 2 | 131 | 0 | 143 | 54 | 45 | 507 | 142 | 40 |
| Binary | 10100000 | 10 | 1011001 | 0 | 1100011 | 101100 | 100101 | 101000111 | 1100010 | 100000 |
Color Harmonies of #A00259
Complementary color
Monochromatic Colors of #A00259
Black with #A00259
Text Example
Text Example
White with #A00259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00259; }
p { color: rgb(160,2,89); }
H1.HeaderClassName
{
color: #A00259;
}
.AnyTagClassName
{
color: #A00259;
}
</style>
background-color css
<style>
a { background-color: #A00259; }
a { background-color: rgb(160,2,89); }
div.DivClassName
{
background-color: #A00259;
}
.BgClassName
{
background-color: #A00259;
}
</style>
border-color css
<style>
span { border-color: #A00259; }
span { border-color: rgb(160,2,89); }
td.TdClassName
{
border-color: #A00259;
}
.TagClassName
{
border-color: #A00259;
}
</style>