Shades of Jazzberry Jam #AC1154
Tints of Jazzberry Jam #AC1154
RGB
CMYK
RGB Variations
Color information
#AC1154 (or 0xAC1154) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 54. RGB value is (172,17,84). Sum of RGB (Red+Green+Blue) = 172+17+84=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1154 is #53EEAB. Grayscale: #464646. Windows color (decimal): -5500588 or 5509548. OLE color: 5509548.
HSL color Cylindrical-coordinate representation of color #AC1154: hue angle of 334.06º 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 #AC1154 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 84 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.33 |
| HSL | 334.06º | 0.82% | 0.37% | - |
| HSV(B) | 334.06º | 0.9% | 0.67% | - |
| XYZ | 18.81 | 9.81 | 9.29 | - |
| YUV | 70.98 | 135.35 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 84 | 0 | 0.90 | 0.51 | 0.33 | 334.06 | 0.82 | 0.37 |
| Hex | AC | 11 | 54 | 0 | 5A | 33 | 21 | 14E | 52 | 25 |
| Octal | 254 | 21 | 124 | 0 | 132 | 63 | 41 | 516 | 122 | 45 |
| Binary | 10101100 | 10001 | 1010100 | 0 | 1011010 | 110011 | 100001 | 101001110 | 1010010 | 100101 |
Color Harmonies of #AC1154
Complementary color
Monochromatic Colors of #AC1154
Black with #AC1154
Text Example
Text Example
White with #AC1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1154; }
p { color: rgb(172,17,84); }
H1.HeaderClassName
{
color: #AC1154;
}
.AnyTagClassName
{
color: #AC1154;
}
</style>
background-color css
<style>
a { background-color: #AC1154; }
a { background-color: rgb(172,17,84); }
div.DivClassName
{
background-color: #AC1154;
}
.BgClassName
{
background-color: #AC1154;
}
</style>
border-color css
<style>
span { border-color: #AC1154; }
span { border-color: rgb(172,17,84); }
td.TdClassName
{
border-color: #AC1154;
}
.TagClassName
{
border-color: #AC1154;
}
</style>