Shades of Jazzberry Jam #A7136B
Tints of Jazzberry Jam #A7136B
RGB
CMYK
RGB Variations
Color information
#A7136B (or 0xA7136B) is known color: Jazzberry Jam. HEX triplet: A7, 13 and 6B. RGB value is (167,19,107). Sum of RGB (Red+Green+Blue) = 167+19+107=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A7136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7136B is #58EC94. Grayscale: #494949. Windows color (decimal): -5827733 or 7017383. OLE color: 7017383.
HSL color Cylindrical-coordinate representation of color #A7136B: hue angle of 324.32º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A7136B is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 19 | 107 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.35 |
| HSL | 324.32º | 0.8% | 0.36% | - |
| HSV(B) | 324.32º | 0.89% | 0.65% | - |
| XYZ | 18.82 | 9.74 | 14.8 | - |
| YUV | 73.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 107 | 0 | 0.89 | 0.36 | 0.35 | 324.32 | 0.8 | 0.36 |
| Hex | A7 | 13 | 6B | 0 | 59 | 24 | 23 | 144 | 50 | 24 |
| Octal | 247 | 23 | 153 | 0 | 131 | 44 | 43 | 504 | 120 | 44 |
| Binary | 10100111 | 10011 | 1101011 | 0 | 1011001 | 100100 | 100011 | 101000100 | 1010000 | 100100 |
Color Harmonies of #A7136B
Complementary color
Monochromatic Colors of #A7136B
Black with #A7136B
Text Example
Text Example
White with #A7136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7136B; }
p { color: rgb(167,19,107); }
H1.HeaderClassName
{
color: #A7136B;
}
.AnyTagClassName
{
color: #A7136B;
}
</style>
background-color css
<style>
a { background-color: #A7136B; }
a { background-color: rgb(167,19,107); }
div.DivClassName
{
background-color: #A7136B;
}
.BgClassName
{
background-color: #A7136B;
}
</style>
border-color css
<style>
span { border-color: #A7136B; }
span { border-color: rgb(167,19,107); }
td.TdClassName
{
border-color: #A7136B;
}
.TagClassName
{
border-color: #A7136B;
}
</style>