Shades of Jazzberry Jam #A01771
Tints of Jazzberry Jam #A01771
RGB
CMYK
RGB Variations
Color information
#A01771 (or 0xA01771) is known color: Jazzberry Jam. HEX triplet: A0, 17 and 71. RGB value is (160,23,113). Sum of RGB (Red+Green+Blue) = 160+23+113=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A01771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01771 is #5FE88E. Grayscale: #4A4A4A. Windows color (decimal): -6285455 or 7411616. OLE color: 7411616.
HSL color Cylindrical-coordinate representation of color #A01771: hue angle of 320.58º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01771 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 23 | 113 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.37 |
| HSL | 320.58º | 0.75% | 0.36% | - |
| HSV(B) | 320.58º | 0.86% | 0.63% | - |
| XYZ | 17.78 | 9.28 | 16.48 | - |
| YUV | 74.22 | 149.89 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 23 | 113 | 0 | 0.86 | 0.29 | 0.37 | 320.58 | 0.75 | 0.36 |
| Hex | A0 | 17 | 71 | 0 | 56 | 1D | 25 | 141 | 4B | 24 |
| Octal | 240 | 27 | 161 | 0 | 126 | 35 | 45 | 501 | 113 | 44 |
| Binary | 10100000 | 10111 | 1110001 | 0 | 1010110 | 11101 | 100101 | 101000001 | 1001011 | 100100 |
Color Harmonies of #A01771
Complementary color
Monochromatic Colors of #A01771
Black with #A01771
Text Example
Text Example
White with #A01771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01771; }
p { color: rgb(160,23,113); }
H1.HeaderClassName
{
color: #A01771;
}
.AnyTagClassName
{
color: #A01771;
}
</style>
background-color css
<style>
a { background-color: #A01771; }
a { background-color: rgb(160,23,113); }
div.DivClassName
{
background-color: #A01771;
}
.BgClassName
{
background-color: #A01771;
}
</style>
border-color css
<style>
span { border-color: #A01771; }
span { border-color: rgb(160,23,113); }
td.TdClassName
{
border-color: #A01771;
}
.TagClassName
{
border-color: #A01771;
}
</style>