Shades of Jazzberry Jam #A00459
Tints of Jazzberry Jam #A00459
RGB
CMYK
RGB Variations
Color information
#A00459 (or 0xA00459) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 59. RGB value is (160,4,89). Sum of RGB (Red+Green+Blue) = 160+4+89=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A00459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00459 is #5FFBA6. Grayscale: #3C3C3C. Windows color (decimal): -6290343 or 5833888. OLE color: 5833888.
HSL color Cylindrical-coordinate representation of color #A00459: hue angle of 327.31º degrees, saturation: 0.95, 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 #A00459 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 89 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.37 |
| HSL | 327.31º | 0.95% | 0.32% | - |
| HSV(B) | 327.31º | 0.98% | 0.63% | - |
| XYZ | 16.34 | 8.28 | 10.19 | - |
| YUV | 60.33 | 144.18 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 89 | 0 | 0.98 | 0.44 | 0.37 | 327.31 | 0.95 | 0.32 |
| Hex | A0 | 4 | 59 | 0 | 62 | 2C | 25 | 147 | 5F | 20 |
| Octal | 240 | 4 | 131 | 0 | 142 | 54 | 45 | 507 | 137 | 40 |
| Binary | 10100000 | 100 | 1011001 | 0 | 1100010 | 101100 | 100101 | 101000111 | 1011111 | 100000 |
Color Harmonies of #A00459
Complementary color
Monochromatic Colors of #A00459
Black with #A00459
Text Example
Text Example
White with #A00459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00459; }
p { color: rgb(160,4,89); }
H1.HeaderClassName
{
color: #A00459;
}
.AnyTagClassName
{
color: #A00459;
}
</style>
background-color css
<style>
a { background-color: #A00459; }
a { background-color: rgb(160,4,89); }
div.DivClassName
{
background-color: #A00459;
}
.BgClassName
{
background-color: #A00459;
}
</style>
border-color css
<style>
span { border-color: #A00459; }
span { border-color: rgb(160,4,89); }
td.TdClassName
{
border-color: #A00459;
}
.TagClassName
{
border-color: #A00459;
}
</style>