Shades of Jazzberry Jam #AC1147
Tints of Jazzberry Jam #AC1147
RGB
CMYK
RGB Variations
Color information
#AC1147 (or 0xAC1147) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 47. RGB value is (172,17,71). Sum of RGB (Red+Green+Blue) = 172+17+71=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1147 is #53EEB8. Grayscale: #454545. Windows color (decimal): -5500601 or 4657580. OLE color: 4657580.
HSL color Cylindrical-coordinate representation of color #AC1147: hue angle of 339.1º 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 #AC1147 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 71 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.33 |
| HSL | 339.1º | 0.82% | 0.37% | - |
| HSV(B) | 339.1º | 0.9% | 0.67% | - |
| XYZ | 18.35 | 9.63 | 6.85 | - |
| YUV | 69.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 71 | 0 | 0.90 | 0.59 | 0.33 | 339.1 | 0.82 | 0.37 |
| Hex | AC | 11 | 47 | 0 | 5A | 3B | 21 | 153 | 52 | 25 |
| Octal | 254 | 21 | 107 | 0 | 132 | 73 | 41 | 523 | 122 | 45 |
| Binary | 10101100 | 10001 | 1000111 | 0 | 1011010 | 111011 | 100001 | 101010011 | 1010010 | 100101 |
Color Harmonies of #AC1147
Complementary color
Monochromatic Colors of #AC1147
Black with #AC1147
Text Example
Text Example
White with #AC1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1147; }
p { color: rgb(172,17,71); }
H1.HeaderClassName
{
color: #AC1147;
}
.AnyTagClassName
{
color: #AC1147;
}
</style>
background-color css
<style>
a { background-color: #AC1147; }
a { background-color: rgb(172,17,71); }
div.DivClassName
{
background-color: #AC1147;
}
.BgClassName
{
background-color: #AC1147;
}
</style>
border-color css
<style>
span { border-color: #AC1147; }
span { border-color: rgb(172,17,71); }
td.TdClassName
{
border-color: #AC1147;
}
.TagClassName
{
border-color: #AC1147;
}
</style>