Shades of Jazzberry Jam #A51971
Tints of Jazzberry Jam #A51971
RGB
CMYK
RGB Variations
Color information
#A51971 (or 0xA51971) is known color: Jazzberry Jam. HEX triplet: A5, 19 and 71. RGB value is (165,25,113). Sum of RGB (Red+Green+Blue) = 165+25+113=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A51971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51971 is #5AE68E. Grayscale: #4C4C4C. Windows color (decimal): -5957263 or 7412133. OLE color: 7412133.
HSL color Cylindrical-coordinate representation of color #A51971: hue angle of 322.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51971 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 113 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.35 |
| HSL | 322.29º | 0.74% | 0.37% | - |
| HSV(B) | 322.29º | 0.85% | 0.65% | - |
| XYZ | 18.85 | 9.89 | 16.54 | - |
| YUV | 76.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 113 | 0 | 0.85 | 0.32 | 0.35 | 322.29 | 0.74 | 0.37 |
| Hex | A5 | 19 | 71 | 0 | 55 | 20 | 23 | 142 | 4A | 25 |
| Octal | 245 | 31 | 161 | 0 | 125 | 40 | 43 | 502 | 112 | 45 |
| Binary | 10100101 | 11001 | 1110001 | 0 | 1010101 | 100000 | 100011 | 101000010 | 1001010 | 100101 |
Color Harmonies of #A51971
Complementary color
Monochromatic Colors of #A51971
Black with #A51971
Text Example
Text Example
White with #A51971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51971; }
p { color: rgb(165,25,113); }
H1.HeaderClassName
{
color: #A51971;
}
.AnyTagClassName
{
color: #A51971;
}
</style>
background-color css
<style>
a { background-color: #A51971; }
a { background-color: rgb(165,25,113); }
div.DivClassName
{
background-color: #A51971;
}
.BgClassName
{
background-color: #A51971;
}
</style>
border-color css
<style>
span { border-color: #A51971; }
span { border-color: rgb(165,25,113); }
td.TdClassName
{
border-color: #A51971;
}
.TagClassName
{
border-color: #A51971;
}
</style>