Shades of Jazzberry Jam #A71B78
Tints of Jazzberry Jam #A71B78
RGB
CMYK
RGB Variations
Color information
#A71B78 (or 0xA71B78) is known color: Jazzberry Jam. HEX triplet: A7, 1B and 78. RGB value is (167,27,120). Sum of RGB (Red+Green+Blue) = 167+27+120=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71B78 is #58E487. Grayscale: #4F4F4F. Windows color (decimal): -5825672 or 7871399. OLE color: 7871399.
HSL color Cylindrical-coordinate representation of color #A71B78: hue angle of 320.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71B78 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 27 | 120 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.35 |
| HSL | 320.14º | 0.72% | 0.38% | - |
| HSV(B) | 320.14º | 0.84% | 0.65% | - |
| XYZ | 19.72 | 10.36 | 18.73 | - |
| YUV | 79.46 | 150.88 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 120 | 0 | 0.84 | 0.28 | 0.35 | 320.14 | 0.72 | 0.38 |
| Hex | A7 | 1B | 78 | 0 | 54 | 1C | 23 | 140 | 48 | 26 |
| Octal | 247 | 33 | 170 | 0 | 124 | 34 | 43 | 500 | 110 | 46 |
| Binary | 10100111 | 11011 | 1111000 | 0 | 1010100 | 11100 | 100011 | 101000000 | 1001000 | 100110 |
Color Harmonies of #A71B78
Complementary color
Monochromatic Colors of #A71B78
Black with #A71B78
Text Example
Text Example
White with #A71B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71B78; }
p { color: rgb(167,27,120); }
H1.HeaderClassName
{
color: #A71B78;
}
.AnyTagClassName
{
color: #A71B78;
}
</style>
background-color css
<style>
a { background-color: #A71B78; }
a { background-color: rgb(167,27,120); }
div.DivClassName
{
background-color: #A71B78;
}
.BgClassName
{
background-color: #A71B78;
}
</style>
border-color css
<style>
span { border-color: #A71B78; }
span { border-color: rgb(167,27,120); }
td.TdClassName
{
border-color: #A71B78;
}
.TagClassName
{
border-color: #A71B78;
}
</style>