Shades of Jazzberry Jam #A70249
Tints of Jazzberry Jam #A70249
RGB
CMYK
RGB Variations
Color information
#A70249 (or 0xA70249) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 49. RGB value is (167,2,73). Sum of RGB (Red+Green+Blue) = 167+2+73=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A70249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70249 is #58FDB6. Grayscale: #3B3B3B. Windows color (decimal): -5832119 or 4784807. OLE color: 4784807.
HSL color Cylindrical-coordinate representation of color #A70249: hue angle of 334.18º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70249 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.35 |
| HSL | 334.18º | 0.98% | 0.33% | - |
| HSV(B) | 334.18º | 0.99% | 0.65% | - |
| XYZ | 17.16 | 8.74 | 7.09 | - |
| YUV | 59.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 73 | 0 | 0.99 | 0.56 | 0.35 | 334.18 | 0.98 | 0.33 |
| Hex | A7 | 2 | 49 | 0 | 63 | 38 | 23 | 14E | 62 | 21 |
| Octal | 247 | 2 | 111 | 0 | 143 | 70 | 43 | 516 | 142 | 41 |
| Binary | 10100111 | 10 | 1001001 | 0 | 1100011 | 111000 | 100011 | 101001110 | 1100010 | 100001 |
Color Harmonies of #A70249
Complementary color
Monochromatic Colors of #A70249
Black with #A70249
Text Example
Text Example
White with #A70249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70249; }
p { color: rgb(167,2,73); }
H1.HeaderClassName
{
color: #A70249;
}
.AnyTagClassName
{
color: #A70249;
}
</style>
background-color css
<style>
a { background-color: #A70249; }
a { background-color: rgb(167,2,73); }
div.DivClassName
{
background-color: #A70249;
}
.BgClassName
{
background-color: #A70249;
}
</style>
border-color css
<style>
span { border-color: #A70249; }
span { border-color: rgb(167,2,73); }
td.TdClassName
{
border-color: #A70249;
}
.TagClassName
{
border-color: #A70249;
}
</style>