Shades of Jazzberry Jam #A00861
Tints of Jazzberry Jam #A00861
RGB
CMYK
RGB Variations
Color information
#A00861 (or 0xA00861) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 61. RGB value is (160,8,97). Sum of RGB (Red+Green+Blue) = 160+8+97=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A00861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00861 is #5FF79E. Grayscale: #3F3F3F. Windows color (decimal): -6289311 or 6359200. OLE color: 6359200.
HSL color Cylindrical-coordinate representation of color #A00861: hue angle of 324.87º degrees, saturation: 0.9, 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 #A00861 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 8 | 97 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.37 |
| HSL | 324.87º | 0.9% | 0.33% | - |
| HSV(B) | 324.87º | 0.95% | 0.63% | - |
| XYZ | 16.74 | 8.51 | 12.07 | - |
| YUV | 63.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 8 | 97 | 0 | 0.95 | 0.39 | 0.37 | 324.87 | 0.9 | 0.33 |
| Hex | A0 | 8 | 61 | 0 | 5F | 27 | 25 | 145 | 5A | 21 |
| Octal | 240 | 10 | 141 | 0 | 137 | 47 | 45 | 505 | 132 | 41 |
| Binary | 10100000 | 1000 | 1100001 | 0 | 1011111 | 100111 | 100101 | 101000101 | 1011010 | 100001 |
Color Harmonies of #A00861
Complementary color
Monochromatic Colors of #A00861
Black with #A00861
Text Example
Text Example
White with #A00861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00861; }
p { color: rgb(160,8,97); }
H1.HeaderClassName
{
color: #A00861;
}
.AnyTagClassName
{
color: #A00861;
}
</style>
background-color css
<style>
a { background-color: #A00861; }
a { background-color: rgb(160,8,97); }
div.DivClassName
{
background-color: #A00861;
}
.BgClassName
{
background-color: #A00861;
}
</style>
border-color css
<style>
span { border-color: #A00861; }
span { border-color: rgb(160,8,97); }
td.TdClassName
{
border-color: #A00861;
}
.TagClassName
{
border-color: #A00861;
}
</style>