Shades of Jazzberry Jam #AC116B
Tints of Jazzberry Jam #AC116B
RGB
CMYK
RGB Variations
Color information
#AC116B (or 0xAC116B) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 6B. RGB value is (172,17,107). Sum of RGB (Red+Green+Blue) = 172+17+107=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC116B is #53EE94. Grayscale: #494949. Windows color (decimal): -5500565 or 7016876. OLE color: 7016876.
HSL color Cylindrical-coordinate representation of color #AC116B: hue angle of 325.16º 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 #AC116B is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 107 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.33 |
| HSL | 325.16º | 0.82% | 0.37% | - |
| HSV(B) | 325.16º | 0.9% | 0.67% | - |
| XYZ | 19.87 | 10.23 | 14.84 | - |
| YUV | 73.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 107 | 0 | 0.90 | 0.38 | 0.33 | 325.16 | 0.82 | 0.37 |
| Hex | AC | 11 | 6B | 0 | 5A | 26 | 21 | 145 | 52 | 25 |
| Octal | 254 | 21 | 153 | 0 | 132 | 46 | 41 | 505 | 122 | 45 |
| Binary | 10101100 | 10001 | 1101011 | 0 | 1011010 | 100110 | 100001 | 101000101 | 1010010 | 100101 |
Color Harmonies of #AC116B
Complementary color
Monochromatic Colors of #AC116B
Black with #AC116B
Text Example
Text Example
White with #AC116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC116B; }
p { color: rgb(172,17,107); }
H1.HeaderClassName
{
color: #AC116B;
}
.AnyTagClassName
{
color: #AC116B;
}
</style>
background-color css
<style>
a { background-color: #AC116B; }
a { background-color: rgb(172,17,107); }
div.DivClassName
{
background-color: #AC116B;
}
.BgClassName
{
background-color: #AC116B;
}
</style>
border-color css
<style>
span { border-color: #AC116B; }
span { border-color: rgb(172,17,107); }
td.TdClassName
{
border-color: #AC116B;
}
.TagClassName
{
border-color: #AC116B;
}
</style>