Shades of Jazzberry Jam #AC1162
Tints of Jazzberry Jam #AC1162
RGB
CMYK
RGB Variations
Color information
#AC1162 (or 0xAC1162) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 62. RGB value is (172,17,98). Sum of RGB (Red+Green+Blue) = 172+17+98=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1162 is #53EE9D. Grayscale: #484848. Windows color (decimal): -5500574 or 6427052. OLE color: 6427052.
HSL color Cylindrical-coordinate representation of color #AC1162: hue angle of 328.65º 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 #AC1162 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 98 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.33 |
| HSL | 328.65º | 0.82% | 0.37% | - |
| HSV(B) | 328.65º | 0.9% | 0.67% | - |
| XYZ | 19.42 | 10.05 | 12.47 | - |
| YUV | 72.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 98 | 0 | 0.90 | 0.43 | 0.33 | 328.65 | 0.82 | 0.37 |
| Hex | AC | 11 | 62 | 0 | 5A | 2B | 21 | 149 | 52 | 25 |
| Octal | 254 | 21 | 142 | 0 | 132 | 53 | 41 | 511 | 122 | 45 |
| Binary | 10101100 | 10001 | 1100010 | 0 | 1011010 | 101011 | 100001 | 101001001 | 1010010 | 100101 |
Color Harmonies of #AC1162
Complementary color
Monochromatic Colors of #AC1162
Black with #AC1162
Text Example
Text Example
White with #AC1162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1162; }
p { color: rgb(172,17,98); }
H1.HeaderClassName
{
color: #AC1162;
}
.AnyTagClassName
{
color: #AC1162;
}
</style>
background-color css
<style>
a { background-color: #AC1162; }
a { background-color: rgb(172,17,98); }
div.DivClassName
{
background-color: #AC1162;
}
.BgClassName
{
background-color: #AC1162;
}
</style>
border-color css
<style>
span { border-color: #AC1162; }
span { border-color: rgb(172,17,98); }
td.TdClassName
{
border-color: #AC1162;
}
.TagClassName
{
border-color: #AC1162;
}
</style>