Shades of Jazzberry Jam #AC0656
Tints of Jazzberry Jam #AC0656
RGB
CMYK
RGB Variations
Color information
#AC0656 (or 0xAC0656) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 56. RGB value is (172,6,86). Sum of RGB (Red+Green+Blue) = 172+6+86=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0656 is #53F9A9. Grayscale: #404040. Windows color (decimal): -5503402 or 5637804. OLE color: 5637804.
HSL color Cylindrical-coordinate representation of color #AC0656: hue angle of 331.08º degrees, saturation: 0.93, 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 #AC0656 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.33 |
| HSL | 331.08º | 0.93% | 0.35% | - |
| HSV(B) | 331.08º | 0.97% | 0.67% | - |
| XYZ | 18.76 | 9.57 | 9.66 | - |
| YUV | 64.75 | 140 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 86 | 0 | 0.97 | 0.5 | 0.33 | 331.08 | 0.93 | 0.35 |
| Hex | AC | 6 | 56 | 0 | 61 | 32 | 21 | 14B | 5D | 23 |
| Octal | 254 | 6 | 126 | 0 | 141 | 62 | 41 | 513 | 135 | 43 |
| Binary | 10101100 | 110 | 1010110 | 0 | 1100001 | 110010 | 100001 | 101001011 | 1011101 | 100011 |
Color Harmonies of #AC0656
Complementary color
Monochromatic Colors of #AC0656
Black with #AC0656
Text Example
Text Example
White with #AC0656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0656; }
p { color: rgb(172,6,86); }
H1.HeaderClassName
{
color: #AC0656;
}
.AnyTagClassName
{
color: #AC0656;
}
</style>
background-color css
<style>
a { background-color: #AC0656; }
a { background-color: rgb(172,6,86); }
div.DivClassName
{
background-color: #AC0656;
}
.BgClassName
{
background-color: #AC0656;
}
</style>
border-color css
<style>
span { border-color: #AC0656; }
span { border-color: rgb(172,6,86); }
td.TdClassName
{
border-color: #AC0656;
}
.TagClassName
{
border-color: #AC0656;
}
</style>