Shades of Jazzberry Jam #AC043F
Tints of Jazzberry Jam #AC043F
RGB
CMYK
RGB Variations
Color information
#AC043F (or 0xAC043F) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 3F. RGB value is (172,4,63). Sum of RGB (Red+Green+Blue) = 172+4+63=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC043F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC043F is #53FBC0. Grayscale: #3C3C3C. Windows color (decimal): -5503937 or 4129964. OLE color: 4129964.
HSL color Cylindrical-coordinate representation of color #AC043F: hue angle of 338.93º 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 #AC043F is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.33 |
| HSL | 338.93º | 0.95% | 0.35% | - |
| HSV(B) | 338.93º | 0.98% | 0.67% | - |
| XYZ | 17.95 | 9.22 | 5.54 | - |
| YUV | 60.96 | 129.16 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 63 | 0 | 0.98 | 0.63 | 0.33 | 338.93 | 0.95 | 0.35 |
| Hex | AC | 4 | 3F | 0 | 62 | 3F | 21 | 153 | 5F | 23 |
| Octal | 254 | 4 | 77 | 0 | 142 | 77 | 41 | 523 | 137 | 43 |
| Binary | 10101100 | 100 | 111111 | 0 | 1100010 | 111111 | 100001 | 101010011 | 1011111 | 100011 |
Color Harmonies of #AC043F
Complementary color
Monochromatic Colors of #AC043F
Black with #AC043F
Text Example
Text Example
White with #AC043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC043F; }
p { color: rgb(172,4,63); }
H1.HeaderClassName
{
color: #AC043F;
}
.AnyTagClassName
{
color: #AC043F;
}
</style>
background-color css
<style>
a { background-color: #AC043F; }
a { background-color: rgb(172,4,63); }
div.DivClassName
{
background-color: #AC043F;
}
.BgClassName
{
background-color: #AC043F;
}
</style>
border-color css
<style>
span { border-color: #AC043F; }
span { border-color: rgb(172,4,63); }
td.TdClassName
{
border-color: #AC043F;
}
.TagClassName
{
border-color: #AC043F;
}
</style>