Shades of Jazzberry Jam #AC0864
Tints of Jazzberry Jam #AC0864
RGB
CMYK
RGB Variations
Color information
#AC0864 (or 0xAC0864) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 64. RGB value is (172,8,100). Sum of RGB (Red+Green+Blue) = 172+8+100=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0864 is #53F79B. Grayscale: #434343. Windows color (decimal): -5502876 or 6555820. OLE color: 6555820.
HSL color Cylindrical-coordinate representation of color #AC0864: hue angle of 326.34º degrees, saturation: 0.91, 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 #AC0864 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 100 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.33 |
| HSL | 326.34º | 0.91% | 0.35% | - |
| HSV(B) | 326.34º | 0.95% | 0.67% | - |
| XYZ | 19.4 | 9.86 | 12.94 | - |
| YUV | 67.52 | 146.33 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 100 | 0 | 0.95 | 0.42 | 0.33 | 326.34 | 0.91 | 0.35 |
| Hex | AC | 8 | 64 | 0 | 5F | 2A | 21 | 146 | 5B | 23 |
| Octal | 254 | 10 | 144 | 0 | 137 | 52 | 41 | 506 | 133 | 43 |
| Binary | 10101100 | 1000 | 1100100 | 0 | 1011111 | 101010 | 100001 | 101000110 | 1011011 | 100011 |
Color Harmonies of #AC0864
Complementary color
Monochromatic Colors of #AC0864
Black with #AC0864
Text Example
Text Example
White with #AC0864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0864; }
p { color: rgb(172,8,100); }
H1.HeaderClassName
{
color: #AC0864;
}
.AnyTagClassName
{
color: #AC0864;
}
</style>
background-color css
<style>
a { background-color: #AC0864; }
a { background-color: rgb(172,8,100); }
div.DivClassName
{
background-color: #AC0864;
}
.BgClassName
{
background-color: #AC0864;
}
</style>
border-color css
<style>
span { border-color: #AC0864; }
span { border-color: rgb(172,8,100); }
td.TdClassName
{
border-color: #AC0864;
}
.TagClassName
{
border-color: #AC0864;
}
</style>