Shades of Jazzberry Jam #AD1573
Tints of Jazzberry Jam #AD1573
RGB
CMYK
RGB Variations
Color information
#AD1573 (or 0xAD1573) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 73. RGB value is (173,21,115). Sum of RGB (Red+Green+Blue) = 173+21+115=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1573 is #52EA8C. Grayscale: #4C4C4C. Windows color (decimal): -5433997 or 7542189. OLE color: 7542189.
HSL color Cylindrical-coordinate representation of color #AD1573: hue angle of 322.89º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1573 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 115 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.32 |
| HSL | 322.89º | 0.78% | 0.38% | - |
| HSV(B) | 322.89º | 0.88% | 0.68% | - |
| XYZ | 20.6 | 10.66 | 17.19 | - |
| YUV | 77.16 | 149.36 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 115 | 0 | 0.88 | 0.34 | 0.32 | 322.89 | 0.78 | 0.38 |
| Hex | AD | 15 | 73 | 0 | 58 | 22 | 20 | 143 | 4E | 26 |
| Octal | 255 | 25 | 163 | 0 | 130 | 42 | 40 | 503 | 116 | 46 |
| Binary | 10101101 | 10101 | 1110011 | 0 | 1011000 | 100010 | 100000 | 101000011 | 1001110 | 100110 |
Color Harmonies of #AD1573
Complementary color
Monochromatic Colors of #AD1573
Black with #AD1573
Text Example
Text Example
White with #AD1573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1573; }
p { color: rgb(173,21,115); }
H1.HeaderClassName
{
color: #AD1573;
}
.AnyTagClassName
{
color: #AD1573;
}
</style>
background-color css
<style>
a { background-color: #AD1573; }
a { background-color: rgb(173,21,115); }
div.DivClassName
{
background-color: #AD1573;
}
.BgClassName
{
background-color: #AD1573;
}
</style>
border-color css
<style>
span { border-color: #AD1573; }
span { border-color: rgb(173,21,115); }
td.TdClassName
{
border-color: #AD1573;
}
.TagClassName
{
border-color: #AD1573;
}
</style>