Shades of Jazzberry Jam #AC0F45
Tints of Jazzberry Jam #AC0F45
RGB
CMYK
RGB Variations
Color information
#AC0F45 (or 0xAC0F45) is known color: Jazzberry Jam. HEX triplet: AC, 0F and 45. RGB value is (172,15,69). Sum of RGB (Red+Green+Blue) = 172+15+69=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F45 is #53F0BA. Grayscale: #444444. Windows color (decimal): -5501115 or 4525996. OLE color: 4525996.
HSL color Cylindrical-coordinate representation of color #AC0F45: hue angle of 339.36º 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 #AC0F45 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 69 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.33 |
| HSL | 339.36º | 0.84% | 0.37% | - |
| HSV(B) | 339.36º | 0.91% | 0.67% | - |
| XYZ | 18.26 | 9.54 | 6.51 | - |
| YUV | 68.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 69 | 0 | 0.91 | 0.60 | 0.33 | 339.36 | 0.84 | 0.37 |
| Hex | AC | F | 45 | 0 | 5B | 3C | 21 | 153 | 54 | 25 |
| Octal | 254 | 17 | 105 | 0 | 133 | 74 | 41 | 523 | 124 | 45 |
| Binary | 10101100 | 1111 | 1000101 | 0 | 1011011 | 111100 | 100001 | 101010011 | 1010100 | 100101 |
Color Harmonies of #AC0F45
Complementary color
Monochromatic Colors of #AC0F45
Black with #AC0F45
Text Example
Text Example
White with #AC0F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F45; }
p { color: rgb(172,15,69); }
H1.HeaderClassName
{
color: #AC0F45;
}
.AnyTagClassName
{
color: #AC0F45;
}
</style>
background-color css
<style>
a { background-color: #AC0F45; }
a { background-color: rgb(172,15,69); }
div.DivClassName
{
background-color: #AC0F45;
}
.BgClassName
{
background-color: #AC0F45;
}
</style>
border-color css
<style>
span { border-color: #AC0F45; }
span { border-color: rgb(172,15,69); }
td.TdClassName
{
border-color: #AC0F45;
}
.TagClassName
{
border-color: #AC0F45;
}
</style>