Shades of Jazzberry Jam #A70863
Tints of Jazzberry Jam #A70863
RGB
CMYK
RGB Variations
Color information
#A70863 (or 0xA70863) is known color: Jazzberry Jam. HEX triplet: A7, 08 and 63. RGB value is (167,8,99). Sum of RGB (Red+Green+Blue) = 167+8+99=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A70863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70863 is #58F79C. Grayscale: #414141. Windows color (decimal): -5830557 or 6490279. OLE color: 6490279.
HSL color Cylindrical-coordinate representation of color #A70863: hue angle of 325.66º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70863 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 8 | 99 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.35 |
| HSL | 325.66º | 0.91% | 0.34% | - |
| HSV(B) | 325.66º | 0.95% | 0.65% | - |
| XYZ | 18.28 | 9.29 | 12.63 | - |
| YUV | 65.92 | 146.68 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 99 | 0 | 0.95 | 0.41 | 0.35 | 325.66 | 0.91 | 0.34 |
| Hex | A7 | 8 | 63 | 0 | 5F | 29 | 23 | 146 | 5B | 22 |
| Octal | 247 | 10 | 143 | 0 | 137 | 51 | 43 | 506 | 133 | 42 |
| Binary | 10100111 | 1000 | 1100011 | 0 | 1011111 | 101001 | 100011 | 101000110 | 1011011 | 100010 |
Color Harmonies of #A70863
Complementary color
Monochromatic Colors of #A70863
Black with #A70863
Text Example
Text Example
White with #A70863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70863; }
p { color: rgb(167,8,99); }
H1.HeaderClassName
{
color: #A70863;
}
.AnyTagClassName
{
color: #A70863;
}
</style>
background-color css
<style>
a { background-color: #A70863; }
a { background-color: rgb(167,8,99); }
div.DivClassName
{
background-color: #A70863;
}
.BgClassName
{
background-color: #A70863;
}
</style>
border-color css
<style>
span { border-color: #A70863; }
span { border-color: rgb(167,8,99); }
td.TdClassName
{
border-color: #A70863;
}
.TagClassName
{
border-color: #A70863;
}
</style>