Shades of Jazzberry Jam #AC044A
Tints of Jazzberry Jam #AC044A
RGB
CMYK
RGB Variations
Color information
#AC044A (or 0xAC044A) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 4A. RGB value is (172,4,74). Sum of RGB (Red+Green+Blue) = 172+4+74=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC044A is #53FBB5. Grayscale: #3E3E3E. Windows color (decimal): -5503926 or 4850860. OLE color: 4850860.
HSL color Cylindrical-coordinate representation of color #AC044A: hue angle of 335º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC044A is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.33 |
| HSL | 335º | 0.95% | 0.35% | - |
| HSV(B) | 335º | 0.98% | 0.67% | - |
| XYZ | 18.29 | 9.35 | 7.32 | - |
| YUV | 62.21 | 134.66 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 74 | 0 | 0.98 | 0.57 | 0.33 | 335 | 0.95 | 0.35 |
| Hex | AC | 4 | 4A | 0 | 62 | 39 | 21 | 14F | 5F | 23 |
| Octal | 254 | 4 | 112 | 0 | 142 | 71 | 41 | 517 | 137 | 43 |
| Binary | 10101100 | 100 | 1001010 | 0 | 1100010 | 111001 | 100001 | 101001111 | 1011111 | 100011 |
Color Harmonies of #AC044A
Complementary color
Monochromatic Colors of #AC044A
Black with #AC044A
Text Example
Text Example
White with #AC044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC044A; }
p { color: rgb(172,4,74); }
H1.HeaderClassName
{
color: #AC044A;
}
.AnyTagClassName
{
color: #AC044A;
}
</style>
background-color css
<style>
a { background-color: #AC044A; }
a { background-color: rgb(172,4,74); }
div.DivClassName
{
background-color: #AC044A;
}
.BgClassName
{
background-color: #AC044A;
}
</style>
border-color css
<style>
span { border-color: #AC044A; }
span { border-color: rgb(172,4,74); }
td.TdClassName
{
border-color: #AC044A;
}
.TagClassName
{
border-color: #AC044A;
}
</style>