Shades of Jazzberry Jam #A7105D
Tints of Jazzberry Jam #A7105D
RGB
CMYK
RGB Variations
Color information
#A7105D (or 0xA7105D) is known color: Jazzberry Jam. HEX triplet: A7, 10 and 5D. RGB value is (167,16,93). Sum of RGB (Red+Green+Blue) = 167+16+93=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A7105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7105D is #58EFA2. Grayscale: #454545. Windows color (decimal): -5828515 or 6099111. OLE color: 6099111.
HSL color Cylindrical-coordinate representation of color #A7105D: hue angle of 329.4º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7105D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 16 | 93 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.35 |
| HSL | 329.4º | 0.83% | 0.36% | - |
| HSV(B) | 329.4º | 0.9% | 0.65% | - |
| XYZ | 18.1 | 9.38 | 11.21 | - |
| YUV | 69.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 16 | 93 | 0 | 0.90 | 0.44 | 0.35 | 329.4 | 0.83 | 0.36 |
| Hex | A7 | 10 | 5D | 0 | 5A | 2C | 23 | 149 | 53 | 24 |
| Octal | 247 | 20 | 135 | 0 | 132 | 54 | 43 | 511 | 123 | 44 |
| Binary | 10100111 | 10000 | 1011101 | 0 | 1011010 | 101100 | 100011 | 101001001 | 1010011 | 100100 |
Color Harmonies of #A7105D
Complementary color
Monochromatic Colors of #A7105D
Black with #A7105D
Text Example
Text Example
White with #A7105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7105D; }
p { color: rgb(167,16,93); }
H1.HeaderClassName
{
color: #A7105D;
}
.AnyTagClassName
{
color: #A7105D;
}
</style>
background-color css
<style>
a { background-color: #A7105D; }
a { background-color: rgb(167,16,93); }
div.DivClassName
{
background-color: #A7105D;
}
.BgClassName
{
background-color: #A7105D;
}
</style>
border-color css
<style>
span { border-color: #A7105D; }
span { border-color: rgb(167,16,93); }
td.TdClassName
{
border-color: #A7105D;
}
.TagClassName
{
border-color: #A7105D;
}
</style>