Shades of Jazzberry Jam #A00F49
Tints of Jazzberry Jam #A00F49
RGB
CMYK
RGB Variations
Color information
#A00F49 (or 0xA00F49) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 49. RGB value is (160,15,73). Sum of RGB (Red+Green+Blue) = 160+15+73=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F49 is #5FF0B6. Grayscale: #404040. Windows color (decimal): -6287543 or 4788128. OLE color: 4788128.
HSL color Cylindrical-coordinate representation of color #A00F49: hue angle of 336º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F49 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 15 | 73 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.37 |
| HSL | 336º | 0.83% | 0.34% | - |
| HSV(B) | 336º | 0.91% | 0.63% | - |
| XYZ | 15.87 | 8.3 | 7.07 | - |
| YUV | 64.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 73 | 0 | 0.91 | 0.54 | 0.37 | 336 | 0.83 | 0.34 |
| Hex | A0 | F | 49 | 0 | 5B | 36 | 25 | 150 | 53 | 22 |
| Octal | 240 | 17 | 111 | 0 | 133 | 66 | 45 | 520 | 123 | 42 |
| Binary | 10100000 | 1111 | 1001001 | 0 | 1011011 | 110110 | 100101 | 101010000 | 1010011 | 100010 |
Color Harmonies of #A00F49
Complementary color
Monochromatic Colors of #A00F49
Black with #A00F49
Text Example
Text Example
White with #A00F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00F49; }
p { color: rgb(160,15,73); }
H1.HeaderClassName
{
color: #A00F49;
}
.AnyTagClassName
{
color: #A00F49;
}
</style>
background-color css
<style>
a { background-color: #A00F49; }
a { background-color: rgb(160,15,73); }
div.DivClassName
{
background-color: #A00F49;
}
.BgClassName
{
background-color: #A00F49;
}
</style>
border-color css
<style>
span { border-color: #A00F49; }
span { border-color: rgb(160,15,73); }
td.TdClassName
{
border-color: #A00F49;
}
.TagClassName
{
border-color: #A00F49;
}
</style>