Shades of Jazzberry Jam #AC1366
Tints of Jazzberry Jam #AC1366
RGB
CMYK
RGB Variations
Color information
#AC1366 (or 0xAC1366) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 66. RGB value is (172,19,102). Sum of RGB (Red+Green+Blue) = 172+19+102=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1366 is #53EC99. Grayscale: #4A4A4A. Windows color (decimal): -5500058 or 6689708. OLE color: 6689708.
HSL color Cylindrical-coordinate representation of color #AC1366: hue angle of 327.45º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1366 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 102 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.33 |
| HSL | 327.45º | 0.8% | 0.37% | - |
| HSV(B) | 327.45º | 0.89% | 0.67% | - |
| XYZ | 19.64 | 10.2 | 13.5 | - |
| YUV | 74.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 102 | 0 | 0.89 | 0.41 | 0.33 | 327.45 | 0.8 | 0.37 |
| Hex | AC | 13 | 66 | 0 | 59 | 29 | 21 | 147 | 50 | 25 |
| Octal | 254 | 23 | 146 | 0 | 131 | 51 | 41 | 507 | 120 | 45 |
| Binary | 10101100 | 10011 | 1100110 | 0 | 1011001 | 101001 | 100001 | 101000111 | 1010000 | 100101 |
Color Harmonies of #AC1366
Complementary color
Monochromatic Colors of #AC1366
Black with #AC1366
Text Example
Text Example
White with #AC1366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1366; }
p { color: rgb(172,19,102); }
H1.HeaderClassName
{
color: #AC1366;
}
.AnyTagClassName
{
color: #AC1366;
}
</style>
background-color css
<style>
a { background-color: #AC1366; }
a { background-color: rgb(172,19,102); }
div.DivClassName
{
background-color: #AC1366;
}
.BgClassName
{
background-color: #AC1366;
}
</style>
border-color css
<style>
span { border-color: #AC1366; }
span { border-color: rgb(172,19,102); }
td.TdClassName
{
border-color: #AC1366;
}
.TagClassName
{
border-color: #AC1366;
}
</style>