Shades of Jazzberry Jam #A71046
Tints of Jazzberry Jam #A71046
RGB
CMYK
RGB Variations
Color information
#A71046 (or 0xA71046) is known color: Jazzberry Jam. HEX triplet: A7, 10 and 46. RGB value is (167,16,70). Sum of RGB (Red+Green+Blue) = 167+16+70=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A71046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71046 is #58EFB9. Grayscale: #434343. Windows color (decimal): -5828538 or 4591783. OLE color: 4591783.
HSL color Cylindrical-coordinate representation of color #A71046: hue angle of 338.54º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71046 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 70 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.35 |
| HSL | 338.54º | 0.83% | 0.36% | - |
| HSV(B) | 338.54º | 0.9% | 0.65% | - |
| XYZ | 17.23 | 9.03 | 6.63 | - |
| YUV | 67.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 70 | 0 | 0.90 | 0.58 | 0.35 | 338.54 | 0.83 | 0.36 |
| Hex | A7 | 10 | 46 | 0 | 5A | 3A | 23 | 153 | 53 | 24 |
| Octal | 247 | 20 | 106 | 0 | 132 | 72 | 43 | 523 | 123 | 44 |
| Binary | 10100111 | 10000 | 1000110 | 0 | 1011010 | 111010 | 100011 | 101010011 | 1010011 | 100100 |
Color Harmonies of #A71046
Complementary color
Monochromatic Colors of #A71046
Black with #A71046
Text Example
Text Example
White with #A71046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71046; }
p { color: rgb(167,16,70); }
H1.HeaderClassName
{
color: #A71046;
}
.AnyTagClassName
{
color: #A71046;
}
</style>
background-color css
<style>
a { background-color: #A71046; }
a { background-color: rgb(167,16,70); }
div.DivClassName
{
background-color: #A71046;
}
.BgClassName
{
background-color: #A71046;
}
</style>
border-color css
<style>
span { border-color: #A71046; }
span { border-color: rgb(167,16,70); }
td.TdClassName
{
border-color: #A71046;
}
.TagClassName
{
border-color: #A71046;
}
</style>