Shades of Jazzberry Jam #AC0D4D
Tints of Jazzberry Jam #AC0D4D
RGB
CMYK
RGB Variations
Color information
#AC0D4D (or 0xAC0D4D) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 4D. RGB value is (172,13,77). Sum of RGB (Red+Green+Blue) = 172+13+77=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D4D is #53F2B2. Grayscale: #434343. Windows color (decimal): -5501619 or 5049772. OLE color: 5049772.
HSL color Cylindrical-coordinate representation of color #AC0D4D: hue angle of 335.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D4D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 77 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.33 |
| HSL | 335.85º | 0.86% | 0.36% | - |
| HSV(B) | 335.85º | 0.92% | 0.67% | - |
| XYZ | 18.5 | 9.59 | 7.9 | - |
| YUV | 67.84 | 133.18 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 77 | 0 | 0.92 | 0.55 | 0.33 | 335.85 | 0.86 | 0.36 |
| Hex | AC | D | 4D | 0 | 5C | 37 | 21 | 150 | 56 | 24 |
| Octal | 254 | 15 | 115 | 0 | 134 | 67 | 41 | 520 | 126 | 44 |
| Binary | 10101100 | 1101 | 1001101 | 0 | 1011100 | 110111 | 100001 | 101010000 | 1010110 | 100100 |
Color Harmonies of #AC0D4D
Complementary color
Monochromatic Colors of #AC0D4D
Black with #AC0D4D
Text Example
Text Example
White with #AC0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D4D; }
p { color: rgb(172,13,77); }
H1.HeaderClassName
{
color: #AC0D4D;
}
.AnyTagClassName
{
color: #AC0D4D;
}
</style>
background-color css
<style>
a { background-color: #AC0D4D; }
a { background-color: rgb(172,13,77); }
div.DivClassName
{
background-color: #AC0D4D;
}
.BgClassName
{
background-color: #AC0D4D;
}
</style>
border-color css
<style>
span { border-color: #AC0D4D; }
span { border-color: rgb(172,13,77); }
td.TdClassName
{
border-color: #AC0D4D;
}
.TagClassName
{
border-color: #AC0D4D;
}
</style>