Shades of Jazzberry Jam #A00551
Tints of Jazzberry Jam #A00551
RGB
CMYK
RGB Variations
Color information
#A00551 (or 0xA00551) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 51. RGB value is (160,5,81). Sum of RGB (Red+Green+Blue) = 160+5+81=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A00551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00551 is #5FFAAE. Grayscale: #3B3B3B. Windows color (decimal): -6290095 or 5309856. OLE color: 5309856.
HSL color Cylindrical-coordinate representation of color #A00551: hue angle of 330.58º 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 #A00551 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.37 |
| HSL | 330.58º | 0.94% | 0.32% | - |
| HSV(B) | 330.58º | 0.97% | 0.63% | - |
| XYZ | 16.04 | 8.18 | 8.52 | - |
| YUV | 60.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 81 | 0 | 0.97 | 0.49 | 0.37 | 330.58 | 0.94 | 0.32 |
| Hex | A0 | 5 | 51 | 0 | 61 | 31 | 25 | 14B | 5E | 20 |
| Octal | 240 | 5 | 121 | 0 | 141 | 61 | 45 | 513 | 136 | 40 |
| Binary | 10100000 | 101 | 1010001 | 0 | 1100001 | 110001 | 100101 | 101001011 | 1011110 | 100000 |
Color Harmonies of #A00551
Complementary color
Monochromatic Colors of #A00551
Black with #A00551
Text Example
Text Example
White with #A00551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00551; }
p { color: rgb(160,5,81); }
H1.HeaderClassName
{
color: #A00551;
}
.AnyTagClassName
{
color: #A00551;
}
</style>
background-color css
<style>
a { background-color: #A00551; }
a { background-color: rgb(160,5,81); }
div.DivClassName
{
background-color: #A00551;
}
.BgClassName
{
background-color: #A00551;
}
</style>
border-color css
<style>
span { border-color: #A00551; }
span { border-color: rgb(160,5,81); }
td.TdClassName
{
border-color: #A00551;
}
.TagClassName
{
border-color: #A00551;
}
</style>