Shades of Jazzberry Jam #A61247
Tints of Jazzberry Jam #A61247
RGB
CMYK
RGB Variations
Color information
#A61247 (or 0xA61247) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 47. RGB value is (166,18,71). Sum of RGB (Red+Green+Blue) = 166+18+71=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A61247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61247 is #59EDB8. Grayscale: #444444. Windows color (decimal): -5893561 or 4657830. OLE color: 4657830.
HSL color Cylindrical-coordinate representation of color #A61247: hue angle of 338.51º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61247 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 71 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.35 |
| HSL | 338.51º | 0.8% | 0.36% | - |
| HSV(B) | 338.51º | 0.89% | 0.65% | - |
| XYZ | 17.08 | 8.99 | 6.8 | - |
| YUV | 68.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 71 | 0 | 0.89 | 0.57 | 0.35 | 338.51 | 0.8 | 0.36 |
| Hex | A6 | 12 | 47 | 0 | 59 | 39 | 23 | 153 | 50 | 24 |
| Octal | 246 | 22 | 107 | 0 | 131 | 71 | 43 | 523 | 120 | 44 |
| Binary | 10100110 | 10010 | 1000111 | 0 | 1011001 | 111001 | 100011 | 101010011 | 1010000 | 100100 |
Color Harmonies of #A61247
Complementary color
Monochromatic Colors of #A61247
Black with #A61247
Text Example
Text Example
White with #A61247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61247; }
p { color: rgb(166,18,71); }
H1.HeaderClassName
{
color: #A61247;
}
.AnyTagClassName
{
color: #A61247;
}
</style>
background-color css
<style>
a { background-color: #A61247; }
a { background-color: rgb(166,18,71); }
div.DivClassName
{
background-color: #A61247;
}
.BgClassName
{
background-color: #A61247;
}
</style>
border-color css
<style>
span { border-color: #A61247; }
span { border-color: rgb(166,18,71); }
td.TdClassName
{
border-color: #A61247;
}
.TagClassName
{
border-color: #A61247;
}
</style>