Shades of Jazzberry Jam #AD1761
Tints of Jazzberry Jam #AD1761
RGB
CMYK
RGB Variations
Color information
#AD1761 (or 0xAD1761) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 61. RGB value is (173,23,97). Sum of RGB (Red+Green+Blue) = 173+23+97=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1761 is #52E89E. Grayscale: #4C4C4C. Windows color (decimal): -5433503 or 6363053. OLE color: 6363053.
HSL color Cylindrical-coordinate representation of color #AD1761: hue angle of 330.4º 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 #AD1761 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 97 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.32 |
| HSL | 330.4º | 0.77% | 0.38% | - |
| HSV(B) | 330.4º | 0.87% | 0.68% | - |
| XYZ | 19.7 | 10.36 | 12.27 | - |
| YUV | 76.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 97 | 0 | 0.87 | 0.44 | 0.32 | 330.4 | 0.77 | 0.38 |
| Hex | AD | 17 | 61 | 0 | 57 | 2C | 20 | 14A | 4D | 26 |
| Octal | 255 | 27 | 141 | 0 | 127 | 54 | 40 | 512 | 115 | 46 |
| Binary | 10101101 | 10111 | 1100001 | 0 | 1010111 | 101100 | 100000 | 101001010 | 1001101 | 100110 |
Color Harmonies of #AD1761
Complementary color
Monochromatic Colors of #AD1761
Black with #AD1761
Text Example
Text Example
White with #AD1761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1761; }
p { color: rgb(173,23,97); }
H1.HeaderClassName
{
color: #AD1761;
}
.AnyTagClassName
{
color: #AD1761;
}
</style>
background-color css
<style>
a { background-color: #AD1761; }
a { background-color: rgb(173,23,97); }
div.DivClassName
{
background-color: #AD1761;
}
.BgClassName
{
background-color: #AD1761;
}
</style>
border-color css
<style>
span { border-color: #AD1761; }
span { border-color: rgb(173,23,97); }
td.TdClassName
{
border-color: #AD1761;
}
.TagClassName
{
border-color: #AD1761;
}
</style>