Shades of Jazzberry Jam #AC115D
Tints of Jazzberry Jam #AC115D
RGB
CMYK
RGB Variations
Color information
#AC115D (or 0xAC115D) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 5D. RGB value is (172,17,93). Sum of RGB (Red+Green+Blue) = 172+17+93=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC115D is #53EEA2. Grayscale: #474747. Windows color (decimal): -5500579 or 6099372. OLE color: 6099372.
HSL color Cylindrical-coordinate representation of color #AC115D: hue angle of 330.58º 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 #AC115D is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 93 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.33 |
| HSL | 330.58º | 0.82% | 0.37% | - |
| HSV(B) | 330.58º | 0.9% | 0.67% | - |
| XYZ | 19.19 | 9.96 | 11.27 | - |
| YUV | 72.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 93 | 0 | 0.90 | 0.46 | 0.33 | 330.58 | 0.82 | 0.37 |
| Hex | AC | 11 | 5D | 0 | 5A | 2E | 21 | 14B | 52 | 25 |
| Octal | 254 | 21 | 135 | 0 | 132 | 56 | 41 | 513 | 122 | 45 |
| Binary | 10101100 | 10001 | 1011101 | 0 | 1011010 | 101110 | 100001 | 101001011 | 1010010 | 100101 |
Color Harmonies of #AC115D
Complementary color
Monochromatic Colors of #AC115D
Black with #AC115D
Text Example
Text Example
White with #AC115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC115D; }
p { color: rgb(172,17,93); }
H1.HeaderClassName
{
color: #AC115D;
}
.AnyTagClassName
{
color: #AC115D;
}
</style>
background-color css
<style>
a { background-color: #AC115D; }
a { background-color: rgb(172,17,93); }
div.DivClassName
{
background-color: #AC115D;
}
.BgClassName
{
background-color: #AC115D;
}
</style>
border-color css
<style>
span { border-color: #AC115D; }
span { border-color: rgb(172,17,93); }
td.TdClassName
{
border-color: #AC115D;
}
.TagClassName
{
border-color: #AC115D;
}
</style>