Shades of Jazzberry Jam #AD1659
Tints of Jazzberry Jam #AD1659
RGB
CMYK
RGB Variations
Color information
#AD1659 (or 0xAD1659) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 59. RGB value is (173,22,89). Sum of RGB (Red+Green+Blue) = 173+22+89=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1659 is #52E9A6. Grayscale: #4A4A4A. Windows color (decimal): -5433767 or 5838509. OLE color: 5838509.
HSL color Cylindrical-coordinate representation of color #AD1659: hue angle of 333.38º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1659 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 89 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.32 |
| HSL | 333.38º | 0.77% | 0.38% | - |
| HSV(B) | 333.38º | 0.87% | 0.68% | - |
| XYZ | 19.32 | 10.18 | 10.4 | - |
| YUV | 74.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 89 | 0 | 0.87 | 0.49 | 0.32 | 333.38 | 0.77 | 0.38 |
| Hex | AD | 16 | 59 | 0 | 57 | 31 | 20 | 14D | 4D | 26 |
| Octal | 255 | 26 | 131 | 0 | 127 | 61 | 40 | 515 | 115 | 46 |
| Binary | 10101101 | 10110 | 1011001 | 0 | 1010111 | 110001 | 100000 | 101001101 | 1001101 | 100110 |
Color Harmonies of #AD1659
Complementary color
Monochromatic Colors of #AD1659
Black with #AD1659
Text Example
Text Example
White with #AD1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1659; }
p { color: rgb(173,22,89); }
H1.HeaderClassName
{
color: #AD1659;
}
.AnyTagClassName
{
color: #AD1659;
}
</style>
background-color css
<style>
a { background-color: #AD1659; }
a { background-color: rgb(173,22,89); }
div.DivClassName
{
background-color: #AD1659;
}
.BgClassName
{
background-color: #AD1659;
}
</style>
border-color css
<style>
span { border-color: #AD1659; }
span { border-color: rgb(173,22,89); }
td.TdClassName
{
border-color: #AD1659;
}
.TagClassName
{
border-color: #AD1659;
}
</style>