Shades of Jazzberry Jam #AC1369
Tints of Jazzberry Jam #AC1369
RGB
CMYK
RGB Variations
Color information
#AC1369 (or 0xAC1369) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 69. RGB value is (172,19,105). Sum of RGB (Red+Green+Blue) = 172+19+105=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1369 is #53EC96. Grayscale: #4A4A4A. Windows color (decimal): -5500055 or 6886316. OLE color: 6886316.
HSL color Cylindrical-coordinate representation of color #AC1369: hue angle of 326.27º 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 #AC1369 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 105 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.33 |
| HSL | 326.27º | 0.8% | 0.37% | - |
| HSV(B) | 326.27º | 0.89% | 0.67% | - |
| XYZ | 19.8 | 10.26 | 14.3 | - |
| YUV | 74.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 105 | 0 | 0.89 | 0.39 | 0.33 | 326.27 | 0.8 | 0.37 |
| Hex | AC | 13 | 69 | 0 | 59 | 27 | 21 | 146 | 50 | 25 |
| Octal | 254 | 23 | 151 | 0 | 131 | 47 | 41 | 506 | 120 | 45 |
| Binary | 10101100 | 10011 | 1101001 | 0 | 1011001 | 100111 | 100001 | 101000110 | 1010000 | 100101 |
Color Harmonies of #AC1369
Complementary color
Monochromatic Colors of #AC1369
Black with #AC1369
Text Example
Text Example
White with #AC1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1369; }
p { color: rgb(172,19,105); }
H1.HeaderClassName
{
color: #AC1369;
}
.AnyTagClassName
{
color: #AC1369;
}
</style>
background-color css
<style>
a { background-color: #AC1369; }
a { background-color: rgb(172,19,105); }
div.DivClassName
{
background-color: #AC1369;
}
.BgClassName
{
background-color: #AC1369;
}
</style>
border-color css
<style>
span { border-color: #AC1369; }
span { border-color: rgb(172,19,105); }
td.TdClassName
{
border-color: #AC1369;
}
.TagClassName
{
border-color: #AC1369;
}
</style>