Shades of Jazzberry Jam #A80946
Tints of Jazzberry Jam #A80946
RGB
CMYK
RGB Variations
Color information
#A80946 (or 0xA80946) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 46. RGB value is (168,9,70). Sum of RGB (Red+Green+Blue) = 168+9+70=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A80946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80946 is #57F6B9. Grayscale: #3F3F3F. Windows color (decimal): -5764794 or 4589992. OLE color: 4589992.
HSL color Cylindrical-coordinate representation of color #A80946: hue angle of 336.98º degrees, saturation: 0.9, 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 #A80946 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 70 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.34 |
| HSL | 336.98º | 0.9% | 0.35% | - |
| HSV(B) | 336.98º | 0.95% | 0.66% | - |
| XYZ | 17.35 | 8.96 | 6.61 | - |
| YUV | 63.5 | 131.68 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 70 | 0 | 0.95 | 0.58 | 0.34 | 336.98 | 0.9 | 0.35 |
| Hex | A8 | 9 | 46 | 0 | 5F | 3A | 22 | 151 | 5A | 23 |
| Octal | 250 | 11 | 106 | 0 | 137 | 72 | 42 | 521 | 132 | 43 |
| Binary | 10101000 | 1001 | 1000110 | 0 | 1011111 | 111010 | 100010 | 101010001 | 1011010 | 100011 |
Color Harmonies of #A80946
Complementary color
Monochromatic Colors of #A80946
Black with #A80946
Text Example
Text Example
White with #A80946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80946; }
p { color: rgb(168,9,70); }
H1.HeaderClassName
{
color: #A80946;
}
.AnyTagClassName
{
color: #A80946;
}
</style>
background-color css
<style>
a { background-color: #A80946; }
a { background-color: rgb(168,9,70); }
div.DivClassName
{
background-color: #A80946;
}
.BgClassName
{
background-color: #A80946;
}
</style>
border-color css
<style>
span { border-color: #A80946; }
span { border-color: rgb(168,9,70); }
td.TdClassName
{
border-color: #A80946;
}
.TagClassName
{
border-color: #A80946;
}
</style>