Shades of Jazzberry Jam #A80861
Tints of Jazzberry Jam #A80861
RGB
CMYK
RGB Variations
Color information
#A80861 (or 0xA80861) is known color: Jazzberry Jam. HEX triplet: A8, 08 and 61. RGB value is (168,8,97). Sum of RGB (Red+Green+Blue) = 168+8+97=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A80861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80861 is #57F79E. Grayscale: #414141. Windows color (decimal): -5765023 or 6359208. OLE color: 6359208.
HSL color Cylindrical-coordinate representation of color #A80861: hue angle of 326.62º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80861 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 97 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.34 |
| HSL | 326.63º | 0.91% | 0.35% | - |
| HSV(B) | 326.63º | 0.95% | 0.66% | - |
| XYZ | 18.39 | 9.36 | 12.15 | - |
| YUV | 65.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 97 | 0 | 0.95 | 0.42 | 0.34 | 326.63 | 0.91 | 0.35 |
| Hex | A8 | 8 | 61 | 0 | 5F | 2A | 22 | 147 | 5B | 23 |
| Octal | 250 | 10 | 141 | 0 | 137 | 52 | 42 | 507 | 133 | 43 |
| Binary | 10101000 | 1000 | 1100001 | 0 | 1011111 | 101010 | 100010 | 101000111 | 1011011 | 100011 |
Color Harmonies of #A80861
Complementary color
Monochromatic Colors of #A80861
Black with #A80861
Text Example
Text Example
White with #A80861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80861; }
p { color: rgb(168,8,97); }
H1.HeaderClassName
{
color: #A80861;
}
.AnyTagClassName
{
color: #A80861;
}
</style>
background-color css
<style>
a { background-color: #A80861; }
a { background-color: rgb(168,8,97); }
div.DivClassName
{
background-color: #A80861;
}
.BgClassName
{
background-color: #A80861;
}
</style>
border-color css
<style>
span { border-color: #A80861; }
span { border-color: rgb(168,8,97); }
td.TdClassName
{
border-color: #A80861;
}
.TagClassName
{
border-color: #A80861;
}
</style>