Shades of Jazzberry Jam #AC1756
Tints of Jazzberry Jam #AC1756
RGB
CMYK
RGB Variations
Color information
#AC1756 (or 0xAC1756) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 56. RGB value is (172,23,86). Sum of RGB (Red+Green+Blue) = 172+23+86=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1756 is #53E8A9. Grayscale: #4A4A4A. Windows color (decimal): -5499050 or 5642156. OLE color: 5642156.
HSL color Cylindrical-coordinate representation of color #AC1756: hue angle of 334.63º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1756 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 86 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.33 |
| HSL | 334.63º | 0.76% | 0.38% | - |
| HSV(B) | 334.63º | 0.87% | 0.67% | - |
| XYZ | 19 | 10.06 | 9.74 | - |
| YUV | 74.73 | 134.36 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 86 | 0 | 0.87 | 0.5 | 0.33 | 334.63 | 0.76 | 0.38 |
| Hex | AC | 17 | 56 | 0 | 57 | 32 | 21 | 14F | 4C | 26 |
| Octal | 254 | 27 | 126 | 0 | 127 | 62 | 41 | 517 | 114 | 46 |
| Binary | 10101100 | 10111 | 1010110 | 0 | 1010111 | 110010 | 100001 | 101001111 | 1001100 | 100110 |
Color Harmonies of #AC1756
Complementary color
Monochromatic Colors of #AC1756
Black with #AC1756
Text Example
Text Example
White with #AC1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1756; }
p { color: rgb(172,23,86); }
H1.HeaderClassName
{
color: #AC1756;
}
.AnyTagClassName
{
color: #AC1756;
}
</style>
background-color css
<style>
a { background-color: #AC1756; }
a { background-color: rgb(172,23,86); }
div.DivClassName
{
background-color: #AC1756;
}
.BgClassName
{
background-color: #AC1756;
}
</style>
border-color css
<style>
span { border-color: #AC1756; }
span { border-color: rgb(172,23,86); }
td.TdClassName
{
border-color: #AC1756;
}
.TagClassName
{
border-color: #AC1756;
}
</style>