Shades of Jazzberry Jam #A00547
Tints of Jazzberry Jam #A00547
RGB
CMYK
RGB Variations
Color information
#A00547 (or 0xA00547) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 47. RGB value is (160,5,71). Sum of RGB (Red+Green+Blue) = 160+5+71=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A00547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00547 is #5FFAB8. Grayscale: #3A3A3A. Windows color (decimal): -6290105 or 4654496. OLE color: 4654496.
HSL color Cylindrical-coordinate representation of color #A00547: hue angle of 334.45º 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 #A00547 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 71 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.37 |
| HSL | 334.45º | 0.94% | 0.32% | - |
| HSV(B) | 334.45º | 0.97% | 0.63% | - |
| XYZ | 15.69 | 8.04 | 6.69 | - |
| YUV | 58.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 71 | 0 | 0.97 | 0.56 | 0.37 | 334.45 | 0.94 | 0.32 |
| Hex | A0 | 5 | 47 | 0 | 61 | 38 | 25 | 14E | 5E | 20 |
| Octal | 240 | 5 | 107 | 0 | 141 | 70 | 45 | 516 | 136 | 40 |
| Binary | 10100000 | 101 | 1000111 | 0 | 1100001 | 111000 | 100101 | 101001110 | 1011110 | 100000 |
Color Harmonies of #A00547
Complementary color
Monochromatic Colors of #A00547
Black with #A00547
Text Example
Text Example
White with #A00547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00547; }
p { color: rgb(160,5,71); }
H1.HeaderClassName
{
color: #A00547;
}
.AnyTagClassName
{
color: #A00547;
}
</style>
background-color css
<style>
a { background-color: #A00547; }
a { background-color: rgb(160,5,71); }
div.DivClassName
{
background-color: #A00547;
}
.BgClassName
{
background-color: #A00547;
}
</style>
border-color css
<style>
span { border-color: #A00547; }
span { border-color: rgb(160,5,71); }
td.TdClassName
{
border-color: #A00547;
}
.TagClassName
{
border-color: #A00547;
}
</style>