Shades of Jazzberry Jam #A41371
Tints of Jazzberry Jam #A41371
RGB
CMYK
RGB Variations
Color information
#A41371 (or 0xA41371) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 71. RGB value is (164,19,113). Sum of RGB (Red+Green+Blue) = 164+19+113=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A41371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41371 is #5BEC8E. Grayscale: #484848. Windows color (decimal): -6024335 or 7410596. OLE color: 7410596.
HSL color Cylindrical-coordinate representation of color #A41371: hue angle of 321.1º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41371 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 19 | 113 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.36 |
| HSL | 321.1º | 0.79% | 0.36% | - |
| HSV(B) | 321.1º | 0.88% | 0.64% | - |
| XYZ | 18.52 | 9.55 | 16.49 | - |
| YUV | 73.07 | 150.54 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 113 | 0 | 0.88 | 0.31 | 0.36 | 321.1 | 0.79 | 0.36 |
| Hex | A4 | 13 | 71 | 0 | 58 | 1F | 24 | 141 | 4F | 24 |
| Octal | 244 | 23 | 161 | 0 | 130 | 37 | 44 | 501 | 117 | 44 |
| Binary | 10100100 | 10011 | 1110001 | 0 | 1011000 | 11111 | 100100 | 101000001 | 1001111 | 100100 |
Color Harmonies of #A41371
Complementary color
Monochromatic Colors of #A41371
Black with #A41371
Text Example
Text Example
White with #A41371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41371; }
p { color: rgb(164,19,113); }
H1.HeaderClassName
{
color: #A41371;
}
.AnyTagClassName
{
color: #A41371;
}
</style>
background-color css
<style>
a { background-color: #A41371; }
a { background-color: rgb(164,19,113); }
div.DivClassName
{
background-color: #A41371;
}
.BgClassName
{
background-color: #A41371;
}
</style>
border-color css
<style>
span { border-color: #A41371; }
span { border-color: rgb(164,19,113); }
td.TdClassName
{
border-color: #A41371;
}
.TagClassName
{
border-color: #A41371;
}
</style>