Shades of Jazzberry Jam #AC054D
Tints of Jazzberry Jam #AC054D
RGB
CMYK
RGB Variations
Color information
#AC054D (or 0xAC054D) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 4D. RGB value is (172,5,77). Sum of RGB (Red+Green+Blue) = 172+5+77=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC054D is #53FAB2. Grayscale: #3F3F3F. Windows color (decimal): -5503667 or 5047724. OLE color: 5047724.
HSL color Cylindrical-coordinate representation of color #AC054D: hue angle of 334.13º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC054D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.33 |
| HSL | 334.13º | 0.94% | 0.35% | - |
| HSV(B) | 334.13º | 0.97% | 0.67% | - |
| XYZ | 18.41 | 9.42 | 7.87 | - |
| YUV | 63.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 77 | 0 | 0.97 | 0.55 | 0.33 | 334.13 | 0.94 | 0.35 |
| Hex | AC | 5 | 4D | 0 | 61 | 37 | 21 | 14E | 5E | 23 |
| Octal | 254 | 5 | 115 | 0 | 141 | 67 | 41 | 516 | 136 | 43 |
| Binary | 10101100 | 101 | 1001101 | 0 | 1100001 | 110111 | 100001 | 101001110 | 1011110 | 100011 |
Color Harmonies of #AC054D
Complementary color
Monochromatic Colors of #AC054D
Black with #AC054D
Text Example
Text Example
White with #AC054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC054D; }
p { color: rgb(172,5,77); }
H1.HeaderClassName
{
color: #AC054D;
}
.AnyTagClassName
{
color: #AC054D;
}
</style>
background-color css
<style>
a { background-color: #AC054D; }
a { background-color: rgb(172,5,77); }
div.DivClassName
{
background-color: #AC054D;
}
.BgClassName
{
background-color: #AC054D;
}
</style>
border-color css
<style>
span { border-color: #AC054D; }
span { border-color: rgb(172,5,77); }
td.TdClassName
{
border-color: #AC054D;
}
.TagClassName
{
border-color: #AC054D;
}
</style>