Shades of Jazzberry Jam #AC1552
Tints of Jazzberry Jam #AC1552
RGB
CMYK
RGB Variations
Color information
#AC1552 (or 0xAC1552) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 52. RGB value is (172,21,82). Sum of RGB (Red+Green+Blue) = 172+21+82=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1552 is #53EAAD. Grayscale: #494949. Windows color (decimal): -5499566 or 5379500. OLE color: 5379500.
HSL color Cylindrical-coordinate representation of color #AC1552: hue angle of 335.76º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1552 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 82 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.33 |
| HSL | 335.76º | 0.78% | 0.38% | - |
| HSV(B) | 335.76º | 0.88% | 0.67% | - |
| XYZ | 18.8 | 9.92 | 8.91 | - |
| YUV | 73.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 82 | 0 | 0.88 | 0.52 | 0.33 | 335.76 | 0.78 | 0.38 |
| Hex | AC | 15 | 52 | 0 | 58 | 34 | 21 | 150 | 4E | 26 |
| Octal | 254 | 25 | 122 | 0 | 130 | 64 | 41 | 520 | 116 | 46 |
| Binary | 10101100 | 10101 | 1010010 | 0 | 1011000 | 110100 | 100001 | 101010000 | 1001110 | 100110 |
Color Harmonies of #AC1552
Complementary color
Monochromatic Colors of #AC1552
Black with #AC1552
Text Example
Text Example
White with #AC1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1552; }
p { color: rgb(172,21,82); }
H1.HeaderClassName
{
color: #AC1552;
}
.AnyTagClassName
{
color: #AC1552;
}
</style>
background-color css
<style>
a { background-color: #AC1552; }
a { background-color: rgb(172,21,82); }
div.DivClassName
{
background-color: #AC1552;
}
.BgClassName
{
background-color: #AC1552;
}
</style>
border-color css
<style>
span { border-color: #AC1552; }
span { border-color: rgb(172,21,82); }
td.TdClassName
{
border-color: #AC1552;
}
.TagClassName
{
border-color: #AC1552;
}
</style>