Shades of Jazzberry Jam #AC114D
Tints of Jazzberry Jam #AC114D
RGB
CMYK
RGB Variations
Color information
#AC114D (or 0xAC114D) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 4D. RGB value is (172,17,77). Sum of RGB (Red+Green+Blue) = 172+17+77=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC114D is #53EEB2. Grayscale: #464646. Windows color (decimal): -5500595 or 5050796. OLE color: 5050796.
HSL color Cylindrical-coordinate representation of color #AC114D: hue angle of 336.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC114D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 77 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.33 |
| HSL | 336.77º | 0.82% | 0.37% | - |
| HSV(B) | 336.77º | 0.9% | 0.67% | - |
| XYZ | 18.55 | 9.71 | 7.92 | - |
| YUV | 70.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 77 | 0 | 0.90 | 0.55 | 0.33 | 336.77 | 0.82 | 0.37 |
| Hex | AC | 11 | 4D | 0 | 5A | 37 | 21 | 151 | 52 | 25 |
| Octal | 254 | 21 | 115 | 0 | 132 | 67 | 41 | 521 | 122 | 45 |
| Binary | 10101100 | 10001 | 1001101 | 0 | 1011010 | 110111 | 100001 | 101010001 | 1010010 | 100101 |
Color Harmonies of #AC114D
Complementary color
Monochromatic Colors of #AC114D
Black with #AC114D
Text Example
Text Example
White with #AC114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC114D; }
p { color: rgb(172,17,77); }
H1.HeaderClassName
{
color: #AC114D;
}
.AnyTagClassName
{
color: #AC114D;
}
</style>
background-color css
<style>
a { background-color: #AC114D; }
a { background-color: rgb(172,17,77); }
div.DivClassName
{
background-color: #AC114D;
}
.BgClassName
{
background-color: #AC114D;
}
</style>
border-color css
<style>
span { border-color: #AC114D; }
span { border-color: rgb(172,17,77); }
td.TdClassName
{
border-color: #AC114D;
}
.TagClassName
{
border-color: #AC114D;
}
</style>