Shades of Jazzberry Jam #A71D6E
Tints of Jazzberry Jam #A71D6E
RGB
CMYK
RGB Variations
Color information
#A71D6E (or 0xA71D6E) is known color: Jazzberry Jam. HEX triplet: A7, 1D and 6E. RGB value is (167,29,110). Sum of RGB (Red+Green+Blue) = 167+29+110=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71D6E is #58E291. Grayscale: #4F4F4F. Windows color (decimal): -5825170 or 7216551. OLE color: 7216551.
HSL color Cylindrical-coordinate representation of color #A71D6E: hue angle of 324.78º 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 #A71D6E is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 29 | 110 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.35 |
| HSL | 324.78º | 0.7% | 0.38% | - |
| HSV(B) | 324.78º | 0.83% | 0.65% | - |
| XYZ | 19.19 | 10.22 | 15.71 | - |
| YUV | 79.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 110 | 0 | 0.83 | 0.34 | 0.35 | 324.78 | 0.7 | 0.38 |
| Hex | A7 | 1D | 6E | 0 | 53 | 22 | 23 | 145 | 46 | 26 |
| Octal | 247 | 35 | 156 | 0 | 123 | 42 | 43 | 505 | 106 | 46 |
| Binary | 10100111 | 11101 | 1101110 | 0 | 1010011 | 100010 | 100011 | 101000101 | 1000110 | 100110 |
Color Harmonies of #A71D6E
Complementary color
Monochromatic Colors of #A71D6E
Black with #A71D6E
Text Example
Text Example
White with #A71D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71D6E; }
p { color: rgb(167,29,110); }
H1.HeaderClassName
{
color: #A71D6E;
}
.AnyTagClassName
{
color: #A71D6E;
}
</style>
background-color css
<style>
a { background-color: #A71D6E; }
a { background-color: rgb(167,29,110); }
div.DivClassName
{
background-color: #A71D6E;
}
.BgClassName
{
background-color: #A71D6E;
}
</style>
border-color css
<style>
span { border-color: #A71D6E; }
span { border-color: rgb(167,29,110); }
td.TdClassName
{
border-color: #A71D6E;
}
.TagClassName
{
border-color: #A71D6E;
}
</style>