Shades of Jazzberry Jam #A71957
Tints of Jazzberry Jam #A71957
RGB
CMYK
RGB Variations
Color information
#A71957 (or 0xA71957) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 57. RGB value is (167,25,87). Sum of RGB (Red+Green+Blue) = 167+25+87=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A71957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71957 is #58E6A8. Grayscale: #4A4A4A. Windows color (decimal): -5826217 or 5708199. OLE color: 5708199.
HSL color Cylindrical-coordinate representation of color #A71957: hue angle of 333.8º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71957 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 87 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.35 |
| HSL | 333.8º | 0.74% | 0.38% | - |
| HSV(B) | 333.8º | 0.85% | 0.65% | - |
| XYZ | 18 | 9.6 | 9.92 | - |
| YUV | 74.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 87 | 0 | 0.85 | 0.48 | 0.35 | 333.8 | 0.74 | 0.38 |
| Hex | A7 | 19 | 57 | 0 | 55 | 30 | 23 | 14E | 4A | 26 |
| Octal | 247 | 31 | 127 | 0 | 125 | 60 | 43 | 516 | 112 | 46 |
| Binary | 10100111 | 11001 | 1010111 | 0 | 1010101 | 110000 | 100011 | 101001110 | 1001010 | 100110 |
Color Harmonies of #A71957
Complementary color
Monochromatic Colors of #A71957
Black with #A71957
Text Example
Text Example
White with #A71957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71957; }
p { color: rgb(167,25,87); }
H1.HeaderClassName
{
color: #A71957;
}
.AnyTagClassName
{
color: #A71957;
}
</style>
background-color css
<style>
a { background-color: #A71957; }
a { background-color: rgb(167,25,87); }
div.DivClassName
{
background-color: #A71957;
}
.BgClassName
{
background-color: #A71957;
}
</style>
border-color css
<style>
span { border-color: #A71957; }
span { border-color: rgb(167,25,87); }
td.TdClassName
{
border-color: #A71957;
}
.TagClassName
{
border-color: #A71957;
}
</style>