Shades of Jazzberry Jam #AD1676
Tints of Jazzberry Jam #AD1676
RGB
CMYK
RGB Variations
Color information
#AD1676 (or 0xAD1676) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 76. RGB value is (173,22,118). Sum of RGB (Red+Green+Blue) = 173+22+118=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1676 is #52E989. Grayscale: #4D4D4D. Windows color (decimal): -5433738 or 7739053. OLE color: 7739053.
HSL color Cylindrical-coordinate representation of color #AD1676: hue angle of 321.85º 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 #AD1676 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 118 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.32 |
| HSL | 321.85º | 0.77% | 0.38% | - |
| HSV(B) | 321.85º | 0.87% | 0.68% | - |
| XYZ | 20.79 | 10.77 | 18.12 | - |
| YUV | 78.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 118 | 0 | 0.87 | 0.32 | 0.32 | 321.85 | 0.77 | 0.38 |
| Hex | AD | 16 | 76 | 0 | 57 | 20 | 20 | 142 | 4D | 26 |
| Octal | 255 | 26 | 166 | 0 | 127 | 40 | 40 | 502 | 115 | 46 |
| Binary | 10101101 | 10110 | 1110110 | 0 | 1010111 | 100000 | 100000 | 101000010 | 1001101 | 100110 |
Color Harmonies of #AD1676
Complementary color
Monochromatic Colors of #AD1676
Black with #AD1676
Text Example
Text Example
White with #AD1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1676; }
p { color: rgb(173,22,118); }
H1.HeaderClassName
{
color: #AD1676;
}
.AnyTagClassName
{
color: #AD1676;
}
</style>
background-color css
<style>
a { background-color: #AD1676; }
a { background-color: rgb(173,22,118); }
div.DivClassName
{
background-color: #AD1676;
}
.BgClassName
{
background-color: #AD1676;
}
</style>
border-color css
<style>
span { border-color: #AD1676; }
span { border-color: rgb(173,22,118); }
td.TdClassName
{
border-color: #AD1676;
}
.TagClassName
{
border-color: #AD1676;
}
</style>