Shades of Jazzberry Jam #AC1A57
Tints of Jazzberry Jam #AC1A57
RGB
CMYK
RGB Variations
Color information
#AC1A57 (or 0xAC1A57) is known color: Jazzberry Jam. HEX triplet: AC, 1A and 57. RGB value is (172,26,87). Sum of RGB (Red+Green+Blue) = 172+26+87=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A57 is #53E5A8. Grayscale: #4C4C4C. Windows color (decimal): -5498281 or 5708460. OLE color: 5708460.
HSL color Cylindrical-coordinate representation of color #AC1A57: hue angle of 334.93º 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 #AC1A57 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 87 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.33 |
| HSL | 334.93º | 0.74% | 0.39% | - |
| HSV(B) | 334.93º | 0.85% | 0.67% | - |
| XYZ | 19.1 | 10.2 | 9.98 | - |
| YUV | 76.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 87 | 0 | 0.85 | 0.49 | 0.33 | 334.93 | 0.74 | 0.39 |
| Hex | AC | 1A | 57 | 0 | 55 | 31 | 21 | 14F | 4A | 27 |
| Octal | 254 | 32 | 127 | 0 | 125 | 61 | 41 | 517 | 112 | 47 |
| Binary | 10101100 | 11010 | 1010111 | 0 | 1010101 | 110001 | 100001 | 101001111 | 1001010 | 100111 |
Color Harmonies of #AC1A57
Complementary color
Monochromatic Colors of #AC1A57
Black with #AC1A57
Text Example
Text Example
White with #AC1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A57; }
p { color: rgb(172,26,87); }
H1.HeaderClassName
{
color: #AC1A57;
}
.AnyTagClassName
{
color: #AC1A57;
}
</style>
background-color css
<style>
a { background-color: #AC1A57; }
a { background-color: rgb(172,26,87); }
div.DivClassName
{
background-color: #AC1A57;
}
.BgClassName
{
background-color: #AC1A57;
}
</style>
border-color css
<style>
span { border-color: #AC1A57; }
span { border-color: rgb(172,26,87); }
td.TdClassName
{
border-color: #AC1A57;
}
.TagClassName
{
border-color: #AC1A57;
}
</style>