Shades of Jazzberry Jam #A71D6A
Tints of Jazzberry Jam #A71D6A
RGB
CMYK
RGB Variations
Color information
#A71D6A (or 0xA71D6A) is known color: Jazzberry Jam. HEX triplet: A7, 1D and 6A. RGB value is (167,29,106). Sum of RGB (Red+Green+Blue) = 167+29+106=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71D6A is #58E295. Grayscale: #4E4E4E. Windows color (decimal): -5825174 or 6954407. OLE color: 6954407.
HSL color Cylindrical-coordinate representation of color #A71D6A: hue angle of 326.52º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71D6A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 29 | 106 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.35 |
| HSL | 326.52º | 0.7% | 0.38% | - |
| HSV(B) | 326.52º | 0.83% | 0.65% | - |
| XYZ | 18.98 | 10.13 | 14.59 | - |
| YUV | 79.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 106 | 0 | 0.83 | 0.37 | 0.35 | 326.52 | 0.7 | 0.38 |
| Hex | A7 | 1D | 6A | 0 | 53 | 25 | 23 | 147 | 46 | 26 |
| Octal | 247 | 35 | 152 | 0 | 123 | 45 | 43 | 507 | 106 | 46 |
| Binary | 10100111 | 11101 | 1101010 | 0 | 1010011 | 100101 | 100011 | 101000111 | 1000110 | 100110 |
Color Harmonies of #A71D6A
Complementary color
Monochromatic Colors of #A71D6A
Black with #A71D6A
Text Example
Text Example
White with #A71D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71D6A; }
p { color: rgb(167,29,106); }
H1.HeaderClassName
{
color: #A71D6A;
}
.AnyTagClassName
{
color: #A71D6A;
}
</style>
background-color css
<style>
a { background-color: #A71D6A; }
a { background-color: rgb(167,29,106); }
div.DivClassName
{
background-color: #A71D6A;
}
.BgClassName
{
background-color: #A71D6A;
}
</style>
border-color css
<style>
span { border-color: #A71D6A; }
span { border-color: rgb(167,29,106); }
td.TdClassName
{
border-color: #A71D6A;
}
.TagClassName
{
border-color: #A71D6A;
}
</style>