Shades of Jazzberry Jam #A70054
Tints of Jazzberry Jam #A70054
RGB
CMYK
RGB Variations
Color information
#A70054 (or 0xA70054) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 54. RGB value is (167,0,84). Sum of RGB (Red+Green+Blue) = 167+0+84=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A70054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70054 is #58FFAB. Grayscale: #3B3B3B. Windows color (decimal): -5832620 or 5505191. OLE color: 5505191.
HSL color Cylindrical-coordinate representation of color #A70054: hue angle of 329.82º 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 #A70054 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.50 | 0.35 |
| HSL | 329.82º | 1% | 0.33% | - |
| HSV(B) | 329.82º | 1% | 0.65% | - |
| XYZ | 17.54 | 8.86 | 9.17 | - |
| YUV | 59.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 0 | 84 | 0 | 1 | 0.50 | 0.35 | 329.82 | 1 | 0.33 |
| Hex | A7 | 0 | 54 | 0 | 64 | 32 | 23 | 14A | 64 | 21 |
| Octal | 247 | 0 | 124 | 0 | 144 | 62 | 43 | 512 | 144 | 41 |
| Binary | 10100111 | 0 | 1010100 | 0 | 1100100 | 110010 | 100011 | 101001010 | 1100100 | 100001 |
Color Harmonies of #A70054
Complementary color
Monochromatic Colors of #A70054
Black with #A70054
Text Example
Text Example
White with #A70054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70054; }
p { color: rgb(167,0,84); }
H1.HeaderClassName
{
color: #A70054;
}
.AnyTagClassName
{
color: #A70054;
}
</style>
background-color css
<style>
a { background-color: #A70054; }
a { background-color: rgb(167,0,84); }
div.DivClassName
{
background-color: #A70054;
}
.BgClassName
{
background-color: #A70054;
}
</style>
border-color css
<style>
span { border-color: #A70054; }
span { border-color: rgb(167,0,84); }
td.TdClassName
{
border-color: #A70054;
}
.TagClassName
{
border-color: #A70054;
}
</style>