Shades of Jazzberry Jam #A00558
Tints of Jazzberry Jam #A00558
RGB
CMYK
RGB Variations
Color information
#A00558 (or 0xA00558) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 58. RGB value is (160,5,88). Sum of RGB (Red+Green+Blue) = 160+5+88=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A00558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00558 is #5FFAA7. Grayscale: #3C3C3C. Windows color (decimal): -6290088 or 5768608. OLE color: 5768608.
HSL color Cylindrical-coordinate representation of color #A00558: hue angle of 327.87º 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 #A00558 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 88 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.37 |
| HSL | 327.87º | 0.94% | 0.32% | - |
| HSV(B) | 327.87º | 0.97% | 0.63% | - |
| XYZ | 16.31 | 8.29 | 9.97 | - |
| YUV | 60.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 88 | 0 | 0.97 | 0.45 | 0.37 | 327.87 | 0.94 | 0.32 |
| Hex | A0 | 5 | 58 | 0 | 61 | 2D | 25 | 148 | 5E | 20 |
| Octal | 240 | 5 | 130 | 0 | 141 | 55 | 45 | 510 | 136 | 40 |
| Binary | 10100000 | 101 | 1011000 | 0 | 1100001 | 101101 | 100101 | 101001000 | 1011110 | 100000 |
Color Harmonies of #A00558
Complementary color
Monochromatic Colors of #A00558
Black with #A00558
Text Example
Text Example
White with #A00558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00558; }
p { color: rgb(160,5,88); }
H1.HeaderClassName
{
color: #A00558;
}
.AnyTagClassName
{
color: #A00558;
}
</style>
background-color css
<style>
a { background-color: #A00558; }
a { background-color: rgb(160,5,88); }
div.DivClassName
{
background-color: #A00558;
}
.BgClassName
{
background-color: #A00558;
}
</style>
border-color css
<style>
span { border-color: #A00558; }
span { border-color: rgb(160,5,88); }
td.TdClassName
{
border-color: #A00558;
}
.TagClassName
{
border-color: #A00558;
}
</style>