Shades of Jazzberry Jam #AC154E
Tints of Jazzberry Jam #AC154E
RGB
CMYK
RGB Variations
Color information
#AC154E (or 0xAC154E) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 4E. RGB value is (172,21,78). Sum of RGB (Red+Green+Blue) = 172+21+78=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC154E is #53EAB1. Grayscale: #484848. Windows color (decimal): -5499570 or 5117356. OLE color: 5117356.
HSL color Cylindrical-coordinate representation of color #AC154E: hue angle of 337.35º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC154E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 78 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.33 |
| HSL | 337.35º | 0.78% | 0.38% | - |
| HSV(B) | 337.35º | 0.88% | 0.67% | - |
| XYZ | 18.66 | 9.86 | 8.13 | - |
| YUV | 72.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 78 | 0 | 0.88 | 0.55 | 0.33 | 337.35 | 0.78 | 0.38 |
| Hex | AC | 15 | 4E | 0 | 58 | 37 | 21 | 151 | 4E | 26 |
| Octal | 254 | 25 | 116 | 0 | 130 | 67 | 41 | 521 | 116 | 46 |
| Binary | 10101100 | 10101 | 1001110 | 0 | 1011000 | 110111 | 100001 | 101010001 | 1001110 | 100110 |
Color Harmonies of #AC154E
Complementary color
Monochromatic Colors of #AC154E
Black with #AC154E
Text Example
Text Example
White with #AC154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC154E; }
p { color: rgb(172,21,78); }
H1.HeaderClassName
{
color: #AC154E;
}
.AnyTagClassName
{
color: #AC154E;
}
</style>
background-color css
<style>
a { background-color: #AC154E; }
a { background-color: rgb(172,21,78); }
div.DivClassName
{
background-color: #AC154E;
}
.BgClassName
{
background-color: #AC154E;
}
</style>
border-color css
<style>
span { border-color: #AC154E; }
span { border-color: rgb(172,21,78); }
td.TdClassName
{
border-color: #AC154E;
}
.TagClassName
{
border-color: #AC154E;
}
</style>