Shades of Jazzberry Jam #A70F42
Tints of Jazzberry Jam #A70F42
RGB
CMYK
RGB Variations
Color information
#A70F42 (or 0xA70F42) is known color: Jazzberry Jam. HEX triplet: A7, 0F and 42. RGB value is (167,15,66). Sum of RGB (Red+Green+Blue) = 167+15+66=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F42 is #58F0BD. Grayscale: #424242. Windows color (decimal): -5828798 or 4329383. OLE color: 4329383.
HSL color Cylindrical-coordinate representation of color #A70F42: hue angle of 339.87º 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 #A70F42 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 15 | 66 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.35 |
| HSL | 339.87º | 0.84% | 0.36% | - |
| HSV(B) | 339.87º | 0.91% | 0.65% | - |
| XYZ | 17.09 | 8.95 | 5.98 | - |
| YUV | 66.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 66 | 0 | 0.91 | 0.60 | 0.35 | 339.87 | 0.84 | 0.36 |
| Hex | A7 | F | 42 | 0 | 5B | 3C | 23 | 154 | 54 | 24 |
| Octal | 247 | 17 | 102 | 0 | 133 | 74 | 43 | 524 | 124 | 44 |
| Binary | 10100111 | 1111 | 1000010 | 0 | 1011011 | 111100 | 100011 | 101010100 | 1010100 | 100100 |
Color Harmonies of #A70F42
Complementary color
Monochromatic Colors of #A70F42
Black with #A70F42
Text Example
Text Example
White with #A70F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70F42; }
p { color: rgb(167,15,66); }
H1.HeaderClassName
{
color: #A70F42;
}
.AnyTagClassName
{
color: #A70F42;
}
</style>
background-color css
<style>
a { background-color: #A70F42; }
a { background-color: rgb(167,15,66); }
div.DivClassName
{
background-color: #A70F42;
}
.BgClassName
{
background-color: #A70F42;
}
</style>
border-color css
<style>
span { border-color: #A70F42; }
span { border-color: rgb(167,15,66); }
td.TdClassName
{
border-color: #A70F42;
}
.TagClassName
{
border-color: #A70F42;
}
</style>