Shades of Jazzberry Jam #AC004C
Tints of Jazzberry Jam #AC004C
RGB
CMYK
RGB Variations
Color information
#AC004C (or 0xAC004C) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 4C. RGB value is (172,0,76). Sum of RGB (Red+Green+Blue) = 172+0+76=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC004C is #53FFB3. Grayscale: #3B3B3B. Windows color (decimal): -5504948 or 4980908. OLE color: 4980908.
HSL color Cylindrical-coordinate representation of color #AC004C: hue angle of 333.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC004C is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.56 | 0.33 |
| HSL | 333.49º | 1% | 0.34% | - |
| HSV(B) | 333.49º | 1% | 0.67% | - |
| XYZ | 18.32 | 9.29 | 7.67 | - |
| YUV | 60.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 76 | 0 | 1 | 0.56 | 0.33 | 333.49 | 1 | 0.34 |
| Hex | AC | 0 | 4C | 0 | 64 | 38 | 21 | 14D | 64 | 22 |
| Octal | 254 | 0 | 114 | 0 | 144 | 70 | 41 | 515 | 144 | 42 |
| Binary | 10101100 | 0 | 1001100 | 0 | 1100100 | 111000 | 100001 | 101001101 | 1100100 | 100010 |
Color Harmonies of #AC004C
Complementary color
Monochromatic Colors of #AC004C
Black with #AC004C
Text Example
Text Example
White with #AC004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC004C; }
p { color: rgb(172,0,76); }
H1.HeaderClassName
{
color: #AC004C;
}
.AnyTagClassName
{
color: #AC004C;
}
</style>
background-color css
<style>
a { background-color: #AC004C; }
a { background-color: rgb(172,0,76); }
div.DivClassName
{
background-color: #AC004C;
}
.BgClassName
{
background-color: #AC004C;
}
</style>
border-color css
<style>
span { border-color: #AC004C; }
span { border-color: rgb(172,0,76); }
td.TdClassName
{
border-color: #AC004C;
}
.TagClassName
{
border-color: #AC004C;
}
</style>