Shades of Jazzberry Jam #A7086D
Tints of Jazzberry Jam #A7086D
RGB
CMYK
RGB Variations
Color information
#A7086D (or 0xA7086D) is known color: Jazzberry Jam. HEX triplet: A7, 08 and 6D. RGB value is (167,8,109). Sum of RGB (Red+Green+Blue) = 167+8+109=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A7086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7086D is #58F792. Grayscale: #424242. Windows color (decimal): -5830547 or 7145639. OLE color: 7145639.
HSL color Cylindrical-coordinate representation of color #A7086D: hue angle of 321.89º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7086D is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 8 | 109 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.35 |
| HSL | 321.89º | 0.91% | 0.34% | - |
| HSV(B) | 321.89º | 0.95% | 0.65% | - |
| XYZ | 18.78 | 9.49 | 15.31 | - |
| YUV | 67.06 | 151.68 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 8 | 109 | 0 | 0.95 | 0.35 | 0.35 | 321.89 | 0.91 | 0.34 |
| Hex | A7 | 8 | 6D | 0 | 5F | 23 | 23 | 142 | 5B | 22 |
| Octal | 247 | 10 | 155 | 0 | 137 | 43 | 43 | 502 | 133 | 42 |
| Binary | 10100111 | 1000 | 1101101 | 0 | 1011111 | 100011 | 100011 | 101000010 | 1011011 | 100010 |
Color Harmonies of #A7086D
Complementary color
Monochromatic Colors of #A7086D
Black with #A7086D
Text Example
Text Example
White with #A7086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7086D; }
p { color: rgb(167,8,109); }
H1.HeaderClassName
{
color: #A7086D;
}
.AnyTagClassName
{
color: #A7086D;
}
</style>
background-color css
<style>
a { background-color: #A7086D; }
a { background-color: rgb(167,8,109); }
div.DivClassName
{
background-color: #A7086D;
}
.BgClassName
{
background-color: #A7086D;
}
</style>
border-color css
<style>
span { border-color: #A7086D; }
span { border-color: rgb(167,8,109); }
td.TdClassName
{
border-color: #A7086D;
}
.TagClassName
{
border-color: #A7086D;
}
</style>