Shades of Jazzberry Jam #A6164D
Tints of Jazzberry Jam #A6164D
RGB
CMYK
RGB Variations
Color information
#A6164D (or 0xA6164D) is known color: Jazzberry Jam. HEX triplet: A6, 16 and 4D. RGB value is (166,22,77). Sum of RGB (Red+Green+Blue) = 166+22+77=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6164D is #59E9B2. Grayscale: #474747. Windows color (decimal): -5892531 or 5052070. OLE color: 5052070.
HSL color Cylindrical-coordinate representation of color #A6164D: hue angle of 337.08º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6164D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 22 | 77 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.35 |
| HSL | 337.08º | 0.77% | 0.37% | - |
| HSV(B) | 337.08º | 0.87% | 0.65% | - |
| XYZ | 17.35 | 9.22 | 7.89 | - |
| YUV | 71.33 | 131.21 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 22 | 77 | 0 | 0.87 | 0.54 | 0.35 | 337.08 | 0.77 | 0.37 |
| Hex | A6 | 16 | 4D | 0 | 57 | 36 | 23 | 151 | 4D | 25 |
| Octal | 246 | 26 | 115 | 0 | 127 | 66 | 43 | 521 | 115 | 45 |
| Binary | 10100110 | 10110 | 1001101 | 0 | 1010111 | 110110 | 100011 | 101010001 | 1001101 | 100101 |
Color Harmonies of #A6164D
Complementary color
Monochromatic Colors of #A6164D
Black with #A6164D
Text Example
Text Example
White with #A6164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6164D; }
p { color: rgb(166,22,77); }
H1.HeaderClassName
{
color: #A6164D;
}
.AnyTagClassName
{
color: #A6164D;
}
</style>
background-color css
<style>
a { background-color: #A6164D; }
a { background-color: rgb(166,22,77); }
div.DivClassName
{
background-color: #A6164D;
}
.BgClassName
{
background-color: #A6164D;
}
</style>
border-color css
<style>
span { border-color: #A6164D; }
span { border-color: rgb(166,22,77); }
td.TdClassName
{
border-color: #A6164D;
}
.TagClassName
{
border-color: #A6164D;
}
</style>