Shades of Jazzberry Jam #AC0D57
Tints of Jazzberry Jam #AC0D57
RGB
CMYK
RGB Variations
Color information
#AC0D57 (or 0xAC0D57) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 57. RGB value is (172,13,87). Sum of RGB (Red+Green+Blue) = 172+13+87=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D57 is #53F2A8. Grayscale: #444444. Windows color (decimal): -5501609 or 5705132. OLE color: 5705132.
HSL color Cylindrical-coordinate representation of color #AC0D57: hue angle of 332.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D57 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 87 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.33 |
| HSL | 332.08º | 0.86% | 0.36% | - |
| HSV(B) | 332.08º | 0.92% | 0.67% | - |
| XYZ | 18.88 | 9.75 | 9.9 | - |
| YUV | 68.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 87 | 0 | 0.92 | 0.49 | 0.33 | 332.08 | 0.86 | 0.36 |
| Hex | AC | D | 57 | 0 | 5C | 31 | 21 | 14C | 56 | 24 |
| Octal | 254 | 15 | 127 | 0 | 134 | 61 | 41 | 514 | 126 | 44 |
| Binary | 10101100 | 1101 | 1010111 | 0 | 1011100 | 110001 | 100001 | 101001100 | 1010110 | 100100 |
Color Harmonies of #AC0D57
Complementary color
Monochromatic Colors of #AC0D57
Black with #AC0D57
Text Example
Text Example
White with #AC0D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D57; }
p { color: rgb(172,13,87); }
H1.HeaderClassName
{
color: #AC0D57;
}
.AnyTagClassName
{
color: #AC0D57;
}
</style>
background-color css
<style>
a { background-color: #AC0D57; }
a { background-color: rgb(172,13,87); }
div.DivClassName
{
background-color: #AC0D57;
}
.BgClassName
{
background-color: #AC0D57;
}
</style>
border-color css
<style>
span { border-color: #AC0D57; }
span { border-color: rgb(172,13,87); }
td.TdClassName
{
border-color: #AC0D57;
}
.TagClassName
{
border-color: #AC0D57;
}
</style>