Shades of Jazzberry Jam #AC1777
Tints of Jazzberry Jam #AC1777
RGB
CMYK
RGB Variations
Color information
#AC1777 (or 0xAC1777) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 77. RGB value is (172,23,119). Sum of RGB (Red+Green+Blue) = 172+23+119=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1777 is #53E888. Grayscale: #4E4E4E. Windows color (decimal): -5499017 or 7804844. OLE color: 7804844.
HSL color Cylindrical-coordinate representation of color #AC1777: hue angle of 321.34º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1777 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 119 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.33 |
| HSL | 321.34º | 0.76% | 0.38% | - |
| HSV(B) | 321.34º | 0.87% | 0.67% | - |
| XYZ | 20.65 | 10.72 | 18.43 | - |
| YUV | 78.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 119 | 0 | 0.87 | 0.31 | 0.33 | 321.34 | 0.76 | 0.38 |
| Hex | AC | 17 | 77 | 0 | 57 | 1F | 21 | 141 | 4C | 26 |
| Octal | 254 | 27 | 167 | 0 | 127 | 37 | 41 | 501 | 114 | 46 |
| Binary | 10101100 | 10111 | 1110111 | 0 | 1010111 | 11111 | 100001 | 101000001 | 1001100 | 100110 |
Color Harmonies of #AC1777
Complementary color
Monochromatic Colors of #AC1777
Black with #AC1777
Text Example
Text Example
White with #AC1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1777; }
p { color: rgb(172,23,119); }
H1.HeaderClassName
{
color: #AC1777;
}
.AnyTagClassName
{
color: #AC1777;
}
</style>
background-color css
<style>
a { background-color: #AC1777; }
a { background-color: rgb(172,23,119); }
div.DivClassName
{
background-color: #AC1777;
}
.BgClassName
{
background-color: #AC1777;
}
</style>
border-color css
<style>
span { border-color: #AC1777; }
span { border-color: rgb(172,23,119); }
td.TdClassName
{
border-color: #AC1777;
}
.TagClassName
{
border-color: #AC1777;
}
</style>