Shades of Jazzberry Jam #A00443
Tints of Jazzberry Jam #A00443
RGB
CMYK
RGB Variations
Color information
#A00443 (or 0xA00443) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 43. RGB value is (160,4,67). Sum of RGB (Red+Green+Blue) = 160+4+67=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A00443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00443 is #5FFBBC. Grayscale: #393939. Windows color (decimal): -6290365 or 4392096. OLE color: 4392096.
HSL color Cylindrical-coordinate representation of color #A00443: hue angle of 335.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00443 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.37 |
| HSL | 335.77º | 0.95% | 0.32% | - |
| HSV(B) | 335.77º | 0.98% | 0.63% | - |
| XYZ | 15.55 | 7.97 | 6.03 | - |
| YUV | 57.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 67 | 0 | 0.98 | 0.58 | 0.37 | 335.77 | 0.95 | 0.32 |
| Hex | A0 | 4 | 43 | 0 | 62 | 3A | 25 | 150 | 5F | 20 |
| Octal | 240 | 4 | 103 | 0 | 142 | 72 | 45 | 520 | 137 | 40 |
| Binary | 10100000 | 100 | 1000011 | 0 | 1100010 | 111010 | 100101 | 101010000 | 1011111 | 100000 |
Color Harmonies of #A00443
Complementary color
Monochromatic Colors of #A00443
Black with #A00443
Text Example
Text Example
White with #A00443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00443; }
p { color: rgb(160,4,67); }
H1.HeaderClassName
{
color: #A00443;
}
.AnyTagClassName
{
color: #A00443;
}
</style>
background-color css
<style>
a { background-color: #A00443; }
a { background-color: rgb(160,4,67); }
div.DivClassName
{
background-color: #A00443;
}
.BgClassName
{
background-color: #A00443;
}
</style>
border-color css
<style>
span { border-color: #A00443; }
span { border-color: rgb(160,4,67); }
td.TdClassName
{
border-color: #A00443;
}
.TagClassName
{
border-color: #A00443;
}
</style>