Shades of Jazzberry Jam #AC1659
Tints of Jazzberry Jam #AC1659
RGB
CMYK
RGB Variations
Color information
#AC1659 (or 0xAC1659) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 59. RGB value is (172,22,89). Sum of RGB (Red+Green+Blue) = 172+22+89=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1659 is #53E9A6. Grayscale: #4A4A4A. Windows color (decimal): -5499303 or 5838508. OLE color: 5838508.
HSL color Cylindrical-coordinate representation of color #AC1659: hue angle of 333.2º degrees, saturation: 0.77, 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 #AC1659 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 89 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.33 |
| HSL | 333.2º | 0.77% | 0.38% | - |
| HSV(B) | 333.2º | 0.87% | 0.67% | - |
| XYZ | 19.1 | 10.07 | 10.39 | - |
| YUV | 74.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 89 | 0 | 0.87 | 0.48 | 0.33 | 333.2 | 0.77 | 0.38 |
| Hex | AC | 16 | 59 | 0 | 57 | 30 | 21 | 14D | 4D | 26 |
| Octal | 254 | 26 | 131 | 0 | 127 | 60 | 41 | 515 | 115 | 46 |
| Binary | 10101100 | 10110 | 1011001 | 0 | 1010111 | 110000 | 100001 | 101001101 | 1001101 | 100110 |
Color Harmonies of #AC1659
Complementary color
Monochromatic Colors of #AC1659
Black with #AC1659
Text Example
Text Example
White with #AC1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1659; }
p { color: rgb(172,22,89); }
H1.HeaderClassName
{
color: #AC1659;
}
.AnyTagClassName
{
color: #AC1659;
}
</style>
background-color css
<style>
a { background-color: #AC1659; }
a { background-color: rgb(172,22,89); }
div.DivClassName
{
background-color: #AC1659;
}
.BgClassName
{
background-color: #AC1659;
}
</style>
border-color css
<style>
span { border-color: #AC1659; }
span { border-color: rgb(172,22,89); }
td.TdClassName
{
border-color: #AC1659;
}
.TagClassName
{
border-color: #AC1659;
}
</style>