Shades of Jazzberry Jam #AC1354
Tints of Jazzberry Jam #AC1354
RGB
CMYK
RGB Variations
Color information
#AC1354 (or 0xAC1354) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 54. RGB value is (172,19,84). Sum of RGB (Red+Green+Blue) = 172+19+84=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1354 is #53ECAB. Grayscale: #484848. Windows color (decimal): -5500076 or 5510060. OLE color: 5510060.
HSL color Cylindrical-coordinate representation of color #AC1354: hue angle of 334.51º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1354 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 84 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.33 |
| HSL | 334.51º | 0.8% | 0.37% | - |
| HSV(B) | 334.51º | 0.89% | 0.67% | - |
| XYZ | 18.85 | 9.88 | 9.3 | - |
| YUV | 72.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 84 | 0 | 0.89 | 0.51 | 0.33 | 334.51 | 0.8 | 0.37 |
| Hex | AC | 13 | 54 | 0 | 59 | 33 | 21 | 14F | 50 | 25 |
| Octal | 254 | 23 | 124 | 0 | 131 | 63 | 41 | 517 | 120 | 45 |
| Binary | 10101100 | 10011 | 1010100 | 0 | 1011001 | 110011 | 100001 | 101001111 | 1010000 | 100101 |
Color Harmonies of #AC1354
Complementary color
Monochromatic Colors of #AC1354
Black with #AC1354
Text Example
Text Example
White with #AC1354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1354; }
p { color: rgb(172,19,84); }
H1.HeaderClassName
{
color: #AC1354;
}
.AnyTagClassName
{
color: #AC1354;
}
</style>
background-color css
<style>
a { background-color: #AC1354; }
a { background-color: rgb(172,19,84); }
div.DivClassName
{
background-color: #AC1354;
}
.BgClassName
{
background-color: #AC1354;
}
</style>
border-color css
<style>
span { border-color: #AC1354; }
span { border-color: rgb(172,19,84); }
td.TdClassName
{
border-color: #AC1354;
}
.TagClassName
{
border-color: #AC1354;
}
</style>