Shades of Jazzberry Jam #AD1654
Tints of Jazzberry Jam #AD1654
RGB
CMYK
RGB Variations
Color information
#AD1654 (or 0xAD1654) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 54. RGB value is (173,22,84). Sum of RGB (Red+Green+Blue) = 173+22+84=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1654 is #52E9AB. Grayscale: #4A4A4A. Windows color (decimal): -5433772 or 5510829. OLE color: 5510829.
HSL color Cylindrical-coordinate representation of color #AD1654: hue angle of 335.36º 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 #AD1654 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 84 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.32 |
| HSL | 335.36º | 0.77% | 0.38% | - |
| HSV(B) | 335.36º | 0.87% | 0.68% | - |
| XYZ | 19.12 | 10.1 | 9.33 | - |
| YUV | 74.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 84 | 0 | 0.87 | 0.51 | 0.32 | 335.36 | 0.77 | 0.38 |
| Hex | AD | 16 | 54 | 0 | 57 | 33 | 20 | 14F | 4D | 26 |
| Octal | 255 | 26 | 124 | 0 | 127 | 63 | 40 | 517 | 115 | 46 |
| Binary | 10101101 | 10110 | 1010100 | 0 | 1010111 | 110011 | 100000 | 101001111 | 1001101 | 100110 |
Color Harmonies of #AD1654
Complementary color
Monochromatic Colors of #AD1654
Black with #AD1654
Text Example
Text Example
White with #AD1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1654; }
p { color: rgb(173,22,84); }
H1.HeaderClassName
{
color: #AD1654;
}
.AnyTagClassName
{
color: #AD1654;
}
</style>
background-color css
<style>
a { background-color: #AD1654; }
a { background-color: rgb(173,22,84); }
div.DivClassName
{
background-color: #AD1654;
}
.BgClassName
{
background-color: #AD1654;
}
</style>
border-color css
<style>
span { border-color: #AD1654; }
span { border-color: rgb(173,22,84); }
td.TdClassName
{
border-color: #AD1654;
}
.TagClassName
{
border-color: #AD1654;
}
</style>