Shades of Jazzberry Jam #A70752
Tints of Jazzberry Jam #A70752
RGB
CMYK
RGB Variations
Color information
#A70752 (or 0xA70752) is known color: Jazzberry Jam. HEX triplet: A7, 07 and 52. RGB value is (167,7,82). Sum of RGB (Red+Green+Blue) = 167+7+82=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A70752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70752 is #58F8AD. Grayscale: #3F3F3F. Windows color (decimal): -5830830 or 5375911. OLE color: 5375911.
HSL color Cylindrical-coordinate representation of color #A70752: hue angle of 331.88º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70752 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 82 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.35 |
| HSL | 331.88º | 0.92% | 0.34% | - |
| HSV(B) | 331.88º | 0.96% | 0.65% | - |
| XYZ | 17.54 | 8.98 | 8.79 | - |
| YUV | 63.39 | 138.51 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 82 | 0 | 0.96 | 0.51 | 0.35 | 331.88 | 0.92 | 0.34 |
| Hex | A7 | 7 | 52 | 0 | 60 | 33 | 23 | 14C | 5C | 22 |
| Octal | 247 | 7 | 122 | 0 | 140 | 63 | 43 | 514 | 134 | 42 |
| Binary | 10100111 | 111 | 1010010 | 0 | 1100000 | 110011 | 100011 | 101001100 | 1011100 | 100010 |
Color Harmonies of #A70752
Complementary color
Monochromatic Colors of #A70752
Black with #A70752
Text Example
Text Example
White with #A70752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70752; }
p { color: rgb(167,7,82); }
H1.HeaderClassName
{
color: #A70752;
}
.AnyTagClassName
{
color: #A70752;
}
</style>
background-color css
<style>
a { background-color: #A70752; }
a { background-color: rgb(167,7,82); }
div.DivClassName
{
background-color: #A70752;
}
.BgClassName
{
background-color: #A70752;
}
</style>
border-color css
<style>
span { border-color: #A70752; }
span { border-color: rgb(167,7,82); }
td.TdClassName
{
border-color: #A70752;
}
.TagClassName
{
border-color: #A70752;
}
</style>