Shades of Jazzberry Jam #AC0156
Tints of Jazzberry Jam #AC0156
RGB
CMYK
RGB Variations
Color information
#AC0156 (or 0xAC0156) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 56. RGB value is (172,1,86). Sum of RGB (Red+Green+Blue) = 172+1+86=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0156 is #53FEA9. Grayscale: #3D3D3D. Windows color (decimal): -5504682 or 5636524. OLE color: 5636524.
HSL color Cylindrical-coordinate representation of color #AC0156: hue angle of 330.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0156 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.33 |
| HSL | 330.18º | 0.99% | 0.34% | - |
| HSV(B) | 330.18º | 0.99% | 0.67% | - |
| XYZ | 18.7 | 9.46 | 9.65 | - |
| YUV | 61.82 | 141.65 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 86 | 0 | 0.99 | 0.5 | 0.33 | 330.18 | 0.99 | 0.34 |
| Hex | AC | 1 | 56 | 0 | 63 | 32 | 21 | 14A | 63 | 22 |
| Octal | 254 | 1 | 126 | 0 | 143 | 62 | 41 | 512 | 143 | 42 |
| Binary | 10101100 | 1 | 1010110 | 0 | 1100011 | 110010 | 100001 | 101001010 | 1100011 | 100010 |
Color Harmonies of #AC0156
Complementary color
Monochromatic Colors of #AC0156
Black with #AC0156
Text Example
Text Example
White with #AC0156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0156; }
p { color: rgb(172,1,86); }
H1.HeaderClassName
{
color: #AC0156;
}
.AnyTagClassName
{
color: #AC0156;
}
</style>
background-color css
<style>
a { background-color: #AC0156; }
a { background-color: rgb(172,1,86); }
div.DivClassName
{
background-color: #AC0156;
}
.BgClassName
{
background-color: #AC0156;
}
</style>
border-color css
<style>
span { border-color: #AC0156; }
span { border-color: rgb(172,1,86); }
td.TdClassName
{
border-color: #AC0156;
}
.TagClassName
{
border-color: #AC0156;
}
</style>