Shades of Jazzberry Jam #AC2171
Tints of Jazzberry Jam #AC2171
RGB
CMYK
RGB Variations
Color information
#AC2171 (or 0xAC2171) is known color: Jazzberry Jam. HEX triplet: AC, 21 and 71. RGB value is (172,33,113). Sum of RGB (Red+Green+Blue) = 172+33+113=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2171 is #53DE8E. Grayscale: #535353. Windows color (decimal): -5496463 or 7414188. OLE color: 7414188.
HSL color Cylindrical-coordinate representation of color #AC2171: hue angle of 325.47º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2171 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 113 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.33 |
| HSL | 325.47º | 0.68% | 0.4% | - |
| HSV(B) | 325.47º | 0.81% | 0.67% | - |
| XYZ | 20.54 | 11.05 | 16.67 | - |
| YUV | 83.68 | 144.55 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 113 | 0 | 0.81 | 0.34 | 0.33 | 325.47 | 0.68 | 0.4 |
| Hex | AC | 21 | 71 | 0 | 51 | 22 | 21 | 145 | 44 | 28 |
| Octal | 254 | 41 | 161 | 0 | 121 | 42 | 41 | 505 | 104 | 50 |
| Binary | 10101100 | 100001 | 1110001 | 0 | 1010001 | 100010 | 100001 | 101000101 | 1000100 | 101000 |
Color Harmonies of #AC2171
Complementary color
Monochromatic Colors of #AC2171
Black with #AC2171
Text Example
Text Example
White with #AC2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2171; }
p { color: rgb(172,33,113); }
H1.HeaderClassName
{
color: #AC2171;
}
.AnyTagClassName
{
color: #AC2171;
}
</style>
background-color css
<style>
a { background-color: #AC2171; }
a { background-color: rgb(172,33,113); }
div.DivClassName
{
background-color: #AC2171;
}
.BgClassName
{
background-color: #AC2171;
}
</style>
border-color css
<style>
span { border-color: #AC2171; }
span { border-color: rgb(172,33,113); }
td.TdClassName
{
border-color: #AC2171;
}
.TagClassName
{
border-color: #AC2171;
}
</style>