Shades of Jazzberry Jam #A70A6C
Tints of Jazzberry Jam #A70A6C
RGB
CMYK
RGB Variations
Color information
#A70A6C (or 0xA70A6C) is known color: Jazzberry Jam. HEX triplet: A7, 0A and 6C. RGB value is (167,10,108). Sum of RGB (Red+Green+Blue) = 167+10+108=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A70A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70A6C is #58F593. Grayscale: #434343. Windows color (decimal): -5830036 or 7080615. OLE color: 7080615.
HSL color Cylindrical-coordinate representation of color #A70A6C: hue angle of 322.55º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70A6C is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 10 | 108 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.35 |
| HSL | 322.55º | 0.89% | 0.35% | - |
| HSV(B) | 322.55º | 0.94% | 0.65% | - |
| XYZ | 18.75 | 9.52 | 15.04 | - |
| YUV | 68.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 108 | 0 | 0.94 | 0.35 | 0.35 | 322.55 | 0.89 | 0.35 |
| Hex | A7 | A | 6C | 0 | 5E | 23 | 23 | 143 | 59 | 23 |
| Octal | 247 | 12 | 154 | 0 | 136 | 43 | 43 | 503 | 131 | 43 |
| Binary | 10100111 | 1010 | 1101100 | 0 | 1011110 | 100011 | 100011 | 101000011 | 1011001 | 100011 |
Color Harmonies of #A70A6C
Complementary color
Monochromatic Colors of #A70A6C
Black with #A70A6C
Text Example
Text Example
White with #A70A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70A6C; }
p { color: rgb(167,10,108); }
H1.HeaderClassName
{
color: #A70A6C;
}
.AnyTagClassName
{
color: #A70A6C;
}
</style>
background-color css
<style>
a { background-color: #A70A6C; }
a { background-color: rgb(167,10,108); }
div.DivClassName
{
background-color: #A70A6C;
}
.BgClassName
{
background-color: #A70A6C;
}
</style>
border-color css
<style>
span { border-color: #A70A6C; }
span { border-color: rgb(167,10,108); }
td.TdClassName
{
border-color: #A70A6C;
}
.TagClassName
{
border-color: #A70A6C;
}
</style>