Shades of Jazzberry Jam #AD176A
Tints of Jazzberry Jam #AD176A
RGB
CMYK
RGB Variations
Color information
#AD176A (or 0xAD176A) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 6A. RGB value is (173,23,106). Sum of RGB (Red+Green+Blue) = 173+23+106=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD176A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD176A is #52E895. Grayscale: #4D4D4D. Windows color (decimal): -5433494 or 6952877. OLE color: 6952877.
HSL color Cylindrical-coordinate representation of color #AD176A: hue angle of 326.8º 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 #AD176A is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 106 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.32 |
| HSL | 326.8º | 0.77% | 0.38% | - |
| HSV(B) | 326.8º | 0.87% | 0.68% | - |
| XYZ | 20.14 | 10.54 | 14.61 | - |
| YUV | 77.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 106 | 0 | 0.87 | 0.39 | 0.32 | 326.8 | 0.77 | 0.38 |
| Hex | AD | 17 | 6A | 0 | 57 | 27 | 20 | 147 | 4D | 26 |
| Octal | 255 | 27 | 152 | 0 | 127 | 47 | 40 | 507 | 115 | 46 |
| Binary | 10101101 | 10111 | 1101010 | 0 | 1010111 | 100111 | 100000 | 101000111 | 1001101 | 100110 |
Color Harmonies of #AD176A
Complementary color
Monochromatic Colors of #AD176A
Black with #AD176A
Text Example
Text Example
White with #AD176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD176A; }
p { color: rgb(173,23,106); }
H1.HeaderClassName
{
color: #AD176A;
}
.AnyTagClassName
{
color: #AD176A;
}
</style>
background-color css
<style>
a { background-color: #AD176A; }
a { background-color: rgb(173,23,106); }
div.DivClassName
{
background-color: #AD176A;
}
.BgClassName
{
background-color: #AD176A;
}
</style>
border-color css
<style>
span { border-color: #AD176A; }
span { border-color: rgb(173,23,106); }
td.TdClassName
{
border-color: #AD176A;
}
.TagClassName
{
border-color: #AD176A;
}
</style>