Shades of Jazzberry Jam #AC1D73
Tints of Jazzberry Jam #AC1D73
RGB
CMYK
RGB Variations
Color information
#AC1D73 (or 0xAC1D73) is known color: Jazzberry Jam. HEX triplet: AC, 1D and 73. RGB value is (172,29,115). Sum of RGB (Red+Green+Blue) = 172+29+115=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1D73 is #53E28C. Grayscale: #515151. Windows color (decimal): -5497485 or 7544236. OLE color: 7544236.
HSL color Cylindrical-coordinate representation of color #AC1D73: hue angle of 323.92º 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 #AC1D73 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 29 | 115 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.33 |
| HSL | 323.92º | 0.71% | 0.39% | - |
| HSV(B) | 323.92º | 0.83% | 0.67% | - |
| XYZ | 20.55 | 10.89 | 17.24 | - |
| YUV | 81.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 115 | 0 | 0.83 | 0.33 | 0.33 | 323.92 | 0.71 | 0.39 |
| Hex | AC | 1D | 73 | 0 | 53 | 21 | 21 | 144 | 47 | 27 |
| Octal | 254 | 35 | 163 | 0 | 123 | 41 | 41 | 504 | 107 | 47 |
| Binary | 10101100 | 11101 | 1110011 | 0 | 1010011 | 100001 | 100001 | 101000100 | 1000111 | 100111 |
Color Harmonies of #AC1D73
Complementary color
Monochromatic Colors of #AC1D73
Black with #AC1D73
Text Example
Text Example
White with #AC1D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1D73; }
p { color: rgb(172,29,115); }
H1.HeaderClassName
{
color: #AC1D73;
}
.AnyTagClassName
{
color: #AC1D73;
}
</style>
background-color css
<style>
a { background-color: #AC1D73; }
a { background-color: rgb(172,29,115); }
div.DivClassName
{
background-color: #AC1D73;
}
.BgClassName
{
background-color: #AC1D73;
}
</style>
border-color css
<style>
span { border-color: #AC1D73; }
span { border-color: rgb(172,29,115); }
td.TdClassName
{
border-color: #AC1D73;
}
.TagClassName
{
border-color: #AC1D73;
}
</style>