Shades of Jazzberry Jam #A10861
Tints of Jazzberry Jam #A10861
RGB
CMYK
RGB Variations
Color information
#A10861 (or 0xA10861) is known color: Jazzberry Jam. HEX triplet: A1, 08 and 61. RGB value is (161,8,97). Sum of RGB (Red+Green+Blue) = 161+8+97=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A10861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10861 is #5EF79E. Grayscale: #3F3F3F. Windows color (decimal): -6223775 or 6359201. OLE color: 6359201.
HSL color Cylindrical-coordinate representation of color #A10861: hue angle of 325.1º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10861 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 8 | 97 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.37 |
| HSL | 325.1º | 0.91% | 0.33% | - |
| HSV(B) | 325.1º | 0.95% | 0.63% | - |
| XYZ | 16.94 | 8.61 | 12.08 | - |
| YUV | 63.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 8 | 97 | 0 | 0.95 | 0.40 | 0.37 | 325.1 | 0.91 | 0.33 |
| Hex | A1 | 8 | 61 | 0 | 5F | 28 | 25 | 145 | 5B | 21 |
| Octal | 241 | 10 | 141 | 0 | 137 | 50 | 45 | 505 | 133 | 41 |
| Binary | 10100001 | 1000 | 1100001 | 0 | 1011111 | 101000 | 100101 | 101000101 | 1011011 | 100001 |
Color Harmonies of #A10861
Complementary color
Monochromatic Colors of #A10861
Black with #A10861
Text Example
Text Example
White with #A10861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10861; }
p { color: rgb(161,8,97); }
H1.HeaderClassName
{
color: #A10861;
}
.AnyTagClassName
{
color: #A10861;
}
</style>
background-color css
<style>
a { background-color: #A10861; }
a { background-color: rgb(161,8,97); }
div.DivClassName
{
background-color: #A10861;
}
.BgClassName
{
background-color: #A10861;
}
</style>
border-color css
<style>
span { border-color: #A10861; }
span { border-color: rgb(161,8,97); }
td.TdClassName
{
border-color: #A10861;
}
.TagClassName
{
border-color: #A10861;
}
</style>