Shades of Jazzberry Jam #A0044E
Tints of Jazzberry Jam #A0044E
RGB
CMYK
RGB Variations
Color information
#A0044E (or 0xA0044E) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 4E. RGB value is (160,4,78). Sum of RGB (Red+Green+Blue) = 160+4+78=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0044E is #5FFBB1. Grayscale: #3A3A3A. Windows color (decimal): -6290354 or 5112992. OLE color: 5112992.
HSL color Cylindrical-coordinate representation of color #A0044E: hue angle of 331.54º 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 #A0044E is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.37 |
| HSL | 331.54º | 0.95% | 0.32% | - |
| HSV(B) | 331.54º | 0.98% | 0.63% | - |
| XYZ | 15.92 | 8.11 | 7.93 | - |
| YUV | 59.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 78 | 0 | 0.98 | 0.51 | 0.37 | 331.54 | 0.95 | 0.32 |
| Hex | A0 | 4 | 4E | 0 | 62 | 33 | 25 | 14C | 5F | 20 |
| Octal | 240 | 4 | 116 | 0 | 142 | 63 | 45 | 514 | 137 | 40 |
| Binary | 10100000 | 100 | 1001110 | 0 | 1100010 | 110011 | 100101 | 101001100 | 1011111 | 100000 |
Color Harmonies of #A0044E
Complementary color
Monochromatic Colors of #A0044E
Black with #A0044E
Text Example
Text Example
White with #A0044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0044E; }
p { color: rgb(160,4,78); }
H1.HeaderClassName
{
color: #A0044E;
}
.AnyTagClassName
{
color: #A0044E;
}
</style>
background-color css
<style>
a { background-color: #A0044E; }
a { background-color: rgb(160,4,78); }
div.DivClassName
{
background-color: #A0044E;
}
.BgClassName
{
background-color: #A0044E;
}
</style>
border-color css
<style>
span { border-color: #A0044E; }
span { border-color: rgb(160,4,78); }
td.TdClassName
{
border-color: #A0044E;
}
.TagClassName
{
border-color: #A0044E;
}
</style>