Shades of Jazzberry Jam #AC116C
Tints of Jazzberry Jam #AC116C
RGB
CMYK
RGB Variations
Color information
#AC116C (or 0xAC116C) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 6C. RGB value is (172,17,108). Sum of RGB (Red+Green+Blue) = 172+17+108=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC116C is #53EE93. Grayscale: #494949. Windows color (decimal): -5500564 or 7082412. OLE color: 7082412.
HSL color Cylindrical-coordinate representation of color #AC116C: hue angle of 324.77º 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 #AC116C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 108 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.33 |
| HSL | 324.77º | 0.82% | 0.37% | - |
| HSV(B) | 324.77º | 0.9% | 0.67% | - |
| XYZ | 19.92 | 10.25 | 15.12 | - |
| YUV | 73.72 | 147.35 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 108 | 0 | 0.90 | 0.37 | 0.33 | 324.77 | 0.82 | 0.37 |
| Hex | AC | 11 | 6C | 0 | 5A | 25 | 21 | 145 | 52 | 25 |
| Octal | 254 | 21 | 154 | 0 | 132 | 45 | 41 | 505 | 122 | 45 |
| Binary | 10101100 | 10001 | 1101100 | 0 | 1011010 | 100101 | 100001 | 101000101 | 1010010 | 100101 |
Color Harmonies of #AC116C
Complementary color
Monochromatic Colors of #AC116C
Black with #AC116C
Text Example
Text Example
White with #AC116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC116C; }
p { color: rgb(172,17,108); }
H1.HeaderClassName
{
color: #AC116C;
}
.AnyTagClassName
{
color: #AC116C;
}
</style>
background-color css
<style>
a { background-color: #AC116C; }
a { background-color: rgb(172,17,108); }
div.DivClassName
{
background-color: #AC116C;
}
.BgClassName
{
background-color: #AC116C;
}
</style>
border-color css
<style>
span { border-color: #AC116C; }
span { border-color: rgb(172,17,108); }
td.TdClassName
{
border-color: #AC116C;
}
.TagClassName
{
border-color: #AC116C;
}
</style>