Shades of Jazzberry Jam #AC1364
Tints of Jazzberry Jam #AC1364
RGB
CMYK
RGB Variations
Color information
#AC1364 (or 0xAC1364) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 64. RGB value is (172,19,100). Sum of RGB (Red+Green+Blue) = 172+19+100=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1364 is #53EC9B. Grayscale: #494949. Windows color (decimal): -5500060 or 6558636. OLE color: 6558636.
HSL color Cylindrical-coordinate representation of color #AC1364: hue angle of 328.24º 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 #AC1364 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 100 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.33 |
| HSL | 328.24º | 0.8% | 0.37% | - |
| HSV(B) | 328.24º | 0.89% | 0.67% | - |
| XYZ | 19.55 | 10.16 | 12.99 | - |
| YUV | 73.98 | 142.69 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 100 | 0 | 0.89 | 0.42 | 0.33 | 328.24 | 0.8 | 0.37 |
| Hex | AC | 13 | 64 | 0 | 59 | 2A | 21 | 148 | 50 | 25 |
| Octal | 254 | 23 | 144 | 0 | 131 | 52 | 41 | 510 | 120 | 45 |
| Binary | 10101100 | 10011 | 1100100 | 0 | 1011001 | 101010 | 100001 | 101001000 | 1010000 | 100101 |
Color Harmonies of #AC1364
Complementary color
Monochromatic Colors of #AC1364
Black with #AC1364
Text Example
Text Example
White with #AC1364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1364; }
p { color: rgb(172,19,100); }
H1.HeaderClassName
{
color: #AC1364;
}
.AnyTagClassName
{
color: #AC1364;
}
</style>
background-color css
<style>
a { background-color: #AC1364; }
a { background-color: rgb(172,19,100); }
div.DivClassName
{
background-color: #AC1364;
}
.BgClassName
{
background-color: #AC1364;
}
</style>
border-color css
<style>
span { border-color: #AC1364; }
span { border-color: rgb(172,19,100); }
td.TdClassName
{
border-color: #AC1364;
}
.TagClassName
{
border-color: #AC1364;
}
</style>