Shades of Jazzberry Jam #AC0160
Tints of Jazzberry Jam #AC0160
RGB
CMYK
RGB Variations
Color information
#AC0160 (or 0xAC0160) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 60. RGB value is (172,1,96). Sum of RGB (Red+Green+Blue) = 172+1+96=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0160 is #53FE9F. Grayscale: #3E3E3E. Windows color (decimal): -5504672 or 6291884. OLE color: 6291884.
HSL color Cylindrical-coordinate representation of color #AC0160: hue angle of 326.67º 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 #AC0160 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.33 |
| HSL | 326.67º | 0.99% | 0.34% | - |
| HSV(B) | 326.67º | 0.99% | 0.67% | - |
| XYZ | 19.14 | 9.64 | 11.92 | - |
| YUV | 62.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 96 | 0 | 0.99 | 0.44 | 0.33 | 326.67 | 0.99 | 0.34 |
| Hex | AC | 1 | 60 | 0 | 63 | 2C | 21 | 147 | 63 | 22 |
| Octal | 254 | 1 | 140 | 0 | 143 | 54 | 41 | 507 | 143 | 42 |
| Binary | 10101100 | 1 | 1100000 | 0 | 1100011 | 101100 | 100001 | 101000111 | 1100011 | 100010 |
Color Harmonies of #AC0160
Complementary color
Monochromatic Colors of #AC0160
Black with #AC0160
Text Example
Text Example
White with #AC0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0160; }
p { color: rgb(172,1,96); }
H1.HeaderClassName
{
color: #AC0160;
}
.AnyTagClassName
{
color: #AC0160;
}
</style>
background-color css
<style>
a { background-color: #AC0160; }
a { background-color: rgb(172,1,96); }
div.DivClassName
{
background-color: #AC0160;
}
.BgClassName
{
background-color: #AC0160;
}
</style>
border-color css
<style>
span { border-color: #AC0160; }
span { border-color: rgb(172,1,96); }
td.TdClassName
{
border-color: #AC0160;
}
.TagClassName
{
border-color: #AC0160;
}
</style>