Shades of Jazzberry Jam #AC0146
Tints of Jazzberry Jam #AC0146
RGB
CMYK
RGB Variations
Color information
#AC0146 (or 0xAC0146) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 46. RGB value is (172,1,70). Sum of RGB (Red+Green+Blue) = 172+1+70=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0146 is #53FEB9. Grayscale: #3B3B3B. Windows color (decimal): -5504698 or 4587948. OLE color: 4587948.
HSL color Cylindrical-coordinate representation of color #AC0146: hue angle of 335.79º 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 #AC0146 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.33 |
| HSL | 335.79º | 0.99% | 0.34% | - |
| HSV(B) | 335.79º | 0.99% | 0.67% | - |
| XYZ | 18.13 | 9.23 | 6.62 | - |
| YUV | 60 | 133.65 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 70 | 0 | 0.99 | 0.59 | 0.33 | 335.79 | 0.99 | 0.34 |
| Hex | AC | 1 | 46 | 0 | 63 | 3B | 21 | 150 | 63 | 22 |
| Octal | 254 | 1 | 106 | 0 | 143 | 73 | 41 | 520 | 143 | 42 |
| Binary | 10101100 | 1 | 1000110 | 0 | 1100011 | 111011 | 100001 | 101010000 | 1100011 | 100010 |
Color Harmonies of #AC0146
Complementary color
Monochromatic Colors of #AC0146
Black with #AC0146
Text Example
Text Example
White with #AC0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0146; }
p { color: rgb(172,1,70); }
H1.HeaderClassName
{
color: #AC0146;
}
.AnyTagClassName
{
color: #AC0146;
}
</style>
background-color css
<style>
a { background-color: #AC0146; }
a { background-color: rgb(172,1,70); }
div.DivClassName
{
background-color: #AC0146;
}
.BgClassName
{
background-color: #AC0146;
}
</style>
border-color css
<style>
span { border-color: #AC0146; }
span { border-color: rgb(172,1,70); }
td.TdClassName
{
border-color: #AC0146;
}
.TagClassName
{
border-color: #AC0146;
}
</style>