Shades of Jazzberry Jam #A7095D
Tints of Jazzberry Jam #A7095D
RGB
CMYK
RGB Variations
Color information
#A7095D (or 0xA7095D) is known color: Jazzberry Jam. HEX triplet: A7, 09 and 5D. RGB value is (167,9,93). Sum of RGB (Red+Green+Blue) = 167+9+93=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A7095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7095D is #58F6A2. Grayscale: #414141. Windows color (decimal): -5830307 or 6097319. OLE color: 6097319.
HSL color Cylindrical-coordinate representation of color #A7095D: hue angle of 328.1º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7095D is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.35 |
| HSL | 328.1º | 0.9% | 0.35% | - |
| HSV(B) | 328.1º | 0.95% | 0.65% | - |
| XYZ | 18.01 | 9.2 | 11.18 | - |
| YUV | 65.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 9 | 93 | 0 | 0.95 | 0.44 | 0.35 | 328.1 | 0.9 | 0.35 |
| Hex | A7 | 9 | 5D | 0 | 5F | 2C | 23 | 148 | 5A | 23 |
| Octal | 247 | 11 | 135 | 0 | 137 | 54 | 43 | 510 | 132 | 43 |
| Binary | 10100111 | 1001 | 1011101 | 0 | 1011111 | 101100 | 100011 | 101001000 | 1011010 | 100011 |
Color Harmonies of #A7095D
Complementary color
Monochromatic Colors of #A7095D
Black with #A7095D
Text Example
Text Example
White with #A7095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7095D; }
p { color: rgb(167,9,93); }
H1.HeaderClassName
{
color: #A7095D;
}
.AnyTagClassName
{
color: #A7095D;
}
</style>
background-color css
<style>
a { background-color: #A7095D; }
a { background-color: rgb(167,9,93); }
div.DivClassName
{
background-color: #A7095D;
}
.BgClassName
{
background-color: #A7095D;
}
</style>
border-color css
<style>
span { border-color: #A7095D; }
span { border-color: rgb(167,9,93); }
td.TdClassName
{
border-color: #A7095D;
}
.TagClassName
{
border-color: #A7095D;
}
</style>