Shades of Jazzberry Jam #A7004E
Tints of Jazzberry Jam #A7004E
RGB
CMYK
RGB Variations
Color information
#A7004E (or 0xA7004E) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 4E. RGB value is (167,0,78). Sum of RGB (Red+Green+Blue) = 167+0+78=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A7004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7004E is #58FFB1. Grayscale: #3A3A3A. Windows color (decimal): -5832626 or 5111975. OLE color: 5111975.
HSL color Cylindrical-coordinate representation of color #A7004E: hue angle of 331.98º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7004E is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.53 | 0.35 |
| HSL | 331.98º | 1% | 0.33% | - |
| HSV(B) | 331.98º | 1% | 0.65% | - |
| XYZ | 17.31 | 8.77 | 7.99 | - |
| YUV | 58.83 | 138.83 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 78 | 0 | 1 | 0.53 | 0.35 | 331.98 | 1 | 0.33 |
| Hex | A7 | 0 | 4E | 0 | 64 | 35 | 23 | 14C | 64 | 21 |
| Octal | 247 | 0 | 116 | 0 | 144 | 65 | 43 | 514 | 144 | 41 |
| Binary | 10100111 | 0 | 1001110 | 0 | 1100100 | 110101 | 100011 | 101001100 | 1100100 | 100001 |
Color Harmonies of #A7004E
Complementary color
Monochromatic Colors of #A7004E
Black with #A7004E
Text Example
Text Example
White with #A7004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7004E; }
p { color: rgb(167,0,78); }
H1.HeaderClassName
{
color: #A7004E;
}
.AnyTagClassName
{
color: #A7004E;
}
</style>
background-color css
<style>
a { background-color: #A7004E; }
a { background-color: rgb(167,0,78); }
div.DivClassName
{
background-color: #A7004E;
}
.BgClassName
{
background-color: #A7004E;
}
</style>
border-color css
<style>
span { border-color: #A7004E; }
span { border-color: rgb(167,0,78); }
td.TdClassName
{
border-color: #A7004E;
}
.TagClassName
{
border-color: #A7004E;
}
</style>