Shades of Jazzberry Jam #AC0061
Tints of Jazzberry Jam #AC0061
RGB
CMYK
RGB Variations
Color information
#AC0061 (or 0xAC0061) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 61. RGB value is (172,0,97). Sum of RGB (Red+Green+Blue) = 172+0+97=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0061 is #53FF9E. Grayscale: #3E3E3E. Windows color (decimal): -5504927 or 6357164. OLE color: 6357164.
HSL color Cylindrical-coordinate representation of color #AC0061: hue angle of 326.16º 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 #AC0061 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.44 | 0.33 |
| HSL | 326.16º | 1% | 0.34% | - |
| HSV(B) | 326.16º | 1% | 0.67% | - |
| XYZ | 19.17 | 9.63 | 12.16 | - |
| YUV | 62.49 | 147.48 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 97 | 0 | 1 | 0.44 | 0.33 | 326.16 | 1 | 0.34 |
| Hex | AC | 0 | 61 | 0 | 64 | 2C | 21 | 146 | 64 | 22 |
| Octal | 254 | 0 | 141 | 0 | 144 | 54 | 41 | 506 | 144 | 42 |
| Binary | 10101100 | 0 | 1100001 | 0 | 1100100 | 101100 | 100001 | 101000110 | 1100100 | 100010 |
Color Harmonies of #AC0061
Complementary color
Monochromatic Colors of #AC0061
Black with #AC0061
Text Example
Text Example
White with #AC0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0061; }
p { color: rgb(172,0,97); }
H1.HeaderClassName
{
color: #AC0061;
}
.AnyTagClassName
{
color: #AC0061;
}
</style>
background-color css
<style>
a { background-color: #AC0061; }
a { background-color: rgb(172,0,97); }
div.DivClassName
{
background-color: #AC0061;
}
.BgClassName
{
background-color: #AC0061;
}
</style>
border-color css
<style>
span { border-color: #AC0061; }
span { border-color: rgb(172,0,97); }
td.TdClassName
{
border-color: #AC0061;
}
.TagClassName
{
border-color: #AC0061;
}
</style>