Shades of Jazzberry Jam #A71273
Tints of Jazzberry Jam #A71273
RGB
CMYK
RGB Variations
Color information
#A71273 (or 0xA71273) is known color: Jazzberry Jam. HEX triplet: A7, 12 and 73. RGB value is (167,18,115). Sum of RGB (Red+Green+Blue) = 167+18+115=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A71273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A71273 is #58ED8C. Grayscale: #494949. Windows color (decimal): -5827981 or 7541415. OLE color: 7541415.
HSL color Cylindrical-coordinate representation of color #A71273: hue angle of 320.94º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71273 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 18 | 115 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.35 |
| HSL | 320.94º | 0.81% | 0.36% | - |
| HSV(B) | 320.94º | 0.89% | 0.65% | - |
| XYZ | 19.25 | 9.89 | 17.11 | - |
| YUV | 73.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 115 | 0 | 0.89 | 0.31 | 0.35 | 320.94 | 0.81 | 0.36 |
| Hex | A7 | 12 | 73 | 0 | 59 | 1F | 23 | 141 | 51 | 24 |
| Octal | 247 | 22 | 163 | 0 | 131 | 37 | 43 | 501 | 121 | 44 |
| Binary | 10100111 | 10010 | 1110011 | 0 | 1011001 | 11111 | 100011 | 101000001 | 1010001 | 100100 |
Color Harmonies of #A71273
Complementary color
Monochromatic Colors of #A71273
Black with #A71273
Text Example
Text Example
White with #A71273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71273; }
p { color: rgb(167,18,115); }
H1.HeaderClassName
{
color: #A71273;
}
.AnyTagClassName
{
color: #A71273;
}
</style>
background-color css
<style>
a { background-color: #A71273; }
a { background-color: rgb(167,18,115); }
div.DivClassName
{
background-color: #A71273;
}
.BgClassName
{
background-color: #A71273;
}
</style>
border-color css
<style>
span { border-color: #A71273; }
span { border-color: rgb(167,18,115); }
td.TdClassName
{
border-color: #A71273;
}
.TagClassName
{
border-color: #A71273;
}
</style>