Shades of Jazzberry Jam #AC115E
Tints of Jazzberry Jam #AC115E
RGB
CMYK
RGB Variations
Color information
#AC115E (or 0xAC115E) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 5E. RGB value is (172,17,94). Sum of RGB (Red+Green+Blue) = 172+17+94=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC115E is #53EEA1. Grayscale: #474747. Windows color (decimal): -5500578 or 6164908. OLE color: 6164908.
HSL color Cylindrical-coordinate representation of color #AC115E: hue angle of 330.19º 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 #AC115E is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 94 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.33 |
| HSL | 330.19º | 0.82% | 0.37% | - |
| HSV(B) | 330.19º | 0.9% | 0.67% | - |
| XYZ | 19.23 | 9.98 | 11.5 | - |
| YUV | 72.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 94 | 0 | 0.90 | 0.45 | 0.33 | 330.19 | 0.82 | 0.37 |
| Hex | AC | 11 | 5E | 0 | 5A | 2D | 21 | 14A | 52 | 25 |
| Octal | 254 | 21 | 136 | 0 | 132 | 55 | 41 | 512 | 122 | 45 |
| Binary | 10101100 | 10001 | 1011110 | 0 | 1011010 | 101101 | 100001 | 101001010 | 1010010 | 100101 |
Color Harmonies of #AC115E
Complementary color
Monochromatic Colors of #AC115E
Black with #AC115E
Text Example
Text Example
White with #AC115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC115E; }
p { color: rgb(172,17,94); }
H1.HeaderClassName
{
color: #AC115E;
}
.AnyTagClassName
{
color: #AC115E;
}
</style>
background-color css
<style>
a { background-color: #AC115E; }
a { background-color: rgb(172,17,94); }
div.DivClassName
{
background-color: #AC115E;
}
.BgClassName
{
background-color: #AC115E;
}
</style>
border-color css
<style>
span { border-color: #AC115E; }
span { border-color: rgb(172,17,94); }
td.TdClassName
{
border-color: #AC115E;
}
.TagClassName
{
border-color: #AC115E;
}
</style>