Shades of Jazzberry Jam #AC1754
Tints of Jazzberry Jam #AC1754
RGB
CMYK
RGB Variations
Color information
#AC1754 (or 0xAC1754) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 54. RGB value is (172,23,84). Sum of RGB (Red+Green+Blue) = 172+23+84=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1754 is #53E8AB. Grayscale: #4A4A4A. Windows color (decimal): -5499052 or 5511084. OLE color: 5511084.
HSL color Cylindrical-coordinate representation of color #AC1754: hue angle of 335.44º 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 #AC1754 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 84 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.33 |
| HSL | 335.44º | 0.76% | 0.38% | - |
| HSV(B) | 335.44º | 0.87% | 0.67% | - |
| XYZ | 18.92 | 10.02 | 9.33 | - |
| YUV | 74.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 84 | 0 | 0.87 | 0.51 | 0.33 | 335.44 | 0.76 | 0.38 |
| Hex | AC | 17 | 54 | 0 | 57 | 33 | 21 | 14F | 4C | 26 |
| Octal | 254 | 27 | 124 | 0 | 127 | 63 | 41 | 517 | 114 | 46 |
| Binary | 10101100 | 10111 | 1010100 | 0 | 1010111 | 110011 | 100001 | 101001111 | 1001100 | 100110 |
Color Harmonies of #AC1754
Complementary color
Monochromatic Colors of #AC1754
Black with #AC1754
Text Example
Text Example
White with #AC1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1754; }
p { color: rgb(172,23,84); }
H1.HeaderClassName
{
color: #AC1754;
}
.AnyTagClassName
{
color: #AC1754;
}
</style>
background-color css
<style>
a { background-color: #AC1754; }
a { background-color: rgb(172,23,84); }
div.DivClassName
{
background-color: #AC1754;
}
.BgClassName
{
background-color: #AC1754;
}
</style>
border-color css
<style>
span { border-color: #AC1754; }
span { border-color: rgb(172,23,84); }
td.TdClassName
{
border-color: #AC1754;
}
.TagClassName
{
border-color: #AC1754;
}
</style>