Shades of Jazzberry Jam #AC0A72
Tints of Jazzberry Jam #AC0A72
RGB
CMYK
RGB Variations
Color information
#AC0A72 (or 0xAC0A72) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 72. RGB value is (172,10,114). Sum of RGB (Red+Green+Blue) = 172+10+114=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A72 is #53F58D. Grayscale: #464646. Windows color (decimal): -5502350 or 7473836. OLE color: 7473836.
HSL color Cylindrical-coordinate representation of color #AC0A72: hue angle of 321.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 #AC0A72 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 114 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.33 |
| HSL | 321.48º | 0.89% | 0.36% | - |
| HSV(B) | 321.48º | 0.94% | 0.67% | - |
| XYZ | 20.16 | 10.2 | 16.83 | - |
| YUV | 70.29 | 152.67 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 114 | 0 | 0.94 | 0.34 | 0.33 | 321.48 | 0.89 | 0.36 |
| Hex | AC | A | 72 | 0 | 5E | 22 | 21 | 141 | 59 | 24 |
| Octal | 254 | 12 | 162 | 0 | 136 | 42 | 41 | 501 | 131 | 44 |
| Binary | 10101100 | 1010 | 1110010 | 0 | 1011110 | 100010 | 100001 | 101000001 | 1011001 | 100100 |
Color Harmonies of #AC0A72
Complementary color
Monochromatic Colors of #AC0A72
Black with #AC0A72
Text Example
Text Example
White with #AC0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A72; }
p { color: rgb(172,10,114); }
H1.HeaderClassName
{
color: #AC0A72;
}
.AnyTagClassName
{
color: #AC0A72;
}
</style>
background-color css
<style>
a { background-color: #AC0A72; }
a { background-color: rgb(172,10,114); }
div.DivClassName
{
background-color: #AC0A72;
}
.BgClassName
{
background-color: #AC0A72;
}
</style>
border-color css
<style>
span { border-color: #AC0A72; }
span { border-color: rgb(172,10,114); }
td.TdClassName
{
border-color: #AC0A72;
}
.TagClassName
{
border-color: #AC0A72;
}
</style>