Shades of Jazzberry Jam #AC0A57
Tints of Jazzberry Jam #AC0A57
RGB
CMYK
RGB Variations
Color information
#AC0A57 (or 0xAC0A57) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 57. RGB value is (172,10,87). Sum of RGB (Red+Green+Blue) = 172+10+87=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A57 is #53F5A8. Grayscale: #434343. Windows color (decimal): -5502377 or 5704364. OLE color: 5704364.
HSL color Cylindrical-coordinate representation of color #AC0A57: hue angle of 331.48º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A57 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 87 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.33 |
| HSL | 331.48º | 0.89% | 0.36% | - |
| HSV(B) | 331.48º | 0.94% | 0.67% | - |
| XYZ | 18.84 | 9.68 | 9.89 | - |
| YUV | 67.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 87 | 0 | 0.94 | 0.49 | 0.33 | 331.48 | 0.89 | 0.36 |
| Hex | AC | A | 57 | 0 | 5E | 31 | 21 | 14B | 59 | 24 |
| Octal | 254 | 12 | 127 | 0 | 136 | 61 | 41 | 513 | 131 | 44 |
| Binary | 10101100 | 1010 | 1010111 | 0 | 1011110 | 110001 | 100001 | 101001011 | 1011001 | 100100 |
Color Harmonies of #AC0A57
Complementary color
Monochromatic Colors of #AC0A57
Black with #AC0A57
Text Example
Text Example
White with #AC0A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A57; }
p { color: rgb(172,10,87); }
H1.HeaderClassName
{
color: #AC0A57;
}
.AnyTagClassName
{
color: #AC0A57;
}
</style>
background-color css
<style>
a { background-color: #AC0A57; }
a { background-color: rgb(172,10,87); }
div.DivClassName
{
background-color: #AC0A57;
}
.BgClassName
{
background-color: #AC0A57;
}
</style>
border-color css
<style>
span { border-color: #AC0A57; }
span { border-color: rgb(172,10,87); }
td.TdClassName
{
border-color: #AC0A57;
}
.TagClassName
{
border-color: #AC0A57;
}
</style>