Shades of Jazzberry Jam #A00549
Tints of Jazzberry Jam #A00549
RGB
CMYK
RGB Variations
Color information
#A00549 (or 0xA00549) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 49. RGB value is (160,5,73). Sum of RGB (Red+Green+Blue) = 160+5+73=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A00549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00549 is #5FFAB6. Grayscale: #3A3A3A. Windows color (decimal): -6290103 or 4785568. OLE color: 4785568.
HSL color Cylindrical-coordinate representation of color #A00549: hue angle of 333.68º 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 #A00549 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 5 | 73 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.37 |
| HSL | 333.68º | 0.94% | 0.32% | - |
| HSV(B) | 333.68º | 0.97% | 0.63% | - |
| XYZ | 15.75 | 8.06 | 7.03 | - |
| YUV | 59.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 73 | 0 | 0.97 | 0.54 | 0.37 | 333.68 | 0.94 | 0.32 |
| Hex | A0 | 5 | 49 | 0 | 61 | 36 | 25 | 14E | 5E | 20 |
| Octal | 240 | 5 | 111 | 0 | 141 | 66 | 45 | 516 | 136 | 40 |
| Binary | 10100000 | 101 | 1001001 | 0 | 1100001 | 110110 | 100101 | 101001110 | 1011110 | 100000 |
Color Harmonies of #A00549
Complementary color
Monochromatic Colors of #A00549
Black with #A00549
Text Example
Text Example
White with #A00549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00549; }
p { color: rgb(160,5,73); }
H1.HeaderClassName
{
color: #A00549;
}
.AnyTagClassName
{
color: #A00549;
}
</style>
background-color css
<style>
a { background-color: #A00549; }
a { background-color: rgb(160,5,73); }
div.DivClassName
{
background-color: #A00549;
}
.BgClassName
{
background-color: #A00549;
}
</style>
border-color css
<style>
span { border-color: #A00549; }
span { border-color: rgb(160,5,73); }
td.TdClassName
{
border-color: #A00549;
}
.TagClassName
{
border-color: #A00549;
}
</style>