Shades of Jazzberry Jam #AC054A
Tints of Jazzberry Jam #AC054A
RGB
CMYK
RGB Variations
Color information
#AC054A (or 0xAC054A) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 4A. RGB value is (172,5,74). Sum of RGB (Red+Green+Blue) = 172+5+74=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC054A is #53FAB5. Grayscale: #3E3E3E. Windows color (decimal): -5503670 or 4851116. OLE color: 4851116.
HSL color Cylindrical-coordinate representation of color #AC054A: hue angle of 335.21º 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 #AC054A is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 74 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.33 |
| HSL | 335.21º | 0.94% | 0.35% | - |
| HSV(B) | 335.21º | 0.97% | 0.67% | - |
| XYZ | 18.3 | 9.37 | 7.32 | - |
| YUV | 62.8 | 134.33 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 74 | 0 | 0.97 | 0.57 | 0.33 | 335.21 | 0.94 | 0.35 |
| Hex | AC | 5 | 4A | 0 | 61 | 39 | 21 | 14F | 5E | 23 |
| Octal | 254 | 5 | 112 | 0 | 141 | 71 | 41 | 517 | 136 | 43 |
| Binary | 10101100 | 101 | 1001010 | 0 | 1100001 | 111001 | 100001 | 101001111 | 1011110 | 100011 |
Color Harmonies of #AC054A
Complementary color
Monochromatic Colors of #AC054A
Black with #AC054A
Text Example
Text Example
White with #AC054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC054A; }
p { color: rgb(172,5,74); }
H1.HeaderClassName
{
color: #AC054A;
}
.AnyTagClassName
{
color: #AC054A;
}
</style>
background-color css
<style>
a { background-color: #AC054A; }
a { background-color: rgb(172,5,74); }
div.DivClassName
{
background-color: #AC054A;
}
.BgClassName
{
background-color: #AC054A;
}
</style>
border-color css
<style>
span { border-color: #AC054A; }
span { border-color: rgb(172,5,74); }
td.TdClassName
{
border-color: #AC054A;
}
.TagClassName
{
border-color: #AC054A;
}
</style>