Shades of Jazzberry Jam #A12061
Tints of Jazzberry Jam #A12061
RGB
CMYK
RGB Variations
Color information
#A12061 (or 0xA12061) is known color: Jazzberry Jam. HEX triplet: A1, 20 and 61. RGB value is (161,32,97). Sum of RGB (Red+Green+Blue) = 161+32+97=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A12061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12061 is #5EDF9E. Grayscale: #4D4D4D. Windows color (decimal): -6217631 or 6365345. OLE color: 6365345.
HSL color Cylindrical-coordinate representation of color #A12061: hue angle of 329.77º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12061 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 32 | 97 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.37 |
| HSL | 329.77º | 0.67% | 0.38% | - |
| HSV(B) | 329.77º | 0.8% | 0.63% | - |
| XYZ | 17.37 | 9.47 | 12.22 | - |
| YUV | 77.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 97 | 0 | 0.80 | 0.40 | 0.37 | 329.77 | 0.67 | 0.38 |
| Hex | A1 | 20 | 61 | 0 | 50 | 28 | 25 | 14A | 43 | 26 |
| Octal | 241 | 40 | 141 | 0 | 120 | 50 | 45 | 512 | 103 | 46 |
| Binary | 10100001 | 100000 | 1100001 | 0 | 1010000 | 101000 | 100101 | 101001010 | 1000011 | 100110 |
Color Harmonies of #A12061
Complementary color
Monochromatic Colors of #A12061
Black with #A12061
Text Example
Text Example
White with #A12061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12061; }
p { color: rgb(161,32,97); }
H1.HeaderClassName
{
color: #A12061;
}
.AnyTagClassName
{
color: #A12061;
}
</style>
background-color css
<style>
a { background-color: #A12061; }
a { background-color: rgb(161,32,97); }
div.DivClassName
{
background-color: #A12061;
}
.BgClassName
{
background-color: #A12061;
}
</style>
border-color css
<style>
span { border-color: #A12061; }
span { border-color: rgb(161,32,97); }
td.TdClassName
{
border-color: #A12061;
}
.TagClassName
{
border-color: #A12061;
}
</style>