Shades of Jazzberry Jam #A71967
Tints of Jazzberry Jam #A71967
RGB
CMYK
RGB Variations
Color information
#A71967 (or 0xA71967) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 67. RGB value is (167,25,103). Sum of RGB (Red+Green+Blue) = 167+25+103=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A71967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71967 is #58E698. Grayscale: #4C4C4C. Windows color (decimal): -5826201 or 6756775. OLE color: 6756775.
HSL color Cylindrical-coordinate representation of color #A71967: hue angle of 327.04º 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 #A71967 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 103 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.35 |
| HSL | 327.04º | 0.74% | 0.38% | - |
| HSV(B) | 327.04º | 0.85% | 0.65% | - |
| XYZ | 18.73 | 9.89 | 13.75 | - |
| YUV | 76.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 103 | 0 | 0.85 | 0.38 | 0.35 | 327.04 | 0.74 | 0.38 |
| Hex | A7 | 19 | 67 | 0 | 55 | 26 | 23 | 147 | 4A | 26 |
| Octal | 247 | 31 | 147 | 0 | 125 | 46 | 43 | 507 | 112 | 46 |
| Binary | 10100111 | 11001 | 1100111 | 0 | 1010101 | 100110 | 100011 | 101000111 | 1001010 | 100110 |
Color Harmonies of #A71967
Complementary color
Monochromatic Colors of #A71967
Black with #A71967
Text Example
Text Example
White with #A71967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71967; }
p { color: rgb(167,25,103); }
H1.HeaderClassName
{
color: #A71967;
}
.AnyTagClassName
{
color: #A71967;
}
</style>
background-color css
<style>
a { background-color: #A71967; }
a { background-color: rgb(167,25,103); }
div.DivClassName
{
background-color: #A71967;
}
.BgClassName
{
background-color: #A71967;
}
</style>
border-color css
<style>
span { border-color: #A71967; }
span { border-color: rgb(167,25,103); }
td.TdClassName
{
border-color: #A71967;
}
.TagClassName
{
border-color: #A71967;
}
</style>