Shades of Jazzberry Jam #AC0A4D
Tints of Jazzberry Jam #AC0A4D
RGB
CMYK
RGB Variations
Color information
#AC0A4D (or 0xAC0A4D) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 4D. RGB value is (172,10,77). Sum of RGB (Red+Green+Blue) = 172+10+77=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A4D is #53F5B2. Grayscale: #414141. Windows color (decimal): -5502387 or 5049004. OLE color: 5049004.
HSL color Cylindrical-coordinate representation of color #AC0A4D: hue angle of 335.19º 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 #AC0A4D is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 77 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.33 |
| HSL | 335.19º | 0.89% | 0.36% | - |
| HSV(B) | 335.19º | 0.94% | 0.67% | - |
| XYZ | 18.46 | 9.52 | 7.89 | - |
| YUV | 66.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 77 | 0 | 0.94 | 0.55 | 0.33 | 335.19 | 0.89 | 0.36 |
| Hex | AC | A | 4D | 0 | 5E | 37 | 21 | 14F | 59 | 24 |
| Octal | 254 | 12 | 115 | 0 | 136 | 67 | 41 | 517 | 131 | 44 |
| Binary | 10101100 | 1010 | 1001101 | 0 | 1011110 | 110111 | 100001 | 101001111 | 1011001 | 100100 |
Color Harmonies of #AC0A4D
Complementary color
Monochromatic Colors of #AC0A4D
Black with #AC0A4D
Text Example
Text Example
White with #AC0A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A4D; }
p { color: rgb(172,10,77); }
H1.HeaderClassName
{
color: #AC0A4D;
}
.AnyTagClassName
{
color: #AC0A4D;
}
</style>
background-color css
<style>
a { background-color: #AC0A4D; }
a { background-color: rgb(172,10,77); }
div.DivClassName
{
background-color: #AC0A4D;
}
.BgClassName
{
background-color: #AC0A4D;
}
</style>
border-color css
<style>
span { border-color: #AC0A4D; }
span { border-color: rgb(172,10,77); }
td.TdClassName
{
border-color: #AC0A4D;
}
.TagClassName
{
border-color: #AC0A4D;
}
</style>