Shades of Jazzberry Jam #AC1D53
Tints of Jazzberry Jam #AC1D53
RGB
CMYK
RGB Variations
Color information
#AC1D53 (or 0xAC1D53) is known color: Jazzberry Jam. HEX triplet: AC, 1D and 53. RGB value is (172,29,83). Sum of RGB (Red+Green+Blue) = 172+29+83=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1D53 is #53E2AC. Grayscale: #4D4D4D. Windows color (decimal): -5497517 or 5447084. OLE color: 5447084.
HSL color Cylindrical-coordinate representation of color #AC1D53: hue angle of 337.34º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1D53 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 83 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.33 |
| HSL | 337.34º | 0.71% | 0.39% | - |
| HSV(B) | 337.34º | 0.83% | 0.67% | - |
| XYZ | 19.01 | 10.27 | 9.16 | - |
| YUV | 77.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 83 | 0 | 0.83 | 0.52 | 0.33 | 337.34 | 0.71 | 0.39 |
| Hex | AC | 1D | 53 | 0 | 53 | 34 | 21 | 151 | 47 | 27 |
| Octal | 254 | 35 | 123 | 0 | 123 | 64 | 41 | 521 | 107 | 47 |
| Binary | 10101100 | 11101 | 1010011 | 0 | 1010011 | 110100 | 100001 | 101010001 | 1000111 | 100111 |
Color Harmonies of #AC1D53
Complementary color
Monochromatic Colors of #AC1D53
Black with #AC1D53
Text Example
Text Example
White with #AC1D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D53; }
p { color: rgb(172,29,83); }
H1.HeaderClassName
{
color: #AC1D53;
}
.AnyTagClassName
{
color: #AC1D53;
}
</style>
background-color css
<style>
a { background-color: #AC1D53; }
a { background-color: rgb(172,29,83); }
div.DivClassName
{
background-color: #AC1D53;
}
.BgClassName
{
background-color: #AC1D53;
}
</style>
border-color css
<style>
span { border-color: #AC1D53; }
span { border-color: rgb(172,29,83); }
td.TdClassName
{
border-color: #AC1D53;
}
.TagClassName
{
border-color: #AC1D53;
}
</style>