Shades of Jazzberry Jam #A70451
Tints of Jazzberry Jam #A70451
RGB
CMYK
RGB Variations
Color information
#A70451 (or 0xA70451) is known color: Jazzberry Jam. HEX triplet: A7, 04 and 51. RGB value is (167,4,81). Sum of RGB (Red+Green+Blue) = 167+4+81=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A70451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70451 is #58FBAE. Grayscale: #3D3D3D. Windows color (decimal): -5831599 or 5309607. OLE color: 5309607.
HSL color Cylindrical-coordinate representation of color #A70451: hue angle of 331.66º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70451 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.35 |
| HSL | 331.66º | 0.95% | 0.34% | - |
| HSV(B) | 331.66º | 0.98% | 0.65% | - |
| XYZ | 17.46 | 8.9 | 8.58 | - |
| YUV | 61.52 | 139 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 4 | 81 | 0 | 0.98 | 0.51 | 0.35 | 331.66 | 0.95 | 0.34 |
| Hex | A7 | 4 | 51 | 0 | 62 | 33 | 23 | 14C | 5F | 22 |
| Octal | 247 | 4 | 121 | 0 | 142 | 63 | 43 | 514 | 137 | 42 |
| Binary | 10100111 | 100 | 1010001 | 0 | 1100010 | 110011 | 100011 | 101001100 | 1011111 | 100010 |
Color Harmonies of #A70451
Complementary color
Monochromatic Colors of #A70451
Black with #A70451
Text Example
Text Example
White with #A70451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70451; }
p { color: rgb(167,4,81); }
H1.HeaderClassName
{
color: #A70451;
}
.AnyTagClassName
{
color: #A70451;
}
</style>
background-color css
<style>
a { background-color: #A70451; }
a { background-color: rgb(167,4,81); }
div.DivClassName
{
background-color: #A70451;
}
.BgClassName
{
background-color: #A70451;
}
</style>
border-color css
<style>
span { border-color: #A70451; }
span { border-color: rgb(167,4,81); }
td.TdClassName
{
border-color: #A70451;
}
.TagClassName
{
border-color: #A70451;
}
</style>