Shades of Jazzberry Jam #A70144
Tints of Jazzberry Jam #A70144
RGB
CMYK
RGB Variations
Color information
#A70144 (or 0xA70144) is known color: Jazzberry Jam. HEX triplet: A7, 01 and 44. RGB value is (167,1,68). Sum of RGB (Red+Green+Blue) = 167+1+68=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A70144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70144 is #58FEBB. Grayscale: #3A3A3A. Windows color (decimal): -5832380 or 4456871. OLE color: 4456871.
HSL color Cylindrical-coordinate representation of color #A70144: hue angle of 335.78º degrees, saturation: 0.99, 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 #A70144 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.35 |
| HSL | 335.78º | 0.99% | 0.33% | - |
| HSV(B) | 335.78º | 0.99% | 0.65% | - |
| XYZ | 16.99 | 8.65 | 6.24 | - |
| YUV | 58.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 68 | 0 | 0.99 | 0.59 | 0.35 | 335.78 | 0.99 | 0.33 |
| Hex | A7 | 1 | 44 | 0 | 63 | 3B | 23 | 150 | 63 | 21 |
| Octal | 247 | 1 | 104 | 0 | 143 | 73 | 43 | 520 | 143 | 41 |
| Binary | 10100111 | 1 | 1000100 | 0 | 1100011 | 111011 | 100011 | 101010000 | 1100011 | 100001 |
Color Harmonies of #A70144
Complementary color
Monochromatic Colors of #A70144
Black with #A70144
Text Example
Text Example
White with #A70144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70144; }
p { color: rgb(167,1,68); }
H1.HeaderClassName
{
color: #A70144;
}
.AnyTagClassName
{
color: #A70144;
}
</style>
background-color css
<style>
a { background-color: #A70144; }
a { background-color: rgb(167,1,68); }
div.DivClassName
{
background-color: #A70144;
}
.BgClassName
{
background-color: #A70144;
}
</style>
border-color css
<style>
span { border-color: #A70144; }
span { border-color: rgb(167,1,68); }
td.TdClassName
{
border-color: #A70144;
}
.TagClassName
{
border-color: #A70144;
}
</style>