Shades of Jazzberry Jam #AC0E4C
Tints of Jazzberry Jam #AC0E4C
RGB
CMYK
RGB Variations
Color information
#AC0E4C (or 0xAC0E4C) is known color: Jazzberry Jam. HEX triplet: AC, 0E and 4C. RGB value is (172,14,76). Sum of RGB (Red+Green+Blue) = 172+14+76=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E4C is #53F1B3. Grayscale: #444444. Windows color (decimal): -5501364 or 4984492. OLE color: 4984492.
HSL color Cylindrical-coordinate representation of color #AC0E4C: hue angle of 336.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E4C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 76 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.33 |
| HSL | 336.46º | 0.85% | 0.36% | - |
| HSV(B) | 336.46º | 0.92% | 0.67% | - |
| XYZ | 18.47 | 9.61 | 7.72 | - |
| YUV | 68.31 | 132.35 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 76 | 0 | 0.92 | 0.56 | 0.33 | 336.46 | 0.85 | 0.36 |
| Hex | AC | E | 4C | 0 | 5C | 38 | 21 | 150 | 55 | 24 |
| Octal | 254 | 16 | 114 | 0 | 134 | 70 | 41 | 520 | 125 | 44 |
| Binary | 10101100 | 1110 | 1001100 | 0 | 1011100 | 111000 | 100001 | 101010000 | 1010101 | 100100 |
Color Harmonies of #AC0E4C
Complementary color
Monochromatic Colors of #AC0E4C
Black with #AC0E4C
Text Example
Text Example
White with #AC0E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E4C; }
p { color: rgb(172,14,76); }
H1.HeaderClassName
{
color: #AC0E4C;
}
.AnyTagClassName
{
color: #AC0E4C;
}
</style>
background-color css
<style>
a { background-color: #AC0E4C; }
a { background-color: rgb(172,14,76); }
div.DivClassName
{
background-color: #AC0E4C;
}
.BgClassName
{
background-color: #AC0E4C;
}
</style>
border-color css
<style>
span { border-color: #AC0E4C; }
span { border-color: rgb(172,14,76); }
td.TdClassName
{
border-color: #AC0E4C;
}
.TagClassName
{
border-color: #AC0E4C;
}
</style>