Shades of Jazzberry Jam #AC164C
Tints of Jazzberry Jam #AC164C
RGB
CMYK
RGB Variations
Color information
#AC164C (or 0xAC164C) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 4C. RGB value is (172,22,76). Sum of RGB (Red+Green+Blue) = 172+22+76=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC164C is #53E9B3. Grayscale: #484848. Windows color (decimal): -5499316 or 4986540. OLE color: 4986540.
HSL color Cylindrical-coordinate representation of color #AC164C: hue angle of 338.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC164C is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 76 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.33 |
| HSL | 338.4º | 0.77% | 0.38% | - |
| HSV(B) | 338.4º | 0.87% | 0.67% | - |
| XYZ | 18.6 | 9.87 | 7.76 | - |
| YUV | 73.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 76 | 0 | 0.87 | 0.56 | 0.33 | 338.4 | 0.77 | 0.38 |
| Hex | AC | 16 | 4C | 0 | 57 | 38 | 21 | 152 | 4D | 26 |
| Octal | 254 | 26 | 114 | 0 | 127 | 70 | 41 | 522 | 115 | 46 |
| Binary | 10101100 | 10110 | 1001100 | 0 | 1010111 | 111000 | 100001 | 101010010 | 1001101 | 100110 |
Color Harmonies of #AC164C
Complementary color
Monochromatic Colors of #AC164C
Black with #AC164C
Text Example
Text Example
White with #AC164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC164C; }
p { color: rgb(172,22,76); }
H1.HeaderClassName
{
color: #AC164C;
}
.AnyTagClassName
{
color: #AC164C;
}
</style>
background-color css
<style>
a { background-color: #AC164C; }
a { background-color: rgb(172,22,76); }
div.DivClassName
{
background-color: #AC164C;
}
.BgClassName
{
background-color: #AC164C;
}
</style>
border-color css
<style>
span { border-color: #AC164C; }
span { border-color: rgb(172,22,76); }
td.TdClassName
{
border-color: #AC164C;
}
.TagClassName
{
border-color: #AC164C;
}
</style>