Shades of Jazzberry Jam #AC0B64
Tints of Jazzberry Jam #AC0B64
RGB
CMYK
RGB Variations
Color information
#AC0B64 (or 0xAC0B64) is known color: Jazzberry Jam. HEX triplet: AC, 0B and 64. RGB value is (172,11,100). Sum of RGB (Red+Green+Blue) = 172+11+100=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B64 is #53F49B. Grayscale: #454545. Windows color (decimal): -5502108 or 6556588. OLE color: 6556588.
HSL color Cylindrical-coordinate representation of color #AC0B64: hue angle of 326.83º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B64 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 100 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.33 |
| HSL | 326.83º | 0.88% | 0.36% | - |
| HSV(B) | 326.83º | 0.94% | 0.67% | - |
| XYZ | 19.43 | 9.93 | 12.95 | - |
| YUV | 69.29 | 145.34 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 100 | 0 | 0.94 | 0.42 | 0.33 | 326.83 | 0.88 | 0.36 |
| Hex | AC | B | 64 | 0 | 5E | 2A | 21 | 147 | 58 | 24 |
| Octal | 254 | 13 | 144 | 0 | 136 | 52 | 41 | 507 | 130 | 44 |
| Binary | 10101100 | 1011 | 1100100 | 0 | 1011110 | 101010 | 100001 | 101000111 | 1011000 | 100100 |
Color Harmonies of #AC0B64
Complementary color
Monochromatic Colors of #AC0B64
Black with #AC0B64
Text Example
Text Example
White with #AC0B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B64; }
p { color: rgb(172,11,100); }
H1.HeaderClassName
{
color: #AC0B64;
}
.AnyTagClassName
{
color: #AC0B64;
}
</style>
background-color css
<style>
a { background-color: #AC0B64; }
a { background-color: rgb(172,11,100); }
div.DivClassName
{
background-color: #AC0B64;
}
.BgClassName
{
background-color: #AC0B64;
}
</style>
border-color css
<style>
span { border-color: #AC0B64; }
span { border-color: rgb(172,11,100); }
td.TdClassName
{
border-color: #AC0B64;
}
.TagClassName
{
border-color: #AC0B64;
}
</style>