Shades of Jazzberry Jam #A71471
Tints of Jazzberry Jam #A71471
RGB
CMYK
RGB Variations
Color information
#A71471 (or 0xA71471) is known color: Jazzberry Jam. HEX triplet: A7, 14 and 71. RGB value is (167,20,113). Sum of RGB (Red+Green+Blue) = 167+20+113=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A71471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71471 is #58EB8E. Grayscale: #4A4A4A. Windows color (decimal): -5827471 or 7410855. OLE color: 7410855.
HSL color Cylindrical-coordinate representation of color #A71471: hue angle of 322.04º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71471 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 20 | 113 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.35 |
| HSL | 322.04º | 0.79% | 0.37% | - |
| HSV(B) | 322.04º | 0.88% | 0.65% | - |
| XYZ | 19.17 | 9.91 | 16.53 | - |
| YUV | 74.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 20 | 113 | 0 | 0.88 | 0.32 | 0.35 | 322.04 | 0.79 | 0.37 |
| Hex | A7 | 14 | 71 | 0 | 58 | 20 | 23 | 142 | 4F | 25 |
| Octal | 247 | 24 | 161 | 0 | 130 | 40 | 43 | 502 | 117 | 45 |
| Binary | 10100111 | 10100 | 1110001 | 0 | 1011000 | 100000 | 100011 | 101000010 | 1001111 | 100101 |
Color Harmonies of #A71471
Complementary color
Monochromatic Colors of #A71471
Black with #A71471
Text Example
Text Example
White with #A71471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71471; }
p { color: rgb(167,20,113); }
H1.HeaderClassName
{
color: #A71471;
}
.AnyTagClassName
{
color: #A71471;
}
</style>
background-color css
<style>
a { background-color: #A71471; }
a { background-color: rgb(167,20,113); }
div.DivClassName
{
background-color: #A71471;
}
.BgClassName
{
background-color: #A71471;
}
</style>
border-color css
<style>
span { border-color: #A71471; }
span { border-color: rgb(167,20,113); }
td.TdClassName
{
border-color: #A71471;
}
.TagClassName
{
border-color: #A71471;
}
</style>