Shades of Jazzberry Jam #A70F4C
Tints of Jazzberry Jam #A70F4C
RGB
CMYK
RGB Variations
Color information
#A70F4C (or 0xA70F4C) is known color: Jazzberry Jam. HEX triplet: A7, 0F and 4C. RGB value is (167,15,76). Sum of RGB (Red+Green+Blue) = 167+15+76=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F4C is #58F0B3. Grayscale: #434343. Windows color (decimal): -5828788 or 4984743. OLE color: 4984743.
HSL color Cylindrical-coordinate representation of color #A70F4C: hue angle of 335.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70F4C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 76 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.35 |
| HSL | 335.92º | 0.84% | 0.36% | - |
| HSV(B) | 335.92º | 0.91% | 0.65% | - |
| XYZ | 17.41 | 9.08 | 7.67 | - |
| YUV | 67.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 76 | 0 | 0.91 | 0.54 | 0.35 | 335.92 | 0.84 | 0.36 |
| Hex | A7 | F | 4C | 0 | 5B | 36 | 23 | 150 | 54 | 24 |
| Octal | 247 | 17 | 114 | 0 | 133 | 66 | 43 | 520 | 124 | 44 |
| Binary | 10100111 | 1111 | 1001100 | 0 | 1011011 | 110110 | 100011 | 101010000 | 1010100 | 100100 |
Color Harmonies of #A70F4C
Complementary color
Monochromatic Colors of #A70F4C
Black with #A70F4C
Text Example
Text Example
White with #A70F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F4C; }
p { color: rgb(167,15,76); }
H1.HeaderClassName
{
color: #A70F4C;
}
.AnyTagClassName
{
color: #A70F4C;
}
</style>
background-color css
<style>
a { background-color: #A70F4C; }
a { background-color: rgb(167,15,76); }
div.DivClassName
{
background-color: #A70F4C;
}
.BgClassName
{
background-color: #A70F4C;
}
</style>
border-color css
<style>
span { border-color: #A70F4C; }
span { border-color: rgb(167,15,76); }
td.TdClassName
{
border-color: #A70F4C;
}
.TagClassName
{
border-color: #A70F4C;
}
</style>