Shades of Jazzberry Jam #A71E5D
Tints of Jazzberry Jam #A71E5D
RGB
CMYK
RGB Variations
Color information
#A71E5D (or 0xA71E5D) is known color: Jazzberry Jam. HEX triplet: A7, 1E and 5D. RGB value is (167,30,93). Sum of RGB (Red+Green+Blue) = 167+30+93=290 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.59% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71E5D is #58E1A2. Grayscale: #4E4E4E. Windows color (decimal): -5824931 or 6102695. OLE color: 6102695.
HSL color Cylindrical-coordinate representation of color #A71E5D: hue angle of 332.41º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71E5D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 30 | 93 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.35 |
| HSL | 332.41º | 0.7% | 0.39% | - |
| HSV(B) | 332.41º | 0.82% | 0.65% | - |
| XYZ | 18.38 | 9.93 | 11.3 | - |
| YUV | 78.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 93 | 0 | 0.82 | 0.44 | 0.35 | 332.41 | 0.7 | 0.39 |
| Hex | A7 | 1E | 5D | 0 | 52 | 2C | 23 | 14C | 46 | 27 |
| Octal | 247 | 36 | 135 | 0 | 122 | 54 | 43 | 514 | 106 | 47 |
| Binary | 10100111 | 11110 | 1011101 | 0 | 1010010 | 101100 | 100011 | 101001100 | 1000110 | 100111 |
Color Harmonies of #A71E5D
Complementary color
Monochromatic Colors of #A71E5D
Black with #A71E5D
Text Example
Text Example
White with #A71E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71E5D; }
p { color: rgb(167,30,93); }
H1.HeaderClassName
{
color: #A71E5D;
}
.AnyTagClassName
{
color: #A71E5D;
}
</style>
background-color css
<style>
a { background-color: #A71E5D; }
a { background-color: rgb(167,30,93); }
div.DivClassName
{
background-color: #A71E5D;
}
.BgClassName
{
background-color: #A71E5D;
}
</style>
border-color css
<style>
span { border-color: #A71E5D; }
span { border-color: rgb(167,30,93); }
td.TdClassName
{
border-color: #A71E5D;
}
.TagClassName
{
border-color: #A71E5D;
}
</style>