Shades of Jazzberry Jam #AD166C
Tints of Jazzberry Jam #AD166C
RGB
CMYK
RGB Variations
Color information
#AD166C (or 0xAD166C) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 6C. RGB value is (173,22,108). Sum of RGB (Red+Green+Blue) = 173+22+108=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD166C is #52E993. Grayscale: #4C4C4C. Windows color (decimal): -5433748 or 7083693. OLE color: 7083693.
HSL color Cylindrical-coordinate representation of color #AD166C: hue angle of 325.83º 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 #AD166C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 108 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.32 |
| HSL | 325.83º | 0.77% | 0.38% | - |
| HSV(B) | 325.83º | 0.87% | 0.68% | - |
| XYZ | 20.23 | 10.54 | 15.16 | - |
| YUV | 76.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 108 | 0 | 0.87 | 0.38 | 0.32 | 325.83 | 0.77 | 0.38 |
| Hex | AD | 16 | 6C | 0 | 57 | 26 | 20 | 146 | 4D | 26 |
| Octal | 255 | 26 | 154 | 0 | 127 | 46 | 40 | 506 | 115 | 46 |
| Binary | 10101101 | 10110 | 1101100 | 0 | 1010111 | 100110 | 100000 | 101000110 | 1001101 | 100110 |
Color Harmonies of #AD166C
Complementary color
Monochromatic Colors of #AD166C
Black with #AD166C
Text Example
Text Example
White with #AD166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD166C; }
p { color: rgb(173,22,108); }
H1.HeaderClassName
{
color: #AD166C;
}
.AnyTagClassName
{
color: #AD166C;
}
</style>
background-color css
<style>
a { background-color: #AD166C; }
a { background-color: rgb(173,22,108); }
div.DivClassName
{
background-color: #AD166C;
}
.BgClassName
{
background-color: #AD166C;
}
</style>
border-color css
<style>
span { border-color: #AD166C; }
span { border-color: rgb(173,22,108); }
td.TdClassName
{
border-color: #AD166C;
}
.TagClassName
{
border-color: #AD166C;
}
</style>