Shades of Jazzberry Jam #A6104A
Tints of Jazzberry Jam #A6104A
RGB
CMYK
RGB Variations
Color information
#A6104A (or 0xA6104A) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 4A. RGB value is (166,16,74). Sum of RGB (Red+Green+Blue) = 166+16+74=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A6104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6104A is #59EFB5. Grayscale: #434343. Windows color (decimal): -5894070 or 4853926. OLE color: 4853926.
HSL color Cylindrical-coordinate representation of color #A6104A: hue angle of 336.8º 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 #A6104A is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 74 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.35 |
| HSL | 336.8º | 0.82% | 0.36% | - |
| HSV(B) | 336.8º | 0.9% | 0.65% | - |
| XYZ | 17.15 | 8.97 | 7.31 | - |
| YUV | 67.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 74 | 0 | 0.90 | 0.55 | 0.35 | 336.8 | 0.82 | 0.36 |
| Hex | A6 | 10 | 4A | 0 | 5A | 37 | 23 | 151 | 52 | 24 |
| Octal | 246 | 20 | 112 | 0 | 132 | 67 | 43 | 521 | 122 | 44 |
| Binary | 10100110 | 10000 | 1001010 | 0 | 1011010 | 110111 | 100011 | 101010001 | 1010010 | 100100 |
Color Harmonies of #A6104A
Complementary color
Monochromatic Colors of #A6104A
Black with #A6104A
Text Example
Text Example
White with #A6104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6104A; }
p { color: rgb(166,16,74); }
H1.HeaderClassName
{
color: #A6104A;
}
.AnyTagClassName
{
color: #A6104A;
}
</style>
background-color css
<style>
a { background-color: #A6104A; }
a { background-color: rgb(166,16,74); }
div.DivClassName
{
background-color: #A6104A;
}
.BgClassName
{
background-color: #A6104A;
}
</style>
border-color css
<style>
span { border-color: #A6104A; }
span { border-color: rgb(166,16,74); }
td.TdClassName
{
border-color: #A6104A;
}
.TagClassName
{
border-color: #A6104A;
}
</style>