Shades of Jazzberry Jam #A51471
Tints of Jazzberry Jam #A51471
RGB
CMYK
RGB Variations
Color information
#A51471 (or 0xA51471) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 71. RGB value is (165,20,113). Sum of RGB (Red+Green+Blue) = 165+20+113=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A51471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51471 is #5AEB8E. Grayscale: #494949. Windows color (decimal): -5958543 or 7410853. OLE color: 7410853.
HSL color Cylindrical-coordinate representation of color #A51471: hue angle of 321.52º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51471 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 20 | 113 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.35 |
| HSL | 321.52º | 0.78% | 0.36% | - |
| HSV(B) | 321.52º | 0.88% | 0.65% | - |
| XYZ | 18.75 | 9.69 | 16.51 | - |
| YUV | 73.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 20 | 113 | 0 | 0.88 | 0.32 | 0.35 | 321.52 | 0.78 | 0.36 |
| Hex | A5 | 14 | 71 | 0 | 58 | 20 | 23 | 142 | 4E | 24 |
| Octal | 245 | 24 | 161 | 0 | 130 | 40 | 43 | 502 | 116 | 44 |
| Binary | 10100101 | 10100 | 1110001 | 0 | 1011000 | 100000 | 100011 | 101000010 | 1001110 | 100100 |
Color Harmonies of #A51471
Complementary color
Monochromatic Colors of #A51471
Black with #A51471
Text Example
Text Example
White with #A51471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51471; }
p { color: rgb(165,20,113); }
H1.HeaderClassName
{
color: #A51471;
}
.AnyTagClassName
{
color: #A51471;
}
</style>
background-color css
<style>
a { background-color: #A51471; }
a { background-color: rgb(165,20,113); }
div.DivClassName
{
background-color: #A51471;
}
.BgClassName
{
background-color: #A51471;
}
</style>
border-color css
<style>
span { border-color: #A51471; }
span { border-color: rgb(165,20,113); }
td.TdClassName
{
border-color: #A51471;
}
.TagClassName
{
border-color: #A51471;
}
</style>