Shades of Jazzberry Jam #AD176C
Tints of Jazzberry Jam #AD176C
RGB
CMYK
RGB Variations
Color information
#AD176C (or 0xAD176C) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 6C. RGB value is (173,23,108). Sum of RGB (Red+Green+Blue) = 173+23+108=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD176C is #52E893. Grayscale: #4D4D4D. Windows color (decimal): -5433492 or 7083949. OLE color: 7083949.
HSL color Cylindrical-coordinate representation of color #AD176C: hue angle of 326º 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 #AD176C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 108 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.32 |
| HSL | 326º | 0.77% | 0.38% | - |
| HSV(B) | 326º | 0.87% | 0.68% | - |
| XYZ | 20.25 | 10.58 | 15.16 | - |
| YUV | 77.54 | 145.2 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 108 | 0 | 0.87 | 0.38 | 0.32 | 326 | 0.77 | 0.38 |
| Hex | AD | 17 | 6C | 0 | 57 | 26 | 20 | 146 | 4D | 26 |
| Octal | 255 | 27 | 154 | 0 | 127 | 46 | 40 | 506 | 115 | 46 |
| Binary | 10101101 | 10111 | 1101100 | 0 | 1010111 | 100110 | 100000 | 101000110 | 1001101 | 100110 |
Color Harmonies of #AD176C
Complementary color
Monochromatic Colors of #AD176C
Black with #AD176C
Text Example
Text Example
White with #AD176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD176C; }
p { color: rgb(173,23,108); }
H1.HeaderClassName
{
color: #AD176C;
}
.AnyTagClassName
{
color: #AD176C;
}
</style>
background-color css
<style>
a { background-color: #AD176C; }
a { background-color: rgb(173,23,108); }
div.DivClassName
{
background-color: #AD176C;
}
.BgClassName
{
background-color: #AD176C;
}
</style>
border-color css
<style>
span { border-color: #AD176C; }
span { border-color: rgb(173,23,108); }
td.TdClassName
{
border-color: #AD176C;
}
.TagClassName
{
border-color: #AD176C;
}
</style>