Shades of Jazzberry Jam #AC0261
Tints of Jazzberry Jam #AC0261
RGB
CMYK
RGB Variations
Color information
#AC0261 (or 0xAC0261) is known color: Jazzberry Jam. HEX triplet: AC, 02 and 61. RGB value is (172,2,97). Sum of RGB (Red+Green+Blue) = 172+2+97=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0261 is #53FD9E. Grayscale: #3F3F3F. Windows color (decimal): -5504415 or 6357676. OLE color: 6357676.
HSL color Cylindrical-coordinate representation of color #AC0261: hue angle of 326.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0261 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.33 |
| HSL | 326.47º | 0.98% | 0.34% | - |
| HSV(B) | 326.47º | 0.99% | 0.67% | - |
| XYZ | 19.19 | 9.68 | 12.17 | - |
| YUV | 63.66 | 146.82 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 2 | 97 | 0 | 0.99 | 0.44 | 0.33 | 326.47 | 0.98 | 0.34 |
| Hex | AC | 2 | 61 | 0 | 63 | 2C | 21 | 146 | 62 | 22 |
| Octal | 254 | 2 | 141 | 0 | 143 | 54 | 41 | 506 | 142 | 42 |
| Binary | 10101100 | 10 | 1100001 | 0 | 1100011 | 101100 | 100001 | 101000110 | 1100010 | 100010 |
Color Harmonies of #AC0261
Complementary color
Monochromatic Colors of #AC0261
Black with #AC0261
Text Example
Text Example
White with #AC0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0261; }
p { color: rgb(172,2,97); }
H1.HeaderClassName
{
color: #AC0261;
}
.AnyTagClassName
{
color: #AC0261;
}
</style>
background-color css
<style>
a { background-color: #AC0261; }
a { background-color: rgb(172,2,97); }
div.DivClassName
{
background-color: #AC0261;
}
.BgClassName
{
background-color: #AC0261;
}
</style>
border-color css
<style>
span { border-color: #AC0261; }
span { border-color: rgb(172,2,97); }
td.TdClassName
{
border-color: #AC0261;
}
.TagClassName
{
border-color: #AC0261;
}
</style>