Shades of Jazzberry Jam #A7044A
Tints of Jazzberry Jam #A7044A
RGB
CMYK
RGB Variations
Color information
#A7044A (or 0xA7044A) is known color: Jazzberry Jam. HEX triplet: A7, 04 and 4A. RGB value is (167,4,74). Sum of RGB (Red+Green+Blue) = 167+4+74=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A7044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7044A is #58FBB5. Grayscale: #3C3C3C. Windows color (decimal): -5831606 or 4850855. OLE color: 4850855.
HSL color Cylindrical-coordinate representation of color #A7044A: hue angle of 334.23º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7044A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.35 |
| HSL | 334.23º | 0.95% | 0.34% | - |
| HSV(B) | 334.23º | 0.98% | 0.65% | - |
| XYZ | 17.22 | 8.8 | 7.27 | - |
| YUV | 60.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 4 | 74 | 0 | 0.98 | 0.56 | 0.35 | 334.23 | 0.95 | 0.34 |
| Hex | A7 | 4 | 4A | 0 | 62 | 38 | 23 | 14E | 5F | 22 |
| Octal | 247 | 4 | 112 | 0 | 142 | 70 | 43 | 516 | 137 | 42 |
| Binary | 10100111 | 100 | 1001010 | 0 | 1100010 | 111000 | 100011 | 101001110 | 1011111 | 100010 |
Color Harmonies of #A7044A
Complementary color
Monochromatic Colors of #A7044A
Black with #A7044A
Text Example
Text Example
White with #A7044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7044A; }
p { color: rgb(167,4,74); }
H1.HeaderClassName
{
color: #A7044A;
}
.AnyTagClassName
{
color: #A7044A;
}
</style>
background-color css
<style>
a { background-color: #A7044A; }
a { background-color: rgb(167,4,74); }
div.DivClassName
{
background-color: #A7044A;
}
.BgClassName
{
background-color: #A7044A;
}
</style>
border-color css
<style>
span { border-color: #A7044A; }
span { border-color: rgb(167,4,74); }
td.TdClassName
{
border-color: #A7044A;
}
.TagClassName
{
border-color: #A7044A;
}
</style>