Shades of Jazzberry Jam #AC0D4C
Tints of Jazzberry Jam #AC0D4C
RGB
CMYK
RGB Variations
Color information
#AC0D4C (or 0xAC0D4C) is known color: Jazzberry Jam. HEX triplet: AC, 0D and 4C. RGB value is (172,13,76). Sum of RGB (Red+Green+Blue) = 172+13+76=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D4C is #53F2B3. Grayscale: #434343. Windows color (decimal): -5501620 or 4984236. OLE color: 4984236.
HSL color Cylindrical-coordinate representation of color #AC0D4C: hue angle of 336.23º 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 #AC0D4C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 76 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.33 |
| HSL | 336.23º | 0.86% | 0.36% | - |
| HSV(B) | 336.23º | 0.92% | 0.67% | - |
| XYZ | 18.46 | 9.58 | 7.71 | - |
| YUV | 67.72 | 132.68 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 76 | 0 | 0.92 | 0.56 | 0.33 | 336.23 | 0.86 | 0.36 |
| Hex | AC | D | 4C | 0 | 5C | 38 | 21 | 150 | 56 | 24 |
| Octal | 254 | 15 | 114 | 0 | 134 | 70 | 41 | 520 | 126 | 44 |
| Binary | 10101100 | 1101 | 1001100 | 0 | 1011100 | 111000 | 100001 | 101010000 | 1010110 | 100100 |
Color Harmonies of #AC0D4C
Complementary color
Monochromatic Colors of #AC0D4C
Black with #AC0D4C
Text Example
Text Example
White with #AC0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D4C; }
p { color: rgb(172,13,76); }
H1.HeaderClassName
{
color: #AC0D4C;
}
.AnyTagClassName
{
color: #AC0D4C;
}
</style>
background-color css
<style>
a { background-color: #AC0D4C; }
a { background-color: rgb(172,13,76); }
div.DivClassName
{
background-color: #AC0D4C;
}
.BgClassName
{
background-color: #AC0D4C;
}
</style>
border-color css
<style>
span { border-color: #AC0D4C; }
span { border-color: rgb(172,13,76); }
td.TdClassName
{
border-color: #AC0D4C;
}
.TagClassName
{
border-color: #AC0D4C;
}
</style>