Shades of Jazzberry Jam #AC1675
Tints of Jazzberry Jam #AC1675
RGB
CMYK
RGB Variations
Color information
#AC1675 (or 0xAC1675) is known color: Jazzberry Jam. HEX triplet: AC, 16 and 75. RGB value is (172,22,117). Sum of RGB (Red+Green+Blue) = 172+22+117=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1675 is #53E98A. Grayscale: #4D4D4D. Windows color (decimal): -5499275 or 7673516. OLE color: 7673516.
HSL color Cylindrical-coordinate representation of color #AC1675: hue angle of 322º degrees, saturation: 0.77, 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 #AC1675 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 117 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.33 |
| HSL | 322º | 0.77% | 0.38% | - |
| HSV(B) | 322º | 0.87% | 0.67% | - |
| XYZ | 20.51 | 10.63 | 17.8 | - |
| YUV | 77.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 117 | 0 | 0.87 | 0.32 | 0.33 | 322 | 0.77 | 0.38 |
| Hex | AC | 16 | 75 | 0 | 57 | 20 | 21 | 142 | 4D | 26 |
| Octal | 254 | 26 | 165 | 0 | 127 | 40 | 41 | 502 | 115 | 46 |
| Binary | 10101100 | 10110 | 1110101 | 0 | 1010111 | 100000 | 100001 | 101000010 | 1001101 | 100110 |
Color Harmonies of #AC1675
Complementary color
Monochromatic Colors of #AC1675
Black with #AC1675
Text Example
Text Example
White with #AC1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1675; }
p { color: rgb(172,22,117); }
H1.HeaderClassName
{
color: #AC1675;
}
.AnyTagClassName
{
color: #AC1675;
}
</style>
background-color css
<style>
a { background-color: #AC1675; }
a { background-color: rgb(172,22,117); }
div.DivClassName
{
background-color: #AC1675;
}
.BgClassName
{
background-color: #AC1675;
}
</style>
border-color css
<style>
span { border-color: #AC1675; }
span { border-color: rgb(172,22,117); }
td.TdClassName
{
border-color: #AC1675;
}
.TagClassName
{
border-color: #AC1675;
}
</style>