Shades of Jazzberry Jam #AC0A64
Tints of Jazzberry Jam #AC0A64
RGB
CMYK
RGB Variations
Color information
#AC0A64 (or 0xAC0A64) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 64. RGB value is (172,10,100). Sum of RGB (Red+Green+Blue) = 172+10+100=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0A64 is #53F59B. Grayscale: #444444. Windows color (decimal): -5502364 or 6556332. OLE color: 6556332.
HSL color Cylindrical-coordinate representation of color #AC0A64: hue angle of 326.67º degrees, saturation: 0.89, 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 #AC0A64 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 100 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.33 |
| HSL | 326.67º | 0.89% | 0.36% | - |
| HSV(B) | 326.67º | 0.94% | 0.67% | - |
| XYZ | 19.42 | 9.91 | 12.95 | - |
| YUV | 68.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 100 | 0 | 0.94 | 0.42 | 0.33 | 326.67 | 0.89 | 0.36 |
| Hex | AC | A | 64 | 0 | 5E | 2A | 21 | 147 | 59 | 24 |
| Octal | 254 | 12 | 144 | 0 | 136 | 52 | 41 | 507 | 131 | 44 |
| Binary | 10101100 | 1010 | 1100100 | 0 | 1011110 | 101010 | 100001 | 101000111 | 1011001 | 100100 |
Color Harmonies of #AC0A64
Complementary color
Monochromatic Colors of #AC0A64
Black with #AC0A64
Text Example
Text Example
White with #AC0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A64; }
p { color: rgb(172,10,100); }
H1.HeaderClassName
{
color: #AC0A64;
}
.AnyTagClassName
{
color: #AC0A64;
}
</style>
background-color css
<style>
a { background-color: #AC0A64; }
a { background-color: rgb(172,10,100); }
div.DivClassName
{
background-color: #AC0A64;
}
.BgClassName
{
background-color: #AC0A64;
}
</style>
border-color css
<style>
span { border-color: #AC0A64; }
span { border-color: rgb(172,10,100); }
td.TdClassName
{
border-color: #AC0A64;
}
.TagClassName
{
border-color: #AC0A64;
}
</style>