Shades of Jazzberry Jam #AC0142
Tints of Jazzberry Jam #AC0142
RGB
CMYK
RGB Variations
Color information
#AC0142 (or 0xAC0142) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 42. RGB value is (172,1,66). Sum of RGB (Red+Green+Blue) = 172+1+66=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0142 is #53FEBD. Grayscale: #3B3B3B. Windows color (decimal): -5504702 or 4325804. OLE color: 4325804.
HSL color Cylindrical-coordinate representation of color #AC0142: hue angle of 337.19º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0142 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.33 |
| HSL | 337.19º | 0.99% | 0.34% | - |
| HSV(B) | 337.19º | 0.99% | 0.67% | - |
| XYZ | 18.01 | 9.19 | 5.98 | - |
| YUV | 59.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 66 | 0 | 0.99 | 0.62 | 0.33 | 337.19 | 0.99 | 0.34 |
| Hex | AC | 1 | 42 | 0 | 63 | 3E | 21 | 151 | 63 | 22 |
| Octal | 254 | 1 | 102 | 0 | 143 | 76 | 41 | 521 | 143 | 42 |
| Binary | 10101100 | 1 | 1000010 | 0 | 1100011 | 111110 | 100001 | 101010001 | 1100011 | 100010 |
Color Harmonies of #AC0142
Complementary color
Monochromatic Colors of #AC0142
Black with #AC0142
Text Example
Text Example
White with #AC0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0142; }
p { color: rgb(172,1,66); }
H1.HeaderClassName
{
color: #AC0142;
}
.AnyTagClassName
{
color: #AC0142;
}
</style>
background-color css
<style>
a { background-color: #AC0142; }
a { background-color: rgb(172,1,66); }
div.DivClassName
{
background-color: #AC0142;
}
.BgClassName
{
background-color: #AC0142;
}
</style>
border-color css
<style>
span { border-color: #AC0142; }
span { border-color: rgb(172,1,66); }
td.TdClassName
{
border-color: #AC0142;
}
.TagClassName
{
border-color: #AC0142;
}
</style>