Shades of Jazzberry Jam #AC0055
Tints of Jazzberry Jam #AC0055
RGB
CMYK
RGB Variations
Color information
#AC0055 (or 0xAC0055) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 55. RGB value is (172,0,85). Sum of RGB (Red+Green+Blue) = 172+0+85=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0055 is #53FFAA. Grayscale: #3C3C3C. Windows color (decimal): -5504939 or 5570732. OLE color: 5570732.
HSL color Cylindrical-coordinate representation of color #AC0055: hue angle of 330.35º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0055 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.51 | 0.33 |
| HSL | 330.35º | 1% | 0.34% | - |
| HSV(B) | 330.35º | 1% | 0.67% | - |
| XYZ | 18.65 | 9.43 | 9.43 | - |
| YUV | 61.12 | 141.48 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 85 | 0 | 1 | 0.51 | 0.33 | 330.35 | 1 | 0.34 |
| Hex | AC | 0 | 55 | 0 | 64 | 33 | 21 | 14A | 64 | 22 |
| Octal | 254 | 0 | 125 | 0 | 144 | 63 | 41 | 512 | 144 | 42 |
| Binary | 10101100 | 0 | 1010101 | 0 | 1100100 | 110011 | 100001 | 101001010 | 1100100 | 100010 |
Color Harmonies of #AC0055
Complementary color
Monochromatic Colors of #AC0055
Black with #AC0055
Text Example
Text Example
White with #AC0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0055; }
p { color: rgb(172,0,85); }
H1.HeaderClassName
{
color: #AC0055;
}
.AnyTagClassName
{
color: #AC0055;
}
</style>
background-color css
<style>
a { background-color: #AC0055; }
a { background-color: rgb(172,0,85); }
div.DivClassName
{
background-color: #AC0055;
}
.BgClassName
{
background-color: #AC0055;
}
</style>
border-color css
<style>
span { border-color: #AC0055; }
span { border-color: rgb(172,0,85); }
td.TdClassName
{
border-color: #AC0055;
}
.TagClassName
{
border-color: #AC0055;
}
</style>