Shades of Jazzberry Jam #A6104D
Tints of Jazzberry Jam #A6104D
RGB
CMYK
RGB Variations
Color information
#A6104D (or 0xA6104D) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 4D. RGB value is (166,16,77). Sum of RGB (Red+Green+Blue) = 166+16+77=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6104D is #59EFB2. Grayscale: #434343. Windows color (decimal): -5894067 or 5050534. OLE color: 5050534.
HSL color Cylindrical-coordinate representation of color #A6104D: hue angle of 335.6º degrees, saturation: 0.82, 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 #A6104D is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 77 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.35 |
| HSL | 335.6º | 0.82% | 0.36% | - |
| HSV(B) | 335.6º | 0.9% | 0.65% | - |
| XYZ | 17.25 | 9.01 | 7.85 | - |
| YUV | 67.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 77 | 0 | 0.90 | 0.54 | 0.35 | 335.6 | 0.82 | 0.36 |
| Hex | A6 | 10 | 4D | 0 | 5A | 36 | 23 | 150 | 52 | 24 |
| Octal | 246 | 20 | 115 | 0 | 132 | 66 | 43 | 520 | 122 | 44 |
| Binary | 10100110 | 10000 | 1001101 | 0 | 1011010 | 110110 | 100011 | 101010000 | 1010010 | 100100 |
Color Harmonies of #A6104D
Complementary color
Monochromatic Colors of #A6104D
Black with #A6104D
Text Example
Text Example
White with #A6104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6104D; }
p { color: rgb(166,16,77); }
H1.HeaderClassName
{
color: #A6104D;
}
.AnyTagClassName
{
color: #A6104D;
}
</style>
background-color css
<style>
a { background-color: #A6104D; }
a { background-color: rgb(166,16,77); }
div.DivClassName
{
background-color: #A6104D;
}
.BgClassName
{
background-color: #A6104D;
}
</style>
border-color css
<style>
span { border-color: #A6104D; }
span { border-color: rgb(166,16,77); }
td.TdClassName
{
border-color: #A6104D;
}
.TagClassName
{
border-color: #A6104D;
}
</style>