Shades of Jazzberry Jam #AC0F71
Tints of Jazzberry Jam #AC0F71
RGB
CMYK
RGB Variations
Color information
#AC0F71 (or 0xAC0F71) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 71. RGB value is (172,15,113). Sum of RGB (Red+Green+Blue) = 172+15+113=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0F71 is #53F08E. Grayscale: #484848. Windows color (decimal): -5501071 or 7409580. OLE color: 7409580.
HSL color Cylindrical-coordinate representation of color #AC0F71: hue angle of 322.55º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F71 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 113 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.33 |
| HSL | 322.55º | 0.84% | 0.37% | - |
| HSV(B) | 322.55º | 0.91% | 0.67% | - |
| XYZ | 20.16 | 10.3 | 16.55 | - |
| YUV | 73.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 113 | 0 | 0.91 | 0.34 | 0.33 | 322.55 | 0.84 | 0.37 |
| Hex | AC | F | 71 | 0 | 5B | 22 | 21 | 143 | 54 | 25 |
| Octal | 254 | 17 | 161 | 0 | 133 | 42 | 41 | 503 | 124 | 45 |
| Binary | 10101100 | 1111 | 1110001 | 0 | 1011011 | 100010 | 100001 | 101000011 | 1010100 | 100101 |
Color Harmonies of #AC0F71
Complementary color
Monochromatic Colors of #AC0F71
Black with #AC0F71
Text Example
Text Example
White with #AC0F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F71; }
p { color: rgb(172,15,113); }
H1.HeaderClassName
{
color: #AC0F71;
}
.AnyTagClassName
{
color: #AC0F71;
}
</style>
background-color css
<style>
a { background-color: #AC0F71; }
a { background-color: rgb(172,15,113); }
div.DivClassName
{
background-color: #AC0F71;
}
.BgClassName
{
background-color: #AC0F71;
}
</style>
border-color css
<style>
span { border-color: #AC0F71; }
span { border-color: rgb(172,15,113); }
td.TdClassName
{
border-color: #AC0F71;
}
.TagClassName
{
border-color: #AC0F71;
}
</style>