Shades of Jazzberry Jam #AC2564
Tints of Jazzberry Jam #AC2564
RGB
CMYK
RGB Variations
Color information
#AC2564 (or 0xAC2564) is known color: Jazzberry Jam. HEX triplet: AC, 25 and 64. RGB value is (172,37,100). Sum of RGB (Red+Green+Blue) = 172+37+100=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2564 is #53DA9B. Grayscale: #545454. Windows color (decimal): -5495452 or 6563244. OLE color: 6563244.
HSL color Cylindrical-coordinate representation of color #AC2564: hue angle of 332º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2564 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 100 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.33 |
| HSL | 332º | 0.65% | 0.41% | - |
| HSV(B) | 332º | 0.78% | 0.67% | - |
| XYZ | 19.98 | 11.01 | 13.13 | - |
| YUV | 84.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 100 | 0 | 0.78 | 0.42 | 0.33 | 332 | 0.65 | 0.41 |
| Hex | AC | 25 | 64 | 0 | 4E | 2A | 21 | 14C | 41 | 29 |
| Octal | 254 | 45 | 144 | 0 | 116 | 52 | 41 | 514 | 101 | 51 |
| Binary | 10101100 | 100101 | 1100100 | 0 | 1001110 | 101010 | 100001 | 101001100 | 1000001 | 101001 |
Color Harmonies of #AC2564
Complementary color
Monochromatic Colors of #AC2564
Black with #AC2564
Text Example
Text Example
White with #AC2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2564; }
p { color: rgb(172,37,100); }
H1.HeaderClassName
{
color: #AC2564;
}
.AnyTagClassName
{
color: #AC2564;
}
</style>
background-color css
<style>
a { background-color: #AC2564; }
a { background-color: rgb(172,37,100); }
div.DivClassName
{
background-color: #AC2564;
}
.BgClassName
{
background-color: #AC2564;
}
</style>
border-color css
<style>
span { border-color: #AC2564; }
span { border-color: rgb(172,37,100); }
td.TdClassName
{
border-color: #AC2564;
}
.TagClassName
{
border-color: #AC2564;
}
</style>