Shades of Jazzberry Jam #AC1863
Tints of Jazzberry Jam #AC1863
RGB
CMYK
RGB Variations
Color information
#AC1863 (or 0xAC1863) is known color: Jazzberry Jam. HEX triplet: AC, 18 and 63. RGB value is (172,24,99). Sum of RGB (Red+Green+Blue) = 172+24+99=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1863 is #53E79C. Grayscale: #4C4C4C. Windows color (decimal): -5498781 or 6494380. OLE color: 6494380.
HSL color Cylindrical-coordinate representation of color #AC1863: hue angle of 329.59º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1863 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 99 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.33 |
| HSL | 329.59º | 0.76% | 0.38% | - |
| HSV(B) | 329.59º | 0.86% | 0.67% | - |
| XYZ | 19.59 | 10.32 | 12.76 | - |
| YUV | 76.8 | 140.53 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 99 | 0 | 0.86 | 0.42 | 0.33 | 329.59 | 0.76 | 0.38 |
| Hex | AC | 18 | 63 | 0 | 56 | 2A | 21 | 14A | 4C | 26 |
| Octal | 254 | 30 | 143 | 0 | 126 | 52 | 41 | 512 | 114 | 46 |
| Binary | 10101100 | 11000 | 1100011 | 0 | 1010110 | 101010 | 100001 | 101001010 | 1001100 | 100110 |
Color Harmonies of #AC1863
Complementary color
Monochromatic Colors of #AC1863
Black with #AC1863
Text Example
Text Example
White with #AC1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1863; }
p { color: rgb(172,24,99); }
H1.HeaderClassName
{
color: #AC1863;
}
.AnyTagClassName
{
color: #AC1863;
}
</style>
background-color css
<style>
a { background-color: #AC1863; }
a { background-color: rgb(172,24,99); }
div.DivClassName
{
background-color: #AC1863;
}
.BgClassName
{
background-color: #AC1863;
}
</style>
border-color css
<style>
span { border-color: #AC1863; }
span { border-color: rgb(172,24,99); }
td.TdClassName
{
border-color: #AC1863;
}
.TagClassName
{
border-color: #AC1863;
}
</style>