Shades of Jazzberry Jam #AC1178
Tints of Jazzberry Jam #AC1178
RGB
CMYK
RGB Variations
Color information
#AC1178 (or 0xAC1178) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 78. RGB value is (172,17,120). Sum of RGB (Red+Green+Blue) = 172+17+120=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1178 is #53EE87. Grayscale: #4A4A4A. Windows color (decimal): -5500552 or 7868844. OLE color: 7868844.
HSL color Cylindrical-coordinate representation of color #AC1178: hue angle of 320.13º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1178 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 120 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.33 |
| HSL | 320.13º | 0.82% | 0.37% | - |
| HSV(B) | 320.13º | 0.9% | 0.67% | - |
| XYZ | 20.6 | 10.53 | 18.72 | - |
| YUV | 75.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 120 | 0 | 0.90 | 0.30 | 0.33 | 320.13 | 0.82 | 0.37 |
| Hex | AC | 11 | 78 | 0 | 5A | 1E | 21 | 140 | 52 | 25 |
| Octal | 254 | 21 | 170 | 0 | 132 | 36 | 41 | 500 | 122 | 45 |
| Binary | 10101100 | 10001 | 1111000 | 0 | 1011010 | 11110 | 100001 | 101000000 | 1010010 | 100101 |
Color Harmonies of #AC1178
Complementary color
Monochromatic Colors of #AC1178
Black with #AC1178
Text Example
Text Example
White with #AC1178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1178; }
p { color: rgb(172,17,120); }
H1.HeaderClassName
{
color: #AC1178;
}
.AnyTagClassName
{
color: #AC1178;
}
</style>
background-color css
<style>
a { background-color: #AC1178; }
a { background-color: rgb(172,17,120); }
div.DivClassName
{
background-color: #AC1178;
}
.BgClassName
{
background-color: #AC1178;
}
</style>
border-color css
<style>
span { border-color: #AC1178; }
span { border-color: rgb(172,17,120); }
td.TdClassName
{
border-color: #AC1178;
}
.TagClassName
{
border-color: #AC1178;
}
</style>