Shades of Jazzberry Jam #A7195D
Tints of Jazzberry Jam #A7195D
RGB
CMYK
RGB Variations
Color information
#A7195D (or 0xA7195D) is known color: Jazzberry Jam. HEX triplet: A7, 19 and 5D. RGB value is (167,25,93). Sum of RGB (Red+Green+Blue) = 167+25+93=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A7195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7195D is #58E6A2. Grayscale: #4B4B4B. Windows color (decimal): -5826211 or 6101415. OLE color: 6101415.
HSL color Cylindrical-coordinate representation of color #A7195D: hue angle of 331.27º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A7195D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 93 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.35 |
| HSL | 331.27º | 0.74% | 0.38% | - |
| HSV(B) | 331.27º | 0.85% | 0.65% | - |
| XYZ | 18.26 | 9.7 | 11.27 | - |
| YUV | 75.21 | 138.04 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 93 | 0 | 0.85 | 0.44 | 0.35 | 331.27 | 0.74 | 0.38 |
| Hex | A7 | 19 | 5D | 0 | 55 | 2C | 23 | 14B | 4A | 26 |
| Octal | 247 | 31 | 135 | 0 | 125 | 54 | 43 | 513 | 112 | 46 |
| Binary | 10100111 | 11001 | 1011101 | 0 | 1010101 | 101100 | 100011 | 101001011 | 1001010 | 100110 |
Color Harmonies of #A7195D
Complementary color
Monochromatic Colors of #A7195D
Black with #A7195D
Text Example
Text Example
White with #A7195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7195D; }
p { color: rgb(167,25,93); }
H1.HeaderClassName
{
color: #A7195D;
}
.AnyTagClassName
{
color: #A7195D;
}
</style>
background-color css
<style>
a { background-color: #A7195D; }
a { background-color: rgb(167,25,93); }
div.DivClassName
{
background-color: #A7195D;
}
.BgClassName
{
background-color: #A7195D;
}
</style>
border-color css
<style>
span { border-color: #A7195D; }
span { border-color: rgb(167,25,93); }
td.TdClassName
{
border-color: #A7195D;
}
.TagClassName
{
border-color: #A7195D;
}
</style>