Shades of Jazzberry Jam #AC0E4E
Tints of Jazzberry Jam #AC0E4E
RGB
CMYK
RGB Variations
Color information
#AC0E4E (or 0xAC0E4E) is known color: Jazzberry Jam. HEX triplet: AC, 0E and 4E. RGB value is (172,14,78). Sum of RGB (Red+Green+Blue) = 172+14+78=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E4E is #53F1B1. Grayscale: #444444. Windows color (decimal): -5501362 or 5115564. OLE color: 5115564.
HSL color Cylindrical-coordinate representation of color #AC0E4E: hue angle of 335.7º 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 #AC0E4E is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 78 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.33 |
| HSL | 335.7º | 0.85% | 0.36% | - |
| HSV(B) | 335.7º | 0.92% | 0.67% | - |
| XYZ | 18.55 | 9.63 | 8.09 | - |
| YUV | 68.54 | 133.35 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 78 | 0 | 0.92 | 0.55 | 0.33 | 335.7 | 0.85 | 0.36 |
| Hex | AC | E | 4E | 0 | 5C | 37 | 21 | 150 | 55 | 24 |
| Octal | 254 | 16 | 116 | 0 | 134 | 67 | 41 | 520 | 125 | 44 |
| Binary | 10101100 | 1110 | 1001110 | 0 | 1011100 | 110111 | 100001 | 101010000 | 1010101 | 100100 |
Color Harmonies of #AC0E4E
Complementary color
Monochromatic Colors of #AC0E4E
Black with #AC0E4E
Text Example
Text Example
White with #AC0E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E4E; }
p { color: rgb(172,14,78); }
H1.HeaderClassName
{
color: #AC0E4E;
}
.AnyTagClassName
{
color: #AC0E4E;
}
</style>
background-color css
<style>
a { background-color: #AC0E4E; }
a { background-color: rgb(172,14,78); }
div.DivClassName
{
background-color: #AC0E4E;
}
.BgClassName
{
background-color: #AC0E4E;
}
</style>
border-color css
<style>
span { border-color: #AC0E4E; }
span { border-color: rgb(172,14,78); }
td.TdClassName
{
border-color: #AC0E4E;
}
.TagClassName
{
border-color: #AC0E4E;
}
</style>