Shades of Jazzberry Jam #AC1151
Tints of Jazzberry Jam #AC1151
RGB
CMYK
RGB Variations
Color information
#AC1151 (or 0xAC1151) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 51. RGB value is (172,17,81). Sum of RGB (Red+Green+Blue) = 172+17+81=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1151 is #53EEAE. Grayscale: #464646. Windows color (decimal): -5500591 or 5312940. OLE color: 5312940.
HSL color Cylindrical-coordinate representation of color #AC1151: hue angle of 335.23º 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 #AC1151 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 81 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.33 |
| HSL | 335.23º | 0.82% | 0.37% | - |
| HSV(B) | 335.23º | 0.9% | 0.67% | - |
| XYZ | 18.7 | 9.77 | 8.68 | - |
| YUV | 70.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 81 | 0 | 0.90 | 0.53 | 0.33 | 335.23 | 0.82 | 0.37 |
| Hex | AC | 11 | 51 | 0 | 5A | 35 | 21 | 14F | 52 | 25 |
| Octal | 254 | 21 | 121 | 0 | 132 | 65 | 41 | 517 | 122 | 45 |
| Binary | 10101100 | 10001 | 1010001 | 0 | 1011010 | 110101 | 100001 | 101001111 | 1010010 | 100101 |
Color Harmonies of #AC1151
Complementary color
Monochromatic Colors of #AC1151
Black with #AC1151
Text Example
Text Example
White with #AC1151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1151; }
p { color: rgb(172,17,81); }
H1.HeaderClassName
{
color: #AC1151;
}
.AnyTagClassName
{
color: #AC1151;
}
</style>
background-color css
<style>
a { background-color: #AC1151; }
a { background-color: rgb(172,17,81); }
div.DivClassName
{
background-color: #AC1151;
}
.BgClassName
{
background-color: #AC1151;
}
</style>
border-color css
<style>
span { border-color: #AC1151; }
span { border-color: rgb(172,17,81); }
td.TdClassName
{
border-color: #AC1151;
}
.TagClassName
{
border-color: #AC1151;
}
</style>