Shades of Jazzberry Jam #AC1565
Tints of Jazzberry Jam #AC1565
RGB
CMYK
RGB Variations
Color information
#AC1565 (or 0xAC1565) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 65. RGB value is (172,21,101). Sum of RGB (Red+Green+Blue) = 172+21+101=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1565 is #53EA9A. Grayscale: #4B4B4B. Windows color (decimal): -5499547 or 6624684. OLE color: 6624684.
HSL color Cylindrical-coordinate representation of color #AC1565: hue angle of 328.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1565 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 101 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.33 |
| HSL | 328.21º | 0.78% | 0.38% | - |
| HSV(B) | 328.21º | 0.88% | 0.67% | - |
| XYZ | 19.63 | 10.25 | 13.26 | - |
| YUV | 75.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 101 | 0 | 0.88 | 0.41 | 0.33 | 328.21 | 0.78 | 0.38 |
| Hex | AC | 15 | 65 | 0 | 58 | 29 | 21 | 148 | 4E | 26 |
| Octal | 254 | 25 | 145 | 0 | 130 | 51 | 41 | 510 | 116 | 46 |
| Binary | 10101100 | 10101 | 1100101 | 0 | 1011000 | 101001 | 100001 | 101001000 | 1001110 | 100110 |
Color Harmonies of #AC1565
Complementary color
Monochromatic Colors of #AC1565
Black with #AC1565
Text Example
Text Example
White with #AC1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1565; }
p { color: rgb(172,21,101); }
H1.HeaderClassName
{
color: #AC1565;
}
.AnyTagClassName
{
color: #AC1565;
}
</style>
background-color css
<style>
a { background-color: #AC1565; }
a { background-color: rgb(172,21,101); }
div.DivClassName
{
background-color: #AC1565;
}
.BgClassName
{
background-color: #AC1565;
}
</style>
border-color css
<style>
span { border-color: #AC1565; }
span { border-color: rgb(172,21,101); }
td.TdClassName
{
border-color: #AC1565;
}
.TagClassName
{
border-color: #AC1565;
}
</style>