Shades of Jazzberry Jam #A60246
Tints of Jazzberry Jam #A60246
RGB
CMYK
RGB Variations
Color information
#A60246 (or 0xA60246) is known color: Jazzberry Jam. HEX triplet: A6, 02 and 46. RGB value is (166,2,70). Sum of RGB (Red+Green+Blue) = 166+2+70=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A60246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60246 is #59FDB9. Grayscale: #3A3A3A. Windows color (decimal): -5897658 or 4588198. OLE color: 4588198.
HSL color Cylindrical-coordinate representation of color #A60246: hue angle of 335.12º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60246 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.35 |
| HSL | 335.12º | 0.98% | 0.33% | - |
| HSV(B) | 335.12º | 0.99% | 0.65% | - |
| XYZ | 16.85 | 8.59 | 6.56 | - |
| YUV | 58.79 | 134.33 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 2 | 70 | 0 | 0.99 | 0.58 | 0.35 | 335.12 | 0.98 | 0.33 |
| Hex | A6 | 2 | 46 | 0 | 63 | 3A | 23 | 14F | 62 | 21 |
| Octal | 246 | 2 | 106 | 0 | 143 | 72 | 43 | 517 | 142 | 41 |
| Binary | 10100110 | 10 | 1000110 | 0 | 1100011 | 111010 | 100011 | 101001111 | 1100010 | 100001 |
Color Harmonies of #A60246
Complementary color
Monochromatic Colors of #A60246
Black with #A60246
Text Example
Text Example
White with #A60246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60246; }
p { color: rgb(166,2,70); }
H1.HeaderClassName
{
color: #A60246;
}
.AnyTagClassName
{
color: #A60246;
}
</style>
background-color css
<style>
a { background-color: #A60246; }
a { background-color: rgb(166,2,70); }
div.DivClassName
{
background-color: #A60246;
}
.BgClassName
{
background-color: #A60246;
}
</style>
border-color css
<style>
span { border-color: #A60246; }
span { border-color: rgb(166,2,70); }
td.TdClassName
{
border-color: #A60246;
}
.TagClassName
{
border-color: #A60246;
}
</style>