Shades of Jazzberry Jam #AC1468
Tints of Jazzberry Jam #AC1468
RGB
CMYK
RGB Variations
Color information
#AC1468 (or 0xAC1468) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 68. RGB value is (172,20,104). Sum of RGB (Red+Green+Blue) = 172+20+104=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1468 is #53EB97. Grayscale: #4A4A4A. Windows color (decimal): -5499800 or 6821036. OLE color: 6821036.
HSL color Cylindrical-coordinate representation of color #AC1468: hue angle of 326.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1468 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 104 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.33 |
| HSL | 326.84º | 0.79% | 0.38% | - |
| HSV(B) | 326.84º | 0.88% | 0.67% | - |
| XYZ | 19.76 | 10.27 | 14.04 | - |
| YUV | 75.02 | 144.36 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 104 | 0 | 0.88 | 0.40 | 0.33 | 326.84 | 0.79 | 0.38 |
| Hex | AC | 14 | 68 | 0 | 58 | 28 | 21 | 147 | 4F | 26 |
| Octal | 254 | 24 | 150 | 0 | 130 | 50 | 41 | 507 | 117 | 46 |
| Binary | 10101100 | 10100 | 1101000 | 0 | 1011000 | 101000 | 100001 | 101000111 | 1001111 | 100110 |
Color Harmonies of #AC1468
Complementary color
Monochromatic Colors of #AC1468
Black with #AC1468
Text Example
Text Example
White with #AC1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1468; }
p { color: rgb(172,20,104); }
H1.HeaderClassName
{
color: #AC1468;
}
.AnyTagClassName
{
color: #AC1468;
}
</style>
background-color css
<style>
a { background-color: #AC1468; }
a { background-color: rgb(172,20,104); }
div.DivClassName
{
background-color: #AC1468;
}
.BgClassName
{
background-color: #AC1468;
}
</style>
border-color css
<style>
span { border-color: #AC1468; }
span { border-color: rgb(172,20,104); }
td.TdClassName
{
border-color: #AC1468;
}
.TagClassName
{
border-color: #AC1468;
}
</style>