Shades of Jazzberry Jam #AC0971
Tints of Jazzberry Jam #AC0971
RGB
CMYK
RGB Variations
Color information
#AC0971 (or 0xAC0971) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 71. RGB value is (172,9,113). Sum of RGB (Red+Green+Blue) = 172+9+113=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0971 is #53F68E. Grayscale: #454545. Windows color (decimal): -5502607 or 7408044. OLE color: 7408044.
HSL color Cylindrical-coordinate representation of color #AC0971: hue angle of 321.72º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0971 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 113 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.33 |
| HSL | 321.72º | 0.9% | 0.35% | - |
| HSV(B) | 321.72º | 0.95% | 0.67% | - |
| XYZ | 20.09 | 10.16 | 16.52 | - |
| YUV | 69.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 113 | 0 | 0.95 | 0.34 | 0.33 | 321.72 | 0.9 | 0.35 |
| Hex | AC | 9 | 71 | 0 | 5F | 22 | 21 | 142 | 5A | 23 |
| Octal | 254 | 11 | 161 | 0 | 137 | 42 | 41 | 502 | 132 | 43 |
| Binary | 10101100 | 1001 | 1110001 | 0 | 1011111 | 100010 | 100001 | 101000010 | 1011010 | 100011 |
Color Harmonies of #AC0971
Complementary color
Monochromatic Colors of #AC0971
Black with #AC0971
Text Example
Text Example
White with #AC0971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0971; }
p { color: rgb(172,9,113); }
H1.HeaderClassName
{
color: #AC0971;
}
.AnyTagClassName
{
color: #AC0971;
}
</style>
background-color css
<style>
a { background-color: #AC0971; }
a { background-color: rgb(172,9,113); }
div.DivClassName
{
background-color: #AC0971;
}
.BgClassName
{
background-color: #AC0971;
}
</style>
border-color css
<style>
span { border-color: #AC0971; }
span { border-color: rgb(172,9,113); }
td.TdClassName
{
border-color: #AC0971;
}
.TagClassName
{
border-color: #AC0971;
}
</style>