Shades of Jazzberry Jam #AC0872
Tints of Jazzberry Jam #AC0872
RGB
CMYK
RGB Variations
Color information
#AC0872 (or 0xAC0872) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 72. RGB value is (172,8,114). Sum of RGB (Red+Green+Blue) = 172+8+114=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0872 is #53F78D. Grayscale: #444444. Windows color (decimal): -5502862 or 7473324. OLE color: 7473324.
HSL color Cylindrical-coordinate representation of color #AC0872: hue angle of 321.22º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0872 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 114 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.33 |
| HSL | 321.22º | 0.91% | 0.35% | - |
| HSV(B) | 321.22º | 0.95% | 0.67% | - |
| XYZ | 20.14 | 10.16 | 16.82 | - |
| YUV | 69.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 114 | 0 | 0.95 | 0.34 | 0.33 | 321.22 | 0.91 | 0.35 |
| Hex | AC | 8 | 72 | 0 | 5F | 22 | 21 | 141 | 5B | 23 |
| Octal | 254 | 10 | 162 | 0 | 137 | 42 | 41 | 501 | 133 | 43 |
| Binary | 10101100 | 1000 | 1110010 | 0 | 1011111 | 100010 | 100001 | 101000001 | 1011011 | 100011 |
Color Harmonies of #AC0872
Complementary color
Monochromatic Colors of #AC0872
Black with #AC0872
Text Example
Text Example
White with #AC0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0872; }
p { color: rgb(172,8,114); }
H1.HeaderClassName
{
color: #AC0872;
}
.AnyTagClassName
{
color: #AC0872;
}
</style>
background-color css
<style>
a { background-color: #AC0872; }
a { background-color: rgb(172,8,114); }
div.DivClassName
{
background-color: #AC0872;
}
.BgClassName
{
background-color: #AC0872;
}
</style>
border-color css
<style>
span { border-color: #AC0872; }
span { border-color: rgb(172,8,114); }
td.TdClassName
{
border-color: #AC0872;
}
.TagClassName
{
border-color: #AC0872;
}
</style>