Shades of Jazzberry Jam #AC1251
Tints of Jazzberry Jam #AC1251
RGB
CMYK
RGB Variations
Color information
#AC1251 (or 0xAC1251) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 51. RGB value is (172,18,81). Sum of RGB (Red+Green+Blue) = 172+18+81=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1251 is #53EDAE. Grayscale: #474747. Windows color (decimal): -5500335 or 5313196. OLE color: 5313196.
HSL color Cylindrical-coordinate representation of color #AC1251: hue angle of 335.45º 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 #AC1251 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 81 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.33 |
| HSL | 335.45º | 0.81% | 0.37% | - |
| HSV(B) | 335.45º | 0.9% | 0.67% | - |
| XYZ | 18.71 | 9.8 | 8.69 | - |
| YUV | 71.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 81 | 0 | 0.90 | 0.53 | 0.33 | 335.45 | 0.81 | 0.37 |
| Hex | AC | 12 | 51 | 0 | 5A | 35 | 21 | 14F | 51 | 25 |
| Octal | 254 | 22 | 121 | 0 | 132 | 65 | 41 | 517 | 121 | 45 |
| Binary | 10101100 | 10010 | 1010001 | 0 | 1011010 | 110101 | 100001 | 101001111 | 1010001 | 100101 |
Color Harmonies of #AC1251
Complementary color
Monochromatic Colors of #AC1251
Black with #AC1251
Text Example
Text Example
White with #AC1251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1251; }
p { color: rgb(172,18,81); }
H1.HeaderClassName
{
color: #AC1251;
}
.AnyTagClassName
{
color: #AC1251;
}
</style>
background-color css
<style>
a { background-color: #AC1251; }
a { background-color: rgb(172,18,81); }
div.DivClassName
{
background-color: #AC1251;
}
.BgClassName
{
background-color: #AC1251;
}
</style>
border-color css
<style>
span { border-color: #AC1251; }
span { border-color: rgb(172,18,81); }
td.TdClassName
{
border-color: #AC1251;
}
.TagClassName
{
border-color: #AC1251;
}
</style>