Shades of Jazzberry Jam #AC1764
Tints of Jazzberry Jam #AC1764
RGB
CMYK
RGB Variations
Color information
#AC1764 (or 0xAC1764) is known color: Jazzberry Jam. HEX triplet: AC, 17 and 64. RGB value is (172,23,100). Sum of RGB (Red+Green+Blue) = 172+23+100=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1764 is #53E89B. Grayscale: #4C4C4C. Windows color (decimal): -5499036 or 6559660. OLE color: 6559660.
HSL color Cylindrical-coordinate representation of color #AC1764: hue angle of 328.99º 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 #AC1764 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 100 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.33 |
| HSL | 328.99º | 0.76% | 0.38% | - |
| HSV(B) | 328.99º | 0.87% | 0.67% | - |
| XYZ | 19.62 | 10.3 | 13.01 | - |
| YUV | 76.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 100 | 0 | 0.87 | 0.42 | 0.33 | 328.99 | 0.76 | 0.38 |
| Hex | AC | 17 | 64 | 0 | 57 | 2A | 21 | 149 | 4C | 26 |
| Octal | 254 | 27 | 144 | 0 | 127 | 52 | 41 | 511 | 114 | 46 |
| Binary | 10101100 | 10111 | 1100100 | 0 | 1010111 | 101010 | 100001 | 101001001 | 1001100 | 100110 |
Color Harmonies of #AC1764
Complementary color
Monochromatic Colors of #AC1764
Black with #AC1764
Text Example
Text Example
White with #AC1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1764; }
p { color: rgb(172,23,100); }
H1.HeaderClassName
{
color: #AC1764;
}
.AnyTagClassName
{
color: #AC1764;
}
</style>
background-color css
<style>
a { background-color: #AC1764; }
a { background-color: rgb(172,23,100); }
div.DivClassName
{
background-color: #AC1764;
}
.BgClassName
{
background-color: #AC1764;
}
</style>
border-color css
<style>
span { border-color: #AC1764; }
span { border-color: rgb(172,23,100); }
td.TdClassName
{
border-color: #AC1764;
}
.TagClassName
{
border-color: #AC1764;
}
</style>