Shades of Jazzberry Jam #AC1260
Tints of Jazzberry Jam #AC1260
RGB
CMYK
RGB Variations
Color information
#AC1260 (or 0xAC1260) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 60. RGB value is (172,18,96). Sum of RGB (Red+Green+Blue) = 172+18+96=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1260 is #53ED9F. Grayscale: #484848. Windows color (decimal): -5500320 or 6296236. OLE color: 6296236.
HSL color Cylindrical-coordinate representation of color #AC1260: hue angle of 329.61º degrees, saturation: 0.81, 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 #AC1260 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 96 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.33 |
| HSL | 329.61º | 0.81% | 0.37% | - |
| HSV(B) | 329.61º | 0.9% | 0.67% | - |
| XYZ | 19.34 | 10.05 | 11.99 | - |
| YUV | 72.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 96 | 0 | 0.90 | 0.44 | 0.33 | 329.61 | 0.81 | 0.37 |
| Hex | AC | 12 | 60 | 0 | 5A | 2C | 21 | 14A | 51 | 25 |
| Octal | 254 | 22 | 140 | 0 | 132 | 54 | 41 | 512 | 121 | 45 |
| Binary | 10101100 | 10010 | 1100000 | 0 | 1011010 | 101100 | 100001 | 101001010 | 1010001 | 100101 |
Color Harmonies of #AC1260
Complementary color
Monochromatic Colors of #AC1260
Black with #AC1260
Text Example
Text Example
White with #AC1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1260; }
p { color: rgb(172,18,96); }
H1.HeaderClassName
{
color: #AC1260;
}
.AnyTagClassName
{
color: #AC1260;
}
</style>
background-color css
<style>
a { background-color: #AC1260; }
a { background-color: rgb(172,18,96); }
div.DivClassName
{
background-color: #AC1260;
}
.BgClassName
{
background-color: #AC1260;
}
</style>
border-color css
<style>
span { border-color: #AC1260; }
span { border-color: rgb(172,18,96); }
td.TdClassName
{
border-color: #AC1260;
}
.TagClassName
{
border-color: #AC1260;
}
</style>