Shades of Jazzberry Jam #A70360
Tints of Jazzberry Jam #A70360
RGB
CMYK
RGB Variations
Color information
#A70360 (or 0xA70360) is known color: Jazzberry Jam. HEX triplet: A7, 03 and 60. RGB value is (167,3,96). Sum of RGB (Red+Green+Blue) = 167+3+96=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A70360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70360 is #58FC9F. Grayscale: #3E3E3E. Windows color (decimal): -5831840 or 6292391. OLE color: 6292391.
HSL color Cylindrical-coordinate representation of color #A70360: hue angle of 325.98º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70360 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.35 |
| HSL | 325.98º | 0.96% | 0.33% | - |
| HSV(B) | 325.98º | 0.98% | 0.65% | - |
| XYZ | 18.08 | 9.13 | 11.87 | - |
| YUV | 62.64 | 146.83 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 3 | 96 | 0 | 0.98 | 0.43 | 0.35 | 325.98 | 0.96 | 0.33 |
| Hex | A7 | 3 | 60 | 0 | 62 | 2B | 23 | 146 | 60 | 21 |
| Octal | 247 | 3 | 140 | 0 | 142 | 53 | 43 | 506 | 140 | 41 |
| Binary | 10100111 | 11 | 1100000 | 0 | 1100010 | 101011 | 100011 | 101000110 | 1100000 | 100001 |
Color Harmonies of #A70360
Complementary color
Monochromatic Colors of #A70360
Black with #A70360
Text Example
Text Example
White with #A70360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70360; }
p { color: rgb(167,3,96); }
H1.HeaderClassName
{
color: #A70360;
}
.AnyTagClassName
{
color: #A70360;
}
</style>
background-color css
<style>
a { background-color: #A70360; }
a { background-color: rgb(167,3,96); }
div.DivClassName
{
background-color: #A70360;
}
.BgClassName
{
background-color: #A70360;
}
</style>
border-color css
<style>
span { border-color: #A70360; }
span { border-color: rgb(167,3,96); }
td.TdClassName
{
border-color: #A70360;
}
.TagClassName
{
border-color: #A70360;
}
</style>