Shades of Jazzberry Jam #AC136F
Tints of Jazzberry Jam #AC136F
RGB
CMYK
RGB Variations
Color information
#AC136F (or 0xAC136F) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 6F. RGB value is (172,19,111). Sum of RGB (Red+Green+Blue) = 172+19+111=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC136F is #53EC90. Grayscale: #4B4B4B. Windows color (decimal): -5500049 or 7279532. OLE color: 7279532.
HSL color Cylindrical-coordinate representation of color #AC136F: hue angle of 323.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC136F is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 111 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.33 |
| HSL | 323.92º | 0.8% | 0.37% | - |
| HSV(B) | 323.92º | 0.89% | 0.67% | - |
| XYZ | 20.12 | 10.38 | 15.98 | - |
| YUV | 75.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 111 | 0 | 0.89 | 0.35 | 0.33 | 323.92 | 0.8 | 0.37 |
| Hex | AC | 13 | 6F | 0 | 59 | 23 | 21 | 144 | 50 | 25 |
| Octal | 254 | 23 | 157 | 0 | 131 | 43 | 41 | 504 | 120 | 45 |
| Binary | 10101100 | 10011 | 1101111 | 0 | 1011001 | 100011 | 100001 | 101000100 | 1010000 | 100101 |
Color Harmonies of #AC136F
Complementary color
Monochromatic Colors of #AC136F
Black with #AC136F
Text Example
Text Example
White with #AC136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC136F; }
p { color: rgb(172,19,111); }
H1.HeaderClassName
{
color: #AC136F;
}
.AnyTagClassName
{
color: #AC136F;
}
</style>
background-color css
<style>
a { background-color: #AC136F; }
a { background-color: rgb(172,19,111); }
div.DivClassName
{
background-color: #AC136F;
}
.BgClassName
{
background-color: #AC136F;
}
</style>
border-color css
<style>
span { border-color: #AC136F; }
span { border-color: rgb(172,19,111); }
td.TdClassName
{
border-color: #AC136F;
}
.TagClassName
{
border-color: #AC136F;
}
</style>