Shades of Jazzberry Jam #AC044F
Tints of Jazzberry Jam #AC044F
RGB
CMYK
RGB Variations
Color information
#AC044F (or 0xAC044F) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 4F. RGB value is (172,4,79). Sum of RGB (Red+Green+Blue) = 172+4+79=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC044F is #53FBB0. Grayscale: #3E3E3E. Windows color (decimal): -5503921 or 5178540. OLE color: 5178540.
HSL color Cylindrical-coordinate representation of color #AC044F: hue angle of 333.21º 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 #AC044F is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.33 |
| HSL | 333.21º | 0.95% | 0.35% | - |
| HSV(B) | 333.21º | 0.98% | 0.67% | - |
| XYZ | 18.47 | 9.42 | 8.24 | - |
| YUV | 62.78 | 137.16 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 79 | 0 | 0.98 | 0.54 | 0.33 | 333.21 | 0.95 | 0.35 |
| Hex | AC | 4 | 4F | 0 | 62 | 36 | 21 | 14D | 5F | 23 |
| Octal | 254 | 4 | 117 | 0 | 142 | 66 | 41 | 515 | 137 | 43 |
| Binary | 10101100 | 100 | 1001111 | 0 | 1100010 | 110110 | 100001 | 101001101 | 1011111 | 100011 |
Color Harmonies of #AC044F
Complementary color
Monochromatic Colors of #AC044F
Black with #AC044F
Text Example
Text Example
White with #AC044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC044F; }
p { color: rgb(172,4,79); }
H1.HeaderClassName
{
color: #AC044F;
}
.AnyTagClassName
{
color: #AC044F;
}
</style>
background-color css
<style>
a { background-color: #AC044F; }
a { background-color: rgb(172,4,79); }
div.DivClassName
{
background-color: #AC044F;
}
.BgClassName
{
background-color: #AC044F;
}
</style>
border-color css
<style>
span { border-color: #AC044F; }
span { border-color: rgb(172,4,79); }
td.TdClassName
{
border-color: #AC044F;
}
.TagClassName
{
border-color: #AC044F;
}
</style>