Shades of Jazzberry Jam #A70565
Tints of Jazzberry Jam #A70565
RGB
CMYK
RGB Variations
Color information
#A70565 (or 0xA70565) is known color: Jazzberry Jam. HEX triplet: A7, 05 and 65. RGB value is (167,5,101). Sum of RGB (Red+Green+Blue) = 167+5+101=273 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.17% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 167 - color contains mainly: red. Hex color #A70565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70565 is #58FA9A. Grayscale: #404040. Windows color (decimal): -5831323 or 6620583. OLE color: 6620583.
HSL color Cylindrical-coordinate representation of color #A70565: hue angle of 324.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A70565 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.35 |
| HSL | 324.44º | 0.94% | 0.34% | - |
| HSV(B) | 324.44º | 0.97% | 0.65% | - |
| XYZ | 18.34 | 9.26 | 13.13 | - |
| YUV | 64.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 101 | 0 | 0.97 | 0.40 | 0.35 | 324.44 | 0.94 | 0.34 |
| Hex | A7 | 5 | 65 | 0 | 61 | 28 | 23 | 144 | 5E | 22 |
| Octal | 247 | 5 | 145 | 0 | 141 | 50 | 43 | 504 | 136 | 42 |
| Binary | 10100111 | 101 | 1100101 | 0 | 1100001 | 101000 | 100011 | 101000100 | 1011110 | 100010 |
Color Harmonies of #A70565
Complementary color
Monochromatic Colors of #A70565
Black with #A70565
Text Example
Text Example
White with #A70565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70565; }
p { color: rgb(167,5,101); }
H1.HeaderClassName
{
color: #A70565;
}
.AnyTagClassName
{
color: #A70565;
}
</style>
background-color css
<style>
a { background-color: #A70565; }
a { background-color: rgb(167,5,101); }
div.DivClassName
{
background-color: #A70565;
}
.BgClassName
{
background-color: #A70565;
}
</style>
border-color css
<style>
span { border-color: #A70565; }
span { border-color: rgb(167,5,101); }
td.TdClassName
{
border-color: #A70565;
}
.TagClassName
{
border-color: #A70565;
}
</style>