Shades of Jazzberry Jam #AC0C65
Tints of Jazzberry Jam #AC0C65
RGB
CMYK
RGB Variations
Color information
#AC0C65 (or 0xAC0C65) is known color: Jazzberry Jam. HEX triplet: AC, 0C and 65. RGB value is (172,12,101). Sum of RGB (Red+Green+Blue) = 172+12+101=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0C65 is #53F39A. Grayscale: #454545. Windows color (decimal): -5501851 or 6622380. OLE color: 6622380.
HSL color Cylindrical-coordinate representation of color #AC0C65: hue angle of 326.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C65 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 101 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.33 |
| HSL | 326.63º | 0.87% | 0.36% | - |
| HSV(B) | 326.63º | 0.93% | 0.67% | - |
| XYZ | 19.49 | 9.97 | 13.21 | - |
| YUV | 69.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 101 | 0 | 0.93 | 0.41 | 0.33 | 326.63 | 0.87 | 0.36 |
| Hex | AC | C | 65 | 0 | 5D | 29 | 21 | 147 | 57 | 24 |
| Octal | 254 | 14 | 145 | 0 | 135 | 51 | 41 | 507 | 127 | 44 |
| Binary | 10101100 | 1100 | 1100101 | 0 | 1011101 | 101001 | 100001 | 101000111 | 1010111 | 100100 |
Color Harmonies of #AC0C65
Complementary color
Monochromatic Colors of #AC0C65
Black with #AC0C65
Text Example
Text Example
White with #AC0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C65; }
p { color: rgb(172,12,101); }
H1.HeaderClassName
{
color: #AC0C65;
}
.AnyTagClassName
{
color: #AC0C65;
}
</style>
background-color css
<style>
a { background-color: #AC0C65; }
a { background-color: rgb(172,12,101); }
div.DivClassName
{
background-color: #AC0C65;
}
.BgClassName
{
background-color: #AC0C65;
}
</style>
border-color css
<style>
span { border-color: #AC0C65; }
span { border-color: rgb(172,12,101); }
td.TdClassName
{
border-color: #AC0C65;
}
.TagClassName
{
border-color: #AC0C65;
}
</style>