Shades of Jazzberry Jam #A02471
Tints of Jazzberry Jam #A02471
RGB
CMYK
RGB Variations
Color information
#A02471 (or 0xA02471) is known color: Jazzberry Jam. HEX triplet: A0, 24 and 71. RGB value is (160,36,113). Sum of RGB (Red+Green+Blue) = 160+36+113=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A02471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02471 is #5FDB8E. Grayscale: #515151. Windows color (decimal): -6282127 or 7414944. OLE color: 7414944.
HSL color Cylindrical-coordinate representation of color #A02471: hue angle of 322.74º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02471 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 113 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.37 |
| HSL | 322.74º | 0.63% | 0.38% | - |
| HSV(B) | 322.74º | 0.78% | 0.63% | - |
| XYZ | 18.11 | 9.93 | 16.58 | - |
| YUV | 81.85 | 145.58 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 113 | 0 | 0.78 | 0.29 | 0.37 | 322.74 | 0.63 | 0.38 |
| Hex | A0 | 24 | 71 | 0 | 4E | 1D | 25 | 143 | 3F | 26 |
| Octal | 240 | 44 | 161 | 0 | 116 | 35 | 45 | 503 | 77 | 46 |
| Binary | 10100000 | 100100 | 1110001 | 0 | 1001110 | 11101 | 100101 | 101000011 | 111111 | 100110 |
Color Harmonies of #A02471
Complementary color
Monochromatic Colors of #A02471
Black with #A02471
Text Example
Text Example
White with #A02471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02471; }
p { color: rgb(160,36,113); }
H1.HeaderClassName
{
color: #A02471;
}
.AnyTagClassName
{
color: #A02471;
}
</style>
background-color css
<style>
a { background-color: #A02471; }
a { background-color: rgb(160,36,113); }
div.DivClassName
{
background-color: #A02471;
}
.BgClassName
{
background-color: #A02471;
}
</style>
border-color css
<style>
span { border-color: #A02471; }
span { border-color: rgb(160,36,113); }
td.TdClassName
{
border-color: #A02471;
}
.TagClassName
{
border-color: #A02471;
}
</style>