Shades of Jazzberry Jam #AC1465
Tints of Jazzberry Jam #AC1465
RGB
CMYK
RGB Variations
Color information
#AC1465 (or 0xAC1465) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 65. RGB value is (172,20,101). Sum of RGB (Red+Green+Blue) = 172+20+101=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1465 is #53EB9A. Grayscale: #4A4A4A. Windows color (decimal): -5499803 or 6624428. OLE color: 6624428.
HSL color Cylindrical-coordinate representation of color #AC1465: hue angle of 328.03º degrees, saturation: 0.79, 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 #AC1465 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 101 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.33 |
| HSL | 328.03º | 0.79% | 0.38% | - |
| HSV(B) | 328.03º | 0.88% | 0.67% | - |
| XYZ | 19.61 | 10.21 | 13.25 | - |
| YUV | 74.68 | 142.86 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 101 | 0 | 0.88 | 0.41 | 0.33 | 328.03 | 0.79 | 0.38 |
| Hex | AC | 14 | 65 | 0 | 58 | 29 | 21 | 148 | 4F | 26 |
| Octal | 254 | 24 | 145 | 0 | 130 | 51 | 41 | 510 | 117 | 46 |
| Binary | 10101100 | 10100 | 1100101 | 0 | 1011000 | 101001 | 100001 | 101001000 | 1001111 | 100110 |
Color Harmonies of #AC1465
Complementary color
Monochromatic Colors of #AC1465
Black with #AC1465
Text Example
Text Example
White with #AC1465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1465; }
p { color: rgb(172,20,101); }
H1.HeaderClassName
{
color: #AC1465;
}
.AnyTagClassName
{
color: #AC1465;
}
</style>
background-color css
<style>
a { background-color: #AC1465; }
a { background-color: rgb(172,20,101); }
div.DivClassName
{
background-color: #AC1465;
}
.BgClassName
{
background-color: #AC1465;
}
</style>
border-color css
<style>
span { border-color: #AC1465; }
span { border-color: rgb(172,20,101); }
td.TdClassName
{
border-color: #AC1465;
}
.TagClassName
{
border-color: #AC1465;
}
</style>