Shades of Jazzberry Jam #A80047
Tints of Jazzberry Jam #A80047
RGB
CMYK
RGB Variations
Color information
#A80047 (or 0xA80047) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 47. RGB value is (168,0,71). Sum of RGB (Red+Green+Blue) = 168+0+71=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A80047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80047 is #57FFB8. Grayscale: #3A3A3A. Windows color (decimal): -5767097 or 4653224. OLE color: 4653224.
HSL color Cylindrical-coordinate representation of color #A80047: hue angle of 334.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80047 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.58 | 0.34 |
| HSL | 334.64º | 1% | 0.33% | - |
| HSV(B) | 334.64º | 1% | 0.66% | - |
| XYZ | 17.29 | 8.78 | 6.74 | - |
| YUV | 58.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 71 | 0 | 1 | 0.58 | 0.34 | 334.64 | 1 | 0.33 |
| Hex | A8 | 0 | 47 | 0 | 64 | 3A | 22 | 14F | 64 | 21 |
| Octal | 250 | 0 | 107 | 0 | 144 | 72 | 42 | 517 | 144 | 41 |
| Binary | 10101000 | 0 | 1000111 | 0 | 1100100 | 111010 | 100010 | 101001111 | 1100100 | 100001 |
Color Harmonies of #A80047
Complementary color
Monochromatic Colors of #A80047
Black with #A80047
Text Example
Text Example
White with #A80047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80047; }
p { color: rgb(168,0,71); }
H1.HeaderClassName
{
color: #A80047;
}
.AnyTagClassName
{
color: #A80047;
}
</style>
background-color css
<style>
a { background-color: #A80047; }
a { background-color: rgb(168,0,71); }
div.DivClassName
{
background-color: #A80047;
}
.BgClassName
{
background-color: #A80047;
}
</style>
border-color css
<style>
span { border-color: #A80047; }
span { border-color: rgb(168,0,71); }
td.TdClassName
{
border-color: #A80047;
}
.TagClassName
{
border-color: #A80047;
}
</style>