Shades of Jazzberry Jam #AC1A56
Tints of Jazzberry Jam #AC1A56
RGB
CMYK
RGB Variations
Color information
#AC1A56 (or 0xAC1A56) is known color: Jazzberry Jam. HEX triplet: AC, 1A and 56. RGB value is (172,26,86). Sum of RGB (Red+Green+Blue) = 172+26+86=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A56 is #53E5A9. Grayscale: #4C4C4C. Windows color (decimal): -5498282 or 5642924. OLE color: 5642924.
HSL color Cylindrical-coordinate representation of color #AC1A56: hue angle of 335.34º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A56 is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 86 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.33 |
| HSL | 335.34º | 0.74% | 0.39% | - |
| HSV(B) | 335.34º | 0.85% | 0.67% | - |
| XYZ | 19.06 | 10.18 | 9.76 | - |
| YUV | 76.49 | 133.37 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 86 | 0 | 0.85 | 0.5 | 0.33 | 335.34 | 0.74 | 0.39 |
| Hex | AC | 1A | 56 | 0 | 55 | 32 | 21 | 14F | 4A | 27 |
| Octal | 254 | 32 | 126 | 0 | 125 | 62 | 41 | 517 | 112 | 47 |
| Binary | 10101100 | 11010 | 1010110 | 0 | 1010101 | 110010 | 100001 | 101001111 | 1001010 | 100111 |
Color Harmonies of #AC1A56
Complementary color
Monochromatic Colors of #AC1A56
Black with #AC1A56
Text Example
Text Example
White with #AC1A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A56; }
p { color: rgb(172,26,86); }
H1.HeaderClassName
{
color: #AC1A56;
}
.AnyTagClassName
{
color: #AC1A56;
}
</style>
background-color css
<style>
a { background-color: #AC1A56; }
a { background-color: rgb(172,26,86); }
div.DivClassName
{
background-color: #AC1A56;
}
.BgClassName
{
background-color: #AC1A56;
}
</style>
border-color css
<style>
span { border-color: #AC1A56; }
span { border-color: rgb(172,26,86); }
td.TdClassName
{
border-color: #AC1A56;
}
.TagClassName
{
border-color: #AC1A56;
}
</style>