Shades of Jazzberry Jam #AC0671
Tints of Jazzberry Jam #AC0671
RGB
CMYK
RGB Variations
Color information
#AC0671 (or 0xAC0671) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 71. RGB value is (172,6,113). Sum of RGB (Red+Green+Blue) = 172+6+113=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0671 is #53F98E. Grayscale: #434343. Windows color (decimal): -5503375 or 7407276. OLE color: 7407276.
HSL color Cylindrical-coordinate representation of color #AC0671: hue angle of 321.33º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0671 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.33 |
| HSL | 321.33º | 0.93% | 0.35% | - |
| HSV(B) | 321.33º | 0.97% | 0.67% | - |
| XYZ | 20.06 | 10.09 | 16.51 | - |
| YUV | 67.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 113 | 0 | 0.97 | 0.34 | 0.33 | 321.33 | 0.93 | 0.35 |
| Hex | AC | 6 | 71 | 0 | 61 | 22 | 21 | 141 | 5D | 23 |
| Octal | 254 | 6 | 161 | 0 | 141 | 42 | 41 | 501 | 135 | 43 |
| Binary | 10101100 | 110 | 1110001 | 0 | 1100001 | 100010 | 100001 | 101000001 | 1011101 | 100011 |
Color Harmonies of #AC0671
Complementary color
Monochromatic Colors of #AC0671
Black with #AC0671
Text Example
Text Example
White with #AC0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0671; }
p { color: rgb(172,6,113); }
H1.HeaderClassName
{
color: #AC0671;
}
.AnyTagClassName
{
color: #AC0671;
}
</style>
background-color css
<style>
a { background-color: #AC0671; }
a { background-color: rgb(172,6,113); }
div.DivClassName
{
background-color: #AC0671;
}
.BgClassName
{
background-color: #AC0671;
}
</style>
border-color css
<style>
span { border-color: #AC0671; }
span { border-color: rgb(172,6,113); }
td.TdClassName
{
border-color: #AC0671;
}
.TagClassName
{
border-color: #AC0671;
}
</style>