Shades of Jazzberry Jam #AC116D
Tints of Jazzberry Jam #AC116D
RGB
CMYK
RGB Variations
Color information
#AC116D (or 0xAC116D) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 6D. RGB value is (172,17,109). Sum of RGB (Red+Green+Blue) = 172+17+109=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC116D is #53EE92. Grayscale: #494949. Windows color (decimal): -5500563 or 7147948. OLE color: 7147948.
HSL color Cylindrical-coordinate representation of color #AC116D: hue angle of 324.39º 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 #AC116D is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 109 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.33 |
| HSL | 324.39º | 0.82% | 0.37% | - |
| HSV(B) | 324.39º | 0.9% | 0.67% | - |
| XYZ | 19.97 | 10.28 | 15.4 | - |
| YUV | 73.83 | 147.85 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 109 | 0 | 0.90 | 0.37 | 0.33 | 324.39 | 0.82 | 0.37 |
| Hex | AC | 11 | 6D | 0 | 5A | 25 | 21 | 144 | 52 | 25 |
| Octal | 254 | 21 | 155 | 0 | 132 | 45 | 41 | 504 | 122 | 45 |
| Binary | 10101100 | 10001 | 1101101 | 0 | 1011010 | 100101 | 100001 | 101000100 | 1010010 | 100101 |
Color Harmonies of #AC116D
Complementary color
Monochromatic Colors of #AC116D
Black with #AC116D
Text Example
Text Example
White with #AC116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC116D; }
p { color: rgb(172,17,109); }
H1.HeaderClassName
{
color: #AC116D;
}
.AnyTagClassName
{
color: #AC116D;
}
</style>
background-color css
<style>
a { background-color: #AC116D; }
a { background-color: rgb(172,17,109); }
div.DivClassName
{
background-color: #AC116D;
}
.BgClassName
{
background-color: #AC116D;
}
</style>
border-color css
<style>
span { border-color: #AC116D; }
span { border-color: rgb(172,17,109); }
td.TdClassName
{
border-color: #AC116D;
}
.TagClassName
{
border-color: #AC116D;
}
</style>