Shades of Jazzberry Jam #A70043
Tints of Jazzberry Jam #A70043
RGB
CMYK
RGB Variations
Color information
#A70043 (or 0xA70043) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 43. RGB value is (167,0,67). Sum of RGB (Red+Green+Blue) = 167+0+67=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A70043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70043 is #58FFBC. Grayscale: #393939. Windows color (decimal): -5832637 or 4391079. OLE color: 4391079.
HSL color Cylindrical-coordinate representation of color #A70043: hue angle of 335.93º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70043 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.60 | 0.35 |
| HSL | 335.93º | 1% | 0.33% | - |
| HSV(B) | 335.93º | 1% | 0.65% | - |
| XYZ | 16.95 | 8.62 | 6.08 | - |
| YUV | 57.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 67 | 0 | 1 | 0.60 | 0.35 | 335.93 | 1 | 0.33 |
| Hex | A7 | 0 | 43 | 0 | 64 | 3C | 23 | 150 | 64 | 21 |
| Octal | 247 | 0 | 103 | 0 | 144 | 74 | 43 | 520 | 144 | 41 |
| Binary | 10100111 | 0 | 1000011 | 0 | 1100100 | 111100 | 100011 | 101010000 | 1100100 | 100001 |
Color Harmonies of #A70043
Complementary color
Monochromatic Colors of #A70043
Black with #A70043
Text Example
Text Example
White with #A70043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70043; }
p { color: rgb(167,0,67); }
H1.HeaderClassName
{
color: #A70043;
}
.AnyTagClassName
{
color: #A70043;
}
</style>
background-color css
<style>
a { background-color: #A70043; }
a { background-color: rgb(167,0,67); }
div.DivClassName
{
background-color: #A70043;
}
.BgClassName
{
background-color: #A70043;
}
</style>
border-color css
<style>
span { border-color: #A70043; }
span { border-color: rgb(167,0,67); }
td.TdClassName
{
border-color: #A70043;
}
.TagClassName
{
border-color: #A70043;
}
</style>