Shades of Jazzberry Jam #AC114A
Tints of Jazzberry Jam #AC114A
RGB
CMYK
RGB Variations
Color information
#AC114A (or 0xAC114A) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 4A. RGB value is (172,17,74). Sum of RGB (Red+Green+Blue) = 172+17+74=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC114A is #53EEB5. Grayscale: #454545. Windows color (decimal): -5500598 or 4854188. OLE color: 4854188.
HSL color Cylindrical-coordinate representation of color #AC114A: hue angle of 337.94º 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 #AC114A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 74 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.33 |
| HSL | 337.94º | 0.82% | 0.37% | - |
| HSV(B) | 337.94º | 0.9% | 0.67% | - |
| XYZ | 18.45 | 9.67 | 7.37 | - |
| YUV | 69.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 74 | 0 | 0.90 | 0.57 | 0.33 | 337.94 | 0.82 | 0.37 |
| Hex | AC | 11 | 4A | 0 | 5A | 39 | 21 | 152 | 52 | 25 |
| Octal | 254 | 21 | 112 | 0 | 132 | 71 | 41 | 522 | 122 | 45 |
| Binary | 10101100 | 10001 | 1001010 | 0 | 1011010 | 111001 | 100001 | 101010010 | 1010010 | 100101 |
Color Harmonies of #AC114A
Complementary color
Monochromatic Colors of #AC114A
Black with #AC114A
Text Example
Text Example
White with #AC114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC114A; }
p { color: rgb(172,17,74); }
H1.HeaderClassName
{
color: #AC114A;
}
.AnyTagClassName
{
color: #AC114A;
}
</style>
background-color css
<style>
a { background-color: #AC114A; }
a { background-color: rgb(172,17,74); }
div.DivClassName
{
background-color: #AC114A;
}
.BgClassName
{
background-color: #AC114A;
}
</style>
border-color css
<style>
span { border-color: #AC114A; }
span { border-color: rgb(172,17,74); }
td.TdClassName
{
border-color: #AC114A;
}
.TagClassName
{
border-color: #AC114A;
}
</style>