Shades of Jazzberry Jam #A00C43
Tints of Jazzberry Jam #A00C43
RGB
CMYK
RGB Variations
Color information
#A00C43 (or 0xA00C43) is known color: Jazzberry Jam. HEX triplet: A0, 0C and 43. RGB value is (160,12,67). Sum of RGB (Red+Green+Blue) = 160+12+67=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00C43 is #5FF3BC. Grayscale: #3E3E3E. Windows color (decimal): -6288317 or 4394144. OLE color: 4394144.
HSL color Cylindrical-coordinate representation of color #A00C43: hue angle of 337.7º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00C43 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 12 | 67 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.37 |
| HSL | 337.7º | 0.86% | 0.34% | - |
| HSV(B) | 337.7º | 0.93% | 0.63% | - |
| XYZ | 15.64 | 8.14 | 6.06 | - |
| YUV | 62.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 67 | 0 | 0.93 | 0.58 | 0.37 | 337.7 | 0.86 | 0.34 |
| Hex | A0 | C | 43 | 0 | 5D | 3A | 25 | 152 | 56 | 22 |
| Octal | 240 | 14 | 103 | 0 | 135 | 72 | 45 | 522 | 126 | 42 |
| Binary | 10100000 | 1100 | 1000011 | 0 | 1011101 | 111010 | 100101 | 101010010 | 1010110 | 100010 |
Color Harmonies of #A00C43
Complementary color
Monochromatic Colors of #A00C43
Black with #A00C43
Text Example
Text Example
White with #A00C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00C43; }
p { color: rgb(160,12,67); }
H1.HeaderClassName
{
color: #A00C43;
}
.AnyTagClassName
{
color: #A00C43;
}
</style>
background-color css
<style>
a { background-color: #A00C43; }
a { background-color: rgb(160,12,67); }
div.DivClassName
{
background-color: #A00C43;
}
.BgClassName
{
background-color: #A00C43;
}
</style>
border-color css
<style>
span { border-color: #A00C43; }
span { border-color: rgb(160,12,67); }
td.TdClassName
{
border-color: #A00C43;
}
.TagClassName
{
border-color: #A00C43;
}
</style>