Shades of Jazzberry Jam #AD1673
Tints of Jazzberry Jam #AD1673
RGB
CMYK
RGB Variations
Color information
#AD1673 (or 0xAD1673) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 73. RGB value is (173,22,115). Sum of RGB (Red+Green+Blue) = 173+22+115=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1673 is #52E98C. Grayscale: #4D4D4D. Windows color (decimal): -5433741 or 7542445. OLE color: 7542445.
HSL color Cylindrical-coordinate representation of color #AD1673: hue angle of 323.05º 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 #AD1673 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 115 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.32 |
| HSL | 323.05º | 0.77% | 0.38% | - |
| HSV(B) | 323.05º | 0.87% | 0.68% | - |
| XYZ | 20.62 | 10.7 | 17.2 | - |
| YUV | 77.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 115 | 0 | 0.87 | 0.34 | 0.32 | 323.05 | 0.77 | 0.38 |
| Hex | AD | 16 | 73 | 0 | 57 | 22 | 20 | 143 | 4D | 26 |
| Octal | 255 | 26 | 163 | 0 | 127 | 42 | 40 | 503 | 115 | 46 |
| Binary | 10101101 | 10110 | 1110011 | 0 | 1010111 | 100010 | 100000 | 101000011 | 1001101 | 100110 |
Color Harmonies of #AD1673
Complementary color
Monochromatic Colors of #AD1673
Black with #AD1673
Text Example
Text Example
White with #AD1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1673; }
p { color: rgb(173,22,115); }
H1.HeaderClassName
{
color: #AD1673;
}
.AnyTagClassName
{
color: #AD1673;
}
</style>
background-color css
<style>
a { background-color: #AD1673; }
a { background-color: rgb(173,22,115); }
div.DivClassName
{
background-color: #AD1673;
}
.BgClassName
{
background-color: #AD1673;
}
</style>
border-color css
<style>
span { border-color: #AD1673; }
span { border-color: rgb(173,22,115); }
td.TdClassName
{
border-color: #AD1673;
}
.TagClassName
{
border-color: #AD1673;
}
</style>