Shades of Jazzberry Jam #AC1463
Tints of Jazzberry Jam #AC1463
RGB
CMYK
RGB Variations
Color information
#AC1463 (or 0xAC1463) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 63. RGB value is (172,20,99). Sum of RGB (Red+Green+Blue) = 172+20+99=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1463 is #53EB9C. Grayscale: #4A4A4A. Windows color (decimal): -5499805 or 6493356. OLE color: 6493356.
HSL color Cylindrical-coordinate representation of color #AC1463: hue angle of 328.82º 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 #AC1463 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 99 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.33 |
| HSL | 328.82º | 0.79% | 0.38% | - |
| HSV(B) | 328.82º | 0.88% | 0.67% | - |
| XYZ | 19.52 | 10.17 | 12.74 | - |
| YUV | 74.45 | 141.86 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 99 | 0 | 0.88 | 0.42 | 0.33 | 328.82 | 0.79 | 0.38 |
| Hex | AC | 14 | 63 | 0 | 58 | 2A | 21 | 149 | 4F | 26 |
| Octal | 254 | 24 | 143 | 0 | 130 | 52 | 41 | 511 | 117 | 46 |
| Binary | 10101100 | 10100 | 1100011 | 0 | 1011000 | 101010 | 100001 | 101001001 | 1001111 | 100110 |
Color Harmonies of #AC1463
Complementary color
Monochromatic Colors of #AC1463
Black with #AC1463
Text Example
Text Example
White with #AC1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1463; }
p { color: rgb(172,20,99); }
H1.HeaderClassName
{
color: #AC1463;
}
.AnyTagClassName
{
color: #AC1463;
}
</style>
background-color css
<style>
a { background-color: #AC1463; }
a { background-color: rgb(172,20,99); }
div.DivClassName
{
background-color: #AC1463;
}
.BgClassName
{
background-color: #AC1463;
}
</style>
border-color css
<style>
span { border-color: #AC1463; }
span { border-color: rgb(172,20,99); }
td.TdClassName
{
border-color: #AC1463;
}
.TagClassName
{
border-color: #AC1463;
}
</style>