Shades of Jazzberry Jam #AC0556
Tints of Jazzberry Jam #AC0556
RGB
CMYK
RGB Variations
Color information
#AC0556 (or 0xAC0556) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 56. RGB value is (172,5,86). Sum of RGB (Red+Green+Blue) = 172+5+86=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0556 is #53FAA9. Grayscale: #404040. Windows color (decimal): -5503658 or 5637548. OLE color: 5637548.
HSL color Cylindrical-coordinate representation of color #AC0556: hue angle of 330.9º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0556 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 86 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.33 |
| HSL | 330.9º | 0.94% | 0.35% | - |
| HSV(B) | 330.9º | 0.97% | 0.67% | - |
| XYZ | 18.75 | 9.55 | 9.66 | - |
| YUV | 64.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 86 | 0 | 0.97 | 0.5 | 0.33 | 330.9 | 0.94 | 0.35 |
| Hex | AC | 5 | 56 | 0 | 61 | 32 | 21 | 14B | 5E | 23 |
| Octal | 254 | 5 | 126 | 0 | 141 | 62 | 41 | 513 | 136 | 43 |
| Binary | 10101100 | 101 | 1010110 | 0 | 1100001 | 110010 | 100001 | 101001011 | 1011110 | 100011 |
Color Harmonies of #AC0556
Complementary color
Monochromatic Colors of #AC0556
Black with #AC0556
Text Example
Text Example
White with #AC0556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0556; }
p { color: rgb(172,5,86); }
H1.HeaderClassName
{
color: #AC0556;
}
.AnyTagClassName
{
color: #AC0556;
}
</style>
background-color css
<style>
a { background-color: #AC0556; }
a { background-color: rgb(172,5,86); }
div.DivClassName
{
background-color: #AC0556;
}
.BgClassName
{
background-color: #AC0556;
}
</style>
border-color css
<style>
span { border-color: #AC0556; }
span { border-color: rgb(172,5,86); }
td.TdClassName
{
border-color: #AC0556;
}
.TagClassName
{
border-color: #AC0556;
}
</style>