Shades of Jazzberry Jam #AC116F
Tints of Jazzberry Jam #AC116F
RGB
CMYK
RGB Variations
Color information
#AC116F (or 0xAC116F) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 6F. RGB value is (172,17,111). Sum of RGB (Red+Green+Blue) = 172+17+111=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC116F is #53EE90. Grayscale: #494949. Windows color (decimal): -5500561 or 7279020. OLE color: 7279020.
HSL color Cylindrical-coordinate representation of color #AC116F: hue angle of 323.61º 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 #AC116F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 111 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.33 |
| HSL | 323.61º | 0.82% | 0.37% | - |
| HSV(B) | 323.61º | 0.9% | 0.67% | - |
| XYZ | 20.08 | 10.32 | 15.97 | - |
| YUV | 74.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 111 | 0 | 0.90 | 0.35 | 0.33 | 323.61 | 0.82 | 0.37 |
| Hex | AC | 11 | 6F | 0 | 5A | 23 | 21 | 144 | 52 | 25 |
| Octal | 254 | 21 | 157 | 0 | 132 | 43 | 41 | 504 | 122 | 45 |
| Binary | 10101100 | 10001 | 1101111 | 0 | 1011010 | 100011 | 100001 | 101000100 | 1010010 | 100101 |
Color Harmonies of #AC116F
Complementary color
Monochromatic Colors of #AC116F
Black with #AC116F
Text Example
Text Example
White with #AC116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC116F; }
p { color: rgb(172,17,111); }
H1.HeaderClassName
{
color: #AC116F;
}
.AnyTagClassName
{
color: #AC116F;
}
</style>
background-color css
<style>
a { background-color: #AC116F; }
a { background-color: rgb(172,17,111); }
div.DivClassName
{
background-color: #AC116F;
}
.BgClassName
{
background-color: #AC116F;
}
</style>
border-color css
<style>
span { border-color: #AC116F; }
span { border-color: rgb(172,17,111); }
td.TdClassName
{
border-color: #AC116F;
}
.TagClassName
{
border-color: #AC116F;
}
</style>