Shades of Jazzberry Jam #A70259
Tints of Jazzberry Jam #A70259
RGB
CMYK
RGB Variations
Color information
#A70259 (or 0xA70259) is known color: Jazzberry Jam. HEX triplet: A7, 02 and 59. RGB value is (167,2,89). Sum of RGB (Red+Green+Blue) = 167+2+89=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A70259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70259 is #58FDA6. Grayscale: #3D3D3D. Windows color (decimal): -5832103 or 5833383. OLE color: 5833383.
HSL color Cylindrical-coordinate representation of color #A70259: hue angle of 328.36º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70259 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.35 |
| HSL | 328.36º | 0.98% | 0.33% | - |
| HSV(B) | 328.36º | 0.99% | 0.65% | - |
| XYZ | 17.76 | 8.98 | 10.25 | - |
| YUV | 61.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 89 | 0 | 0.99 | 0.47 | 0.35 | 328.36 | 0.98 | 0.33 |
| Hex | A7 | 2 | 59 | 0 | 63 | 2F | 23 | 148 | 62 | 21 |
| Octal | 247 | 2 | 131 | 0 | 143 | 57 | 43 | 510 | 142 | 41 |
| Binary | 10100111 | 10 | 1011001 | 0 | 1100011 | 101111 | 100011 | 101001000 | 1100010 | 100001 |
Color Harmonies of #A70259
Complementary color
Monochromatic Colors of #A70259
Black with #A70259
Text Example
Text Example
White with #A70259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70259; }
p { color: rgb(167,2,89); }
H1.HeaderClassName
{
color: #A70259;
}
.AnyTagClassName
{
color: #A70259;
}
</style>
background-color css
<style>
a { background-color: #A70259; }
a { background-color: rgb(167,2,89); }
div.DivClassName
{
background-color: #A70259;
}
.BgClassName
{
background-color: #A70259;
}
</style>
border-color css
<style>
span { border-color: #A70259; }
span { border-color: rgb(167,2,89); }
td.TdClassName
{
border-color: #A70259;
}
.TagClassName
{
border-color: #A70259;
}
</style>