Shades of Jazzberry Jam #AD1560
Tints of Jazzberry Jam #AD1560
RGB
CMYK
RGB Variations
Color information
#AD1560 (or 0xAD1560) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 60. RGB value is (173,21,96). Sum of RGB (Red+Green+Blue) = 173+21+96=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1560 is #52EA9F. Grayscale: #4A4A4A. Windows color (decimal): -5434016 or 6297005. OLE color: 6297005.
HSL color Cylindrical-coordinate representation of color #AD1560: hue angle of 330.39º 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 #AD1560 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 96 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.32 |
| HSL | 330.39º | 0.78% | 0.38% | - |
| HSV(B) | 330.39º | 0.88% | 0.68% | - |
| XYZ | 19.61 | 10.27 | 12.01 | - |
| YUV | 75 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 96 | 0 | 0.88 | 0.45 | 0.32 | 330.39 | 0.78 | 0.38 |
| Hex | AD | 15 | 60 | 0 | 58 | 2D | 20 | 14A | 4E | 26 |
| Octal | 255 | 25 | 140 | 0 | 130 | 55 | 40 | 512 | 116 | 46 |
| Binary | 10101101 | 10101 | 1100000 | 0 | 1011000 | 101101 | 100000 | 101001010 | 1001110 | 100110 |
Color Harmonies of #AD1560
Complementary color
Monochromatic Colors of #AD1560
Black with #AD1560
Text Example
Text Example
White with #AD1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1560; }
p { color: rgb(173,21,96); }
H1.HeaderClassName
{
color: #AD1560;
}
.AnyTagClassName
{
color: #AD1560;
}
</style>
background-color css
<style>
a { background-color: #AD1560; }
a { background-color: rgb(173,21,96); }
div.DivClassName
{
background-color: #AD1560;
}
.BgClassName
{
background-color: #AD1560;
}
</style>
border-color css
<style>
span { border-color: #AD1560; }
span { border-color: rgb(173,21,96); }
td.TdClassName
{
border-color: #AD1560;
}
.TagClassName
{
border-color: #AD1560;
}
</style>