Shades of Jazzberry Jam #A6104C
Tints of Jazzberry Jam #A6104C
RGB
CMYK
RGB Variations
Color information
#A6104C (or 0xA6104C) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 4C. RGB value is (166,16,76). Sum of RGB (Red+Green+Blue) = 166+16+76=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A6104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6104C is #59EFB3. Grayscale: #434343. Windows color (decimal): -5894068 or 4984998. OLE color: 4984998.
HSL color Cylindrical-coordinate representation of color #A6104C: hue angle of 336º 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 #A6104C is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 76 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.35 |
| HSL | 336º | 0.82% | 0.36% | - |
| HSV(B) | 336º | 0.9% | 0.65% | - |
| XYZ | 17.22 | 9 | 7.67 | - |
| YUV | 67.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 76 | 0 | 0.90 | 0.54 | 0.35 | 336 | 0.82 | 0.36 |
| Hex | A6 | 10 | 4C | 0 | 5A | 36 | 23 | 150 | 52 | 24 |
| Octal | 246 | 20 | 114 | 0 | 132 | 66 | 43 | 520 | 122 | 44 |
| Binary | 10100110 | 10000 | 1001100 | 0 | 1011010 | 110110 | 100011 | 101010000 | 1010010 | 100100 |
Color Harmonies of #A6104C
Complementary color
Monochromatic Colors of #A6104C
Black with #A6104C
Text Example
Text Example
White with #A6104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6104C; }
p { color: rgb(166,16,76); }
H1.HeaderClassName
{
color: #A6104C;
}
.AnyTagClassName
{
color: #A6104C;
}
</style>
background-color css
<style>
a { background-color: #A6104C; }
a { background-color: rgb(166,16,76); }
div.DivClassName
{
background-color: #A6104C;
}
.BgClassName
{
background-color: #A6104C;
}
</style>
border-color css
<style>
span { border-color: #A6104C; }
span { border-color: rgb(166,16,76); }
td.TdClassName
{
border-color: #A6104C;
}
.TagClassName
{
border-color: #A6104C;
}
</style>