Shades of Jazzberry Jam #A71958
Tints of Jazzberry Jam #A71958
RGB
CMYK
RGB Variations
Color information
#A71958 (or 0xA71958) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 58. RGB value is (167,25,88). Sum of RGB (Red+Green+Blue) = 167+25+88=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A71958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71958 is #58E6A7. Grayscale: #4A4A4A. Windows color (decimal): -5826216 or 5773735. OLE color: 5773735.
HSL color Cylindrical-coordinate representation of color #A71958: hue angle of 333.38º 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 #A71958 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 88 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.35 |
| HSL | 333.38º | 0.74% | 0.38% | - |
| HSV(B) | 333.38º | 0.85% | 0.65% | - |
| XYZ | 18.05 | 9.62 | 10.14 | - |
| YUV | 74.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 88 | 0 | 0.85 | 0.47 | 0.35 | 333.38 | 0.74 | 0.38 |
| Hex | A7 | 19 | 58 | 0 | 55 | 2F | 23 | 14D | 4A | 26 |
| Octal | 247 | 31 | 130 | 0 | 125 | 57 | 43 | 515 | 112 | 46 |
| Binary | 10100111 | 11001 | 1011000 | 0 | 1010101 | 101111 | 100011 | 101001101 | 1001010 | 100110 |
Color Harmonies of #A71958
Complementary color
Monochromatic Colors of #A71958
Black with #A71958
Text Example
Text Example
White with #A71958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71958; }
p { color: rgb(167,25,88); }
H1.HeaderClassName
{
color: #A71958;
}
.AnyTagClassName
{
color: #A71958;
}
</style>
background-color css
<style>
a { background-color: #A71958; }
a { background-color: rgb(167,25,88); }
div.DivClassName
{
background-color: #A71958;
}
.BgClassName
{
background-color: #A71958;
}
</style>
border-color css
<style>
span { border-color: #A71958; }
span { border-color: rgb(167,25,88); }
td.TdClassName
{
border-color: #A71958;
}
.TagClassName
{
border-color: #A71958;
}
</style>