Shades of Jazzberry Jam #AC0564
Tints of Jazzberry Jam #AC0564
RGB
CMYK
RGB Variations
Color information
#AC0564 (or 0xAC0564) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 64. RGB value is (172,5,100). Sum of RGB (Red+Green+Blue) = 172+5+100=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0564 is #53FA9B. Grayscale: #414141. Windows color (decimal): -5503644 or 6555052. OLE color: 6555052.
HSL color Cylindrical-coordinate representation of color #AC0564: hue angle of 325.87º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0564 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 100 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.33 |
| HSL | 325.87º | 0.94% | 0.35% | - |
| HSV(B) | 325.87º | 0.97% | 0.67% | - |
| XYZ | 19.37 | 9.8 | 12.93 | - |
| YUV | 65.76 | 147.33 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 100 | 0 | 0.97 | 0.42 | 0.33 | 325.87 | 0.94 | 0.35 |
| Hex | AC | 5 | 64 | 0 | 61 | 2A | 21 | 146 | 5E | 23 |
| Octal | 254 | 5 | 144 | 0 | 141 | 52 | 41 | 506 | 136 | 43 |
| Binary | 10101100 | 101 | 1100100 | 0 | 1100001 | 101010 | 100001 | 101000110 | 1011110 | 100011 |
Color Harmonies of #AC0564
Complementary color
Monochromatic Colors of #AC0564
Black with #AC0564
Text Example
Text Example
White with #AC0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0564; }
p { color: rgb(172,5,100); }
H1.HeaderClassName
{
color: #AC0564;
}
.AnyTagClassName
{
color: #AC0564;
}
</style>
background-color css
<style>
a { background-color: #AC0564; }
a { background-color: rgb(172,5,100); }
div.DivClassName
{
background-color: #AC0564;
}
.BgClassName
{
background-color: #AC0564;
}
</style>
border-color css
<style>
span { border-color: #AC0564; }
span { border-color: rgb(172,5,100); }
td.TdClassName
{
border-color: #AC0564;
}
.TagClassName
{
border-color: #AC0564;
}
</style>