Shades of Jazzberry Jam #AC1045
Tints of Jazzberry Jam #AC1045
RGB
CMYK
RGB Variations
Color information
#AC1045 (or 0xAC1045) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 45. RGB value is (172,16,69). Sum of RGB (Red+Green+Blue) = 172+16+69=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1045 is #53EFBA. Grayscale: #444444. Windows color (decimal): -5500859 or 4526252. OLE color: 4526252.
HSL color Cylindrical-coordinate representation of color #AC1045: hue angle of 339.62º 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 #AC1045 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 69 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.33 |
| HSL | 339.62º | 0.83% | 0.37% | - |
| HSV(B) | 339.62º | 0.91% | 0.67% | - |
| XYZ | 18.27 | 9.57 | 6.51 | - |
| YUV | 68.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 69 | 0 | 0.91 | 0.60 | 0.33 | 339.62 | 0.83 | 0.37 |
| Hex | AC | 10 | 45 | 0 | 5B | 3C | 21 | 154 | 53 | 25 |
| Octal | 254 | 20 | 105 | 0 | 133 | 74 | 41 | 524 | 123 | 45 |
| Binary | 10101100 | 10000 | 1000101 | 0 | 1011011 | 111100 | 100001 | 101010100 | 1010011 | 100101 |
Color Harmonies of #AC1045
Complementary color
Monochromatic Colors of #AC1045
Black with #AC1045
Text Example
Text Example
White with #AC1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1045; }
p { color: rgb(172,16,69); }
H1.HeaderClassName
{
color: #AC1045;
}
.AnyTagClassName
{
color: #AC1045;
}
</style>
background-color css
<style>
a { background-color: #AC1045; }
a { background-color: rgb(172,16,69); }
div.DivClassName
{
background-color: #AC1045;
}
.BgClassName
{
background-color: #AC1045;
}
</style>
border-color css
<style>
span { border-color: #AC1045; }
span { border-color: rgb(172,16,69); }
td.TdClassName
{
border-color: #AC1045;
}
.TagClassName
{
border-color: #AC1045;
}
</style>