Shades of Jazzberry Jam #AC164D
Tints of Jazzberry Jam #AC164D
RGB
CMYK
RGB Variations
Color information
#AC164D (or 0xAC164D) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 4D. RGB value is (172,22,77). Sum of RGB (Red+Green+Blue) = 172+22+77=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC164D is #53E9B2. Grayscale: #494949. Windows color (decimal): -5499315 or 5052076. OLE color: 5052076.
HSL color Cylindrical-coordinate representation of color #AC164D: hue angle of 338º 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 #AC164D is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 77 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.33 |
| HSL | 338º | 0.77% | 0.38% | - |
| HSV(B) | 338º | 0.87% | 0.67% | - |
| XYZ | 18.64 | 9.88 | 7.95 | - |
| YUV | 73.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 77 | 0 | 0.87 | 0.55 | 0.33 | 338 | 0.77 | 0.38 |
| Hex | AC | 16 | 4D | 0 | 57 | 37 | 21 | 152 | 4D | 26 |
| Octal | 254 | 26 | 115 | 0 | 127 | 67 | 41 | 522 | 115 | 46 |
| Binary | 10101100 | 10110 | 1001101 | 0 | 1010111 | 110111 | 100001 | 101010010 | 1001101 | 100110 |
Color Harmonies of #AC164D
Complementary color
Monochromatic Colors of #AC164D
Black with #AC164D
Text Example
Text Example
White with #AC164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC164D; }
p { color: rgb(172,22,77); }
H1.HeaderClassName
{
color: #AC164D;
}
.AnyTagClassName
{
color: #AC164D;
}
</style>
background-color css
<style>
a { background-color: #AC164D; }
a { background-color: rgb(172,22,77); }
div.DivClassName
{
background-color: #AC164D;
}
.BgClassName
{
background-color: #AC164D;
}
</style>
border-color css
<style>
span { border-color: #AC164D; }
span { border-color: rgb(172,22,77); }
td.TdClassName
{
border-color: #AC164D;
}
.TagClassName
{
border-color: #AC164D;
}
</style>