Shades of Jazzberry Jam #AC1363
Tints of Jazzberry Jam #AC1363
RGB
CMYK
RGB Variations
Color information
#AC1363 (or 0xAC1363) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 63. RGB value is (172,19,99). Sum of RGB (Red+Green+Blue) = 172+19+99=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1363 is #53EC9C. Grayscale: #494949. Windows color (decimal): -5500061 or 6493100. OLE color: 6493100.
HSL color Cylindrical-coordinate representation of color #AC1363: hue angle of 328.63º 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 #AC1363 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 99 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.33 |
| HSL | 328.63º | 0.8% | 0.37% | - |
| HSV(B) | 328.63º | 0.89% | 0.67% | - |
| XYZ | 19.5 | 10.14 | 12.73 | - |
| YUV | 73.87 | 142.19 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 99 | 0 | 0.89 | 0.42 | 0.33 | 328.63 | 0.8 | 0.37 |
| Hex | AC | 13 | 63 | 0 | 59 | 2A | 21 | 149 | 50 | 25 |
| Octal | 254 | 23 | 143 | 0 | 131 | 52 | 41 | 511 | 120 | 45 |
| Binary | 10101100 | 10011 | 1100011 | 0 | 1011001 | 101010 | 100001 | 101001001 | 1010000 | 100101 |
Color Harmonies of #AC1363
Complementary color
Monochromatic Colors of #AC1363
Black with #AC1363
Text Example
Text Example
White with #AC1363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1363; }
p { color: rgb(172,19,99); }
H1.HeaderClassName
{
color: #AC1363;
}
.AnyTagClassName
{
color: #AC1363;
}
</style>
background-color css
<style>
a { background-color: #AC1363; }
a { background-color: rgb(172,19,99); }
div.DivClassName
{
background-color: #AC1363;
}
.BgClassName
{
background-color: #AC1363;
}
</style>
border-color css
<style>
span { border-color: #AC1363; }
span { border-color: rgb(172,19,99); }
td.TdClassName
{
border-color: #AC1363;
}
.TagClassName
{
border-color: #AC1363;
}
</style>