Shades of Jazzberry Jam #AC004A
Tints of Jazzberry Jam #AC004A
RGB
CMYK
RGB Variations
Color information
#AC004A (or 0xAC004A) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 4A. RGB value is (172,0,74). Sum of RGB (Red+Green+Blue) = 172+0+74=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC004A is #53FFB5. Grayscale: #3B3B3B. Windows color (decimal): -5504950 or 4849836. OLE color: 4849836.
HSL color Cylindrical-coordinate representation of color #AC004A: hue angle of 334.19º 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 #AC004A is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.57 | 0.33 |
| HSL | 334.19º | 1% | 0.34% | - |
| HSV(B) | 334.19º | 1% | 0.67% | - |
| XYZ | 18.25 | 9.27 | 7.31 | - |
| YUV | 59.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 74 | 0 | 1 | 0.57 | 0.33 | 334.19 | 1 | 0.34 |
| Hex | AC | 0 | 4A | 0 | 64 | 39 | 21 | 14E | 64 | 22 |
| Octal | 254 | 0 | 112 | 0 | 144 | 71 | 41 | 516 | 144 | 42 |
| Binary | 10101100 | 0 | 1001010 | 0 | 1100100 | 111001 | 100001 | 101001110 | 1100100 | 100010 |
Color Harmonies of #AC004A
Complementary color
Monochromatic Colors of #AC004A
Black with #AC004A
Text Example
Text Example
White with #AC004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC004A; }
p { color: rgb(172,0,74); }
H1.HeaderClassName
{
color: #AC004A;
}
.AnyTagClassName
{
color: #AC004A;
}
</style>
background-color css
<style>
a { background-color: #AC004A; }
a { background-color: rgb(172,0,74); }
div.DivClassName
{
background-color: #AC004A;
}
.BgClassName
{
background-color: #AC004A;
}
</style>
border-color css
<style>
span { border-color: #AC004A; }
span { border-color: rgb(172,0,74); }
td.TdClassName
{
border-color: #AC004A;
}
.TagClassName
{
border-color: #AC004A;
}
</style>