Shades of Jazzberry Jam #A71271
Tints of Jazzberry Jam #A71271
RGB
CMYK
RGB Variations
Color information
#A71271 (or 0xA71271) is known color: Jazzberry Jam. HEX triplet: A7, 12 and 71. RGB value is (167,18,113). Sum of RGB (Red+Green+Blue) = 167+18+113=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A71271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71271 is #58ED8E. Grayscale: #494949. Windows color (decimal): -5827983 or 7410343. OLE color: 7410343.
HSL color Cylindrical-coordinate representation of color #A71271: hue angle of 321.74º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71271 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 18 | 113 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.35 |
| HSL | 321.75º | 0.81% | 0.36% | - |
| HSV(B) | 321.75º | 0.89% | 0.65% | - |
| XYZ | 19.13 | 9.84 | 16.51 | - |
| YUV | 73.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 113 | 0 | 0.89 | 0.32 | 0.35 | 321.75 | 0.81 | 0.36 |
| Hex | A7 | 12 | 71 | 0 | 59 | 20 | 23 | 142 | 51 | 24 |
| Octal | 247 | 22 | 161 | 0 | 131 | 40 | 43 | 502 | 121 | 44 |
| Binary | 10100111 | 10010 | 1110001 | 0 | 1011001 | 100000 | 100011 | 101000010 | 1010001 | 100100 |
Color Harmonies of #A71271
Complementary color
Monochromatic Colors of #A71271
Black with #A71271
Text Example
Text Example
White with #A71271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71271; }
p { color: rgb(167,18,113); }
H1.HeaderClassName
{
color: #A71271;
}
.AnyTagClassName
{
color: #A71271;
}
</style>
background-color css
<style>
a { background-color: #A71271; }
a { background-color: rgb(167,18,113); }
div.DivClassName
{
background-color: #A71271;
}
.BgClassName
{
background-color: #A71271;
}
</style>
border-color css
<style>
span { border-color: #A71271; }
span { border-color: rgb(167,18,113); }
td.TdClassName
{
border-color: #A71271;
}
.TagClassName
{
border-color: #A71271;
}
</style>