Shades of Jazzberry Jam #AC114C
Tints of Jazzberry Jam #AC114C
RGB
CMYK
RGB Variations
Color information
#AC114C (or 0xAC114C) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 4C. RGB value is (172,17,76). Sum of RGB (Red+Green+Blue) = 172+17+76=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC114C is #53EEB3. Grayscale: #454545. Windows color (decimal): -5500596 or 4985260. OLE color: 4985260.
HSL color Cylindrical-coordinate representation of color #AC114C: hue angle of 337.16º 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 #AC114C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 76 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.33 |
| HSL | 337.16º | 0.82% | 0.37% | - |
| HSV(B) | 337.16º | 0.9% | 0.67% | - |
| XYZ | 18.52 | 9.69 | 7.73 | - |
| YUV | 70.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 76 | 0 | 0.90 | 0.56 | 0.33 | 337.16 | 0.82 | 0.37 |
| Hex | AC | 11 | 4C | 0 | 5A | 38 | 21 | 151 | 52 | 25 |
| Octal | 254 | 21 | 114 | 0 | 132 | 70 | 41 | 521 | 122 | 45 |
| Binary | 10101100 | 10001 | 1001100 | 0 | 1011010 | 111000 | 100001 | 101010001 | 1010010 | 100101 |
Color Harmonies of #AC114C
Complementary color
Monochromatic Colors of #AC114C
Black with #AC114C
Text Example
Text Example
White with #AC114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC114C; }
p { color: rgb(172,17,76); }
H1.HeaderClassName
{
color: #AC114C;
}
.AnyTagClassName
{
color: #AC114C;
}
</style>
background-color css
<style>
a { background-color: #AC114C; }
a { background-color: rgb(172,17,76); }
div.DivClassName
{
background-color: #AC114C;
}
.BgClassName
{
background-color: #AC114C;
}
</style>
border-color css
<style>
span { border-color: #AC114C; }
span { border-color: rgb(172,17,76); }
td.TdClassName
{
border-color: #AC114C;
}
.TagClassName
{
border-color: #AC114C;
}
</style>