Shades of Jazzberry Jam #A01871
Tints of Jazzberry Jam #A01871
RGB
CMYK
RGB Variations
Color information
#A01871 (or 0xA01871) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 71. RGB value is (160,24,113). Sum of RGB (Red+Green+Blue) = 160+24+113=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A01871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01871 is #5FE78E. Grayscale: #4A4A4A. Windows color (decimal): -6285199 or 7411872. OLE color: 7411872.
HSL color Cylindrical-coordinate representation of color #A01871: hue angle of 320.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01871 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 113 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.37 |
| HSL | 320.74º | 0.74% | 0.36% | - |
| HSV(B) | 320.74º | 0.85% | 0.63% | - |
| XYZ | 17.8 | 9.32 | 16.48 | - |
| YUV | 74.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 113 | 0 | 0.85 | 0.29 | 0.37 | 320.74 | 0.74 | 0.36 |
| Hex | A0 | 18 | 71 | 0 | 55 | 1D | 25 | 141 | 4A | 24 |
| Octal | 240 | 30 | 161 | 0 | 125 | 35 | 45 | 501 | 112 | 44 |
| Binary | 10100000 | 11000 | 1110001 | 0 | 1010101 | 11101 | 100101 | 101000001 | 1001010 | 100100 |
Color Harmonies of #A01871
Complementary color
Monochromatic Colors of #A01871
Black with #A01871
Text Example
Text Example
White with #A01871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01871; }
p { color: rgb(160,24,113); }
H1.HeaderClassName
{
color: #A01871;
}
.AnyTagClassName
{
color: #A01871;
}
</style>
background-color css
<style>
a { background-color: #A01871; }
a { background-color: rgb(160,24,113); }
div.DivClassName
{
background-color: #A01871;
}
.BgClassName
{
background-color: #A01871;
}
</style>
border-color css
<style>
span { border-color: #A01871; }
span { border-color: rgb(160,24,113); }
td.TdClassName
{
border-color: #A01871;
}
.TagClassName
{
border-color: #A01871;
}
</style>