Shades of Jazzberry Jam #AC1059
Tints of Jazzberry Jam #AC1059
RGB
CMYK
RGB Variations
Color information
#AC1059 (or 0xAC1059) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 59. RGB value is (172,16,89). Sum of RGB (Red+Green+Blue) = 172+16+89=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1059 is #53EFA6. Grayscale: #464646. Windows color (decimal): -5500839 or 5836972. OLE color: 5836972.
HSL color Cylindrical-coordinate representation of color #AC1059: hue angle of 331.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1059 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 89 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.33 |
| HSL | 331.92º | 0.83% | 0.37% | - |
| HSV(B) | 331.92º | 0.91% | 0.67% | - |
| XYZ | 19 | 9.86 | 10.35 | - |
| YUV | 70.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 89 | 0 | 0.91 | 0.48 | 0.33 | 331.92 | 0.83 | 0.37 |
| Hex | AC | 10 | 59 | 0 | 5B | 30 | 21 | 14C | 53 | 25 |
| Octal | 254 | 20 | 131 | 0 | 133 | 60 | 41 | 514 | 123 | 45 |
| Binary | 10101100 | 10000 | 1011001 | 0 | 1011011 | 110000 | 100001 | 101001100 | 1010011 | 100101 |
Color Harmonies of #AC1059
Complementary color
Monochromatic Colors of #AC1059
Black with #AC1059
Text Example
Text Example
White with #AC1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1059; }
p { color: rgb(172,16,89); }
H1.HeaderClassName
{
color: #AC1059;
}
.AnyTagClassName
{
color: #AC1059;
}
</style>
background-color css
<style>
a { background-color: #AC1059; }
a { background-color: rgb(172,16,89); }
div.DivClassName
{
background-color: #AC1059;
}
.BgClassName
{
background-color: #AC1059;
}
</style>
border-color css
<style>
span { border-color: #AC1059; }
span { border-color: rgb(172,16,89); }
td.TdClassName
{
border-color: #AC1059;
}
.TagClassName
{
border-color: #AC1059;
}
</style>