Shades of Jazzberry Jam #AD1660
Tints of Jazzberry Jam #AD1660
RGB
CMYK
RGB Variations
Color information
#AD1660 (or 0xAD1660) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 60. RGB value is (173,22,96). Sum of RGB (Red+Green+Blue) = 173+22+96=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1660 is #52E99F. Grayscale: #4B4B4B. Windows color (decimal): -5433760 or 6297261. OLE color: 6297261.
HSL color Cylindrical-coordinate representation of color #AD1660: hue angle of 330.6º 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 #AD1660 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 96 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.32 |
| HSL | 330.6º | 0.77% | 0.38% | - |
| HSV(B) | 330.6º | 0.87% | 0.68% | - |
| XYZ | 19.63 | 10.3 | 12.02 | - |
| YUV | 75.59 | 139.53 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 96 | 0 | 0.87 | 0.45 | 0.32 | 330.6 | 0.77 | 0.38 |
| Hex | AD | 16 | 60 | 0 | 57 | 2D | 20 | 14B | 4D | 26 |
| Octal | 255 | 26 | 140 | 0 | 127 | 55 | 40 | 513 | 115 | 46 |
| Binary | 10101101 | 10110 | 1100000 | 0 | 1010111 | 101101 | 100000 | 101001011 | 1001101 | 100110 |
Color Harmonies of #AD1660
Complementary color
Monochromatic Colors of #AD1660
Black with #AD1660
Text Example
Text Example
White with #AD1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1660; }
p { color: rgb(173,22,96); }
H1.HeaderClassName
{
color: #AD1660;
}
.AnyTagClassName
{
color: #AD1660;
}
</style>
background-color css
<style>
a { background-color: #AD1660; }
a { background-color: rgb(173,22,96); }
div.DivClassName
{
background-color: #AD1660;
}
.BgClassName
{
background-color: #AD1660;
}
</style>
border-color css
<style>
span { border-color: #AD1660; }
span { border-color: rgb(173,22,96); }
td.TdClassName
{
border-color: #AD1660;
}
.TagClassName
{
border-color: #AD1660;
}
</style>