Shades of Jazzberry Jam #AC0963
Tints of Jazzberry Jam #AC0963
RGB
CMYK
RGB Variations
Color information
#AC0963 (or 0xAC0963) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 63. RGB value is (172,9,99). Sum of RGB (Red+Green+Blue) = 172+9+99=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0963 is #53F69C. Grayscale: #434343. Windows color (decimal): -5502621 or 6490540. OLE color: 6490540.
HSL color Cylindrical-coordinate representation of color #AC0963: hue angle of 326.87º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0963 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 99 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.33 |
| HSL | 326.87º | 0.9% | 0.35% | - |
| HSV(B) | 326.87º | 0.95% | 0.67% | - |
| XYZ | 19.36 | 9.87 | 12.69 | - |
| YUV | 68 | 145.5 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 99 | 0 | 0.95 | 0.42 | 0.33 | 326.87 | 0.9 | 0.35 |
| Hex | AC | 9 | 63 | 0 | 5F | 2A | 21 | 147 | 5A | 23 |
| Octal | 254 | 11 | 143 | 0 | 137 | 52 | 41 | 507 | 132 | 43 |
| Binary | 10101100 | 1001 | 1100011 | 0 | 1011111 | 101010 | 100001 | 101000111 | 1011010 | 100011 |
Color Harmonies of #AC0963
Complementary color
Monochromatic Colors of #AC0963
Black with #AC0963
Text Example
Text Example
White with #AC0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0963; }
p { color: rgb(172,9,99); }
H1.HeaderClassName
{
color: #AC0963;
}
.AnyTagClassName
{
color: #AC0963;
}
</style>
background-color css
<style>
a { background-color: #AC0963; }
a { background-color: rgb(172,9,99); }
div.DivClassName
{
background-color: #AC0963;
}
.BgClassName
{
background-color: #AC0963;
}
</style>
border-color css
<style>
span { border-color: #AC0963; }
span { border-color: rgb(172,9,99); }
td.TdClassName
{
border-color: #AC0963;
}
.TagClassName
{
border-color: #AC0963;
}
</style>