Shades of Jazzberry Jam #A51771
Tints of Jazzberry Jam #A51771
RGB
CMYK
RGB Variations
Color information
#A51771 (or 0xA51771) is known color: Jazzberry Jam. HEX triplet: A5, 17 and 71. RGB value is (165,23,113). Sum of RGB (Red+Green+Blue) = 165+23+113=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A51771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51771 is #5AE88E. Grayscale: #4B4B4B. Windows color (decimal): -5957775 or 7411621. OLE color: 7411621.
HSL color Cylindrical-coordinate representation of color #A51771: hue angle of 321.97º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51771 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 23 | 113 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.35 |
| HSL | 321.97º | 0.76% | 0.37% | - |
| HSV(B) | 321.97º | 0.86% | 0.65% | - |
| XYZ | 18.8 | 9.8 | 16.52 | - |
| YUV | 75.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 23 | 113 | 0 | 0.86 | 0.32 | 0.35 | 321.97 | 0.76 | 0.37 |
| Hex | A5 | 17 | 71 | 0 | 56 | 20 | 23 | 142 | 4C | 25 |
| Octal | 245 | 27 | 161 | 0 | 126 | 40 | 43 | 502 | 114 | 45 |
| Binary | 10100101 | 10111 | 1110001 | 0 | 1010110 | 100000 | 100011 | 101000010 | 1001100 | 100101 |
Color Harmonies of #A51771
Complementary color
Monochromatic Colors of #A51771
Black with #A51771
Text Example
Text Example
White with #A51771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51771; }
p { color: rgb(165,23,113); }
H1.HeaderClassName
{
color: #A51771;
}
.AnyTagClassName
{
color: #A51771;
}
</style>
background-color css
<style>
a { background-color: #A51771; }
a { background-color: rgb(165,23,113); }
div.DivClassName
{
background-color: #A51771;
}
.BgClassName
{
background-color: #A51771;
}
</style>
border-color css
<style>
span { border-color: #A51771; }
span { border-color: rgb(165,23,113); }
td.TdClassName
{
border-color: #A51771;
}
.TagClassName
{
border-color: #A51771;
}
</style>