Shades of Jazzberry Jam #AC0D70
Tints of Jazzberry Jam #AC0D70
RGB
CMYK
RGB Variations
Color information
#AC0D70 (or 0xAC0D70) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 70. RGB value is (172,13,112). Sum of RGB (Red+Green+Blue) = 172+13+112=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D70 is #53F28F. Grayscale: #474747. Windows color (decimal): -5501584 or 7343532. OLE color: 7343532.
HSL color Cylindrical-coordinate representation of color #AC0D70: hue angle of 322.64º 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 #AC0D70 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 112 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.33 |
| HSL | 322.64º | 0.86% | 0.36% | - |
| HSV(B) | 322.64º | 0.92% | 0.67% | - |
| XYZ | 20.08 | 10.23 | 16.25 | - |
| YUV | 71.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 112 | 0 | 0.92 | 0.35 | 0.33 | 322.64 | 0.86 | 0.36 |
| Hex | AC | D | 70 | 0 | 5C | 23 | 21 | 143 | 56 | 24 |
| Octal | 254 | 15 | 160 | 0 | 134 | 43 | 41 | 503 | 126 | 44 |
| Binary | 10101100 | 1101 | 1110000 | 0 | 1011100 | 100011 | 100001 | 101000011 | 1010110 | 100100 |
Color Harmonies of #AC0D70
Complementary color
Monochromatic Colors of #AC0D70
Black with #AC0D70
Text Example
Text Example
White with #AC0D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D70; }
p { color: rgb(172,13,112); }
H1.HeaderClassName
{
color: #AC0D70;
}
.AnyTagClassName
{
color: #AC0D70;
}
</style>
background-color css
<style>
a { background-color: #AC0D70; }
a { background-color: rgb(172,13,112); }
div.DivClassName
{
background-color: #AC0D70;
}
.BgClassName
{
background-color: #AC0D70;
}
</style>
border-color css
<style>
span { border-color: #AC0D70; }
span { border-color: rgb(172,13,112); }
td.TdClassName
{
border-color: #AC0D70;
}
.TagClassName
{
border-color: #AC0D70;
}
</style>