Shades of Jazzberry Jam #AC1054
Tints of Jazzberry Jam #AC1054
RGB
CMYK
RGB Variations
Color information
#AC1054 (or 0xAC1054) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 54. RGB value is (172,16,84). Sum of RGB (Red+Green+Blue) = 172+16+84=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1054 is #53EFAB. Grayscale: #464646. Windows color (decimal): -5500844 or 5509292. OLE color: 5509292.
HSL color Cylindrical-coordinate representation of color #AC1054: hue angle of 333.85º 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 #AC1054 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 84 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.33 |
| HSL | 333.85º | 0.83% | 0.37% | - |
| HSV(B) | 333.85º | 0.91% | 0.67% | - |
| XYZ | 18.8 | 9.78 | 9.28 | - |
| YUV | 70.4 | 135.68 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 84 | 0 | 0.91 | 0.51 | 0.33 | 333.85 | 0.83 | 0.37 |
| Hex | AC | 10 | 54 | 0 | 5B | 33 | 21 | 14E | 53 | 25 |
| Octal | 254 | 20 | 124 | 0 | 133 | 63 | 41 | 516 | 123 | 45 |
| Binary | 10101100 | 10000 | 1010100 | 0 | 1011011 | 110011 | 100001 | 101001110 | 1010011 | 100101 |
Color Harmonies of #AC1054
Complementary color
Monochromatic Colors of #AC1054
Black with #AC1054
Text Example
Text Example
White with #AC1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1054; }
p { color: rgb(172,16,84); }
H1.HeaderClassName
{
color: #AC1054;
}
.AnyTagClassName
{
color: #AC1054;
}
</style>
background-color css
<style>
a { background-color: #AC1054; }
a { background-color: rgb(172,16,84); }
div.DivClassName
{
background-color: #AC1054;
}
.BgClassName
{
background-color: #AC1054;
}
</style>
border-color css
<style>
span { border-color: #AC1054; }
span { border-color: rgb(172,16,84); }
td.TdClassName
{
border-color: #AC1054;
}
.TagClassName
{
border-color: #AC1054;
}
</style>