Shades of Jazzberry Jam #AC0144
Tints of Jazzberry Jam #AC0144
RGB
CMYK
RGB Variations
Color information
#AC0144 (or 0xAC0144) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 44. RGB value is (172,1,68). Sum of RGB (Red+Green+Blue) = 172+1+68=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0144 is #53FEBB. Grayscale: #3B3B3B. Windows color (decimal): -5504700 or 4456876. OLE color: 4456876.
HSL color Cylindrical-coordinate representation of color #AC0144: hue angle of 336.49º 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 #AC0144 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.33 |
| HSL | 336.49º | 0.99% | 0.34% | - |
| HSV(B) | 336.49º | 0.99% | 0.67% | - |
| XYZ | 18.07 | 9.21 | 6.29 | - |
| YUV | 59.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 68 | 0 | 0.99 | 0.60 | 0.33 | 336.49 | 0.99 | 0.34 |
| Hex | AC | 1 | 44 | 0 | 63 | 3C | 21 | 150 | 63 | 22 |
| Octal | 254 | 1 | 104 | 0 | 143 | 74 | 41 | 520 | 143 | 42 |
| Binary | 10101100 | 1 | 1000100 | 0 | 1100011 | 111100 | 100001 | 101010000 | 1100011 | 100010 |
Color Harmonies of #AC0144
Complementary color
Monochromatic Colors of #AC0144
Black with #AC0144
Text Example
Text Example
White with #AC0144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0144; }
p { color: rgb(172,1,68); }
H1.HeaderClassName
{
color: #AC0144;
}
.AnyTagClassName
{
color: #AC0144;
}
</style>
background-color css
<style>
a { background-color: #AC0144; }
a { background-color: rgb(172,1,68); }
div.DivClassName
{
background-color: #AC0144;
}
.BgClassName
{
background-color: #AC0144;
}
</style>
border-color css
<style>
span { border-color: #AC0144; }
span { border-color: rgb(172,1,68); }
td.TdClassName
{
border-color: #AC0144;
}
.TagClassName
{
border-color: #AC0144;
}
</style>