Shades of Jazzberry Jam #AC1257
Tints of Jazzberry Jam #AC1257
RGB
CMYK
RGB Variations
Color information
#AC1257 (or 0xAC1257) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 57. RGB value is (172,18,87). Sum of RGB (Red+Green+Blue) = 172+18+87=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1257 is #53EDA8. Grayscale: #474747. Windows color (decimal): -5500329 or 5706412. OLE color: 5706412.
HSL color Cylindrical-coordinate representation of color #AC1257: hue angle of 333.12º 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 #AC1257 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 87 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.33 |
| HSL | 333.12º | 0.81% | 0.37% | - |
| HSV(B) | 333.12º | 0.9% | 0.67% | - |
| XYZ | 18.95 | 9.89 | 9.93 | - |
| YUV | 71.91 | 136.52 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 87 | 0 | 0.90 | 0.49 | 0.33 | 333.12 | 0.81 | 0.37 |
| Hex | AC | 12 | 57 | 0 | 5A | 31 | 21 | 14D | 51 | 25 |
| Octal | 254 | 22 | 127 | 0 | 132 | 61 | 41 | 515 | 121 | 45 |
| Binary | 10101100 | 10010 | 1010111 | 0 | 1011010 | 110001 | 100001 | 101001101 | 1010001 | 100101 |
Color Harmonies of #AC1257
Complementary color
Monochromatic Colors of #AC1257
Black with #AC1257
Text Example
Text Example
White with #AC1257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1257; }
p { color: rgb(172,18,87); }
H1.HeaderClassName
{
color: #AC1257;
}
.AnyTagClassName
{
color: #AC1257;
}
</style>
background-color css
<style>
a { background-color: #AC1257; }
a { background-color: rgb(172,18,87); }
div.DivClassName
{
background-color: #AC1257;
}
.BgClassName
{
background-color: #AC1257;
}
</style>
border-color css
<style>
span { border-color: #AC1257; }
span { border-color: rgb(172,18,87); }
td.TdClassName
{
border-color: #AC1257;
}
.TagClassName
{
border-color: #AC1257;
}
</style>