Shades of Jazzberry Jam #A52071
Tints of Jazzberry Jam #A52071
RGB
CMYK
RGB Variations
Color information
#A52071 (or 0xA52071) is known color: Jazzberry Jam. HEX triplet: A5, 20 and 71. RGB value is (165,32,113). Sum of RGB (Red+Green+Blue) = 165+32+113=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A52071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52071 is #5ADF8E. Grayscale: #505050. Windows color (decimal): -5955471 or 7413925. OLE color: 7413925.
HSL color Cylindrical-coordinate representation of color #A52071: hue angle of 323.46º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52071 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 113 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.35 |
| HSL | 323.46º | 0.68% | 0.39% | - |
| HSV(B) | 323.46º | 0.81% | 0.65% | - |
| XYZ | 19.01 | 10.22 | 16.59 | - |
| YUV | 81 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 113 | 0 | 0.81 | 0.32 | 0.35 | 323.46 | 0.68 | 0.39 |
| Hex | A5 | 20 | 71 | 0 | 51 | 20 | 23 | 143 | 44 | 27 |
| Octal | 245 | 40 | 161 | 0 | 121 | 40 | 43 | 503 | 104 | 47 |
| Binary | 10100101 | 100000 | 1110001 | 0 | 1010001 | 100000 | 100011 | 101000011 | 1000100 | 100111 |
Color Harmonies of #A52071
Complementary color
Monochromatic Colors of #A52071
Black with #A52071
Text Example
Text Example
White with #A52071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52071; }
p { color: rgb(165,32,113); }
H1.HeaderClassName
{
color: #A52071;
}
.AnyTagClassName
{
color: #A52071;
}
</style>
background-color css
<style>
a { background-color: #A52071; }
a { background-color: rgb(165,32,113); }
div.DivClassName
{
background-color: #A52071;
}
.BgClassName
{
background-color: #A52071;
}
</style>
border-color css
<style>
span { border-color: #A52071; }
span { border-color: rgb(165,32,113); }
td.TdClassName
{
border-color: #A52071;
}
.TagClassName
{
border-color: #A52071;
}
</style>