Shades of Jazzberry Jam #A7076B
Tints of Jazzberry Jam #A7076B
RGB
CMYK
RGB Variations
Color information
#A7076B (or 0xA7076B) is known color: Jazzberry Jam. HEX triplet: A7, 07 and 6B. RGB value is (167,7,107). Sum of RGB (Red+Green+Blue) = 167+7+107=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A7076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7076B is #58F894. Grayscale: #424242. Windows color (decimal): -5830805 or 7014311. OLE color: 7014311.
HSL color Cylindrical-coordinate representation of color #A7076B: hue angle of 322.5º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7076B is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 107 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.35 |
| HSL | 322.5º | 0.92% | 0.34% | - |
| HSV(B) | 322.5º | 0.96% | 0.65% | - |
| XYZ | 18.67 | 9.43 | 14.75 | - |
| YUV | 66.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 107 | 0 | 0.96 | 0.36 | 0.35 | 322.5 | 0.92 | 0.34 |
| Hex | A7 | 7 | 6B | 0 | 60 | 24 | 23 | 142 | 5C | 22 |
| Octal | 247 | 7 | 153 | 0 | 140 | 44 | 43 | 502 | 134 | 42 |
| Binary | 10100111 | 111 | 1101011 | 0 | 1100000 | 100100 | 100011 | 101000010 | 1011100 | 100010 |
Color Harmonies of #A7076B
Complementary color
Monochromatic Colors of #A7076B
Black with #A7076B
Text Example
Text Example
White with #A7076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7076B; }
p { color: rgb(167,7,107); }
H1.HeaderClassName
{
color: #A7076B;
}
.AnyTagClassName
{
color: #A7076B;
}
</style>
background-color css
<style>
a { background-color: #A7076B; }
a { background-color: rgb(167,7,107); }
div.DivClassName
{
background-color: #A7076B;
}
.BgClassName
{
background-color: #A7076B;
}
</style>
border-color css
<style>
span { border-color: #A7076B; }
span { border-color: rgb(167,7,107); }
td.TdClassName
{
border-color: #A7076B;
}
.TagClassName
{
border-color: #A7076B;
}
</style>