Shades of Jazzberry Jam #AD2161
Tints of Jazzberry Jam #AD2161
RGB
CMYK
RGB Variations
Color information
#AD2161 (or 0xAD2161) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 61. RGB value is (173,33,97). Sum of RGB (Red+Green+Blue) = 173+33+97=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2161 is #52DE9E. Grayscale: #525252. Windows color (decimal): -5430943 or 6365613. OLE color: 6365613.
HSL color Cylindrical-coordinate representation of color #AD2161: hue angle of 332.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2161 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 97 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.32 |
| HSL | 332.57º | 0.68% | 0.4% | - |
| HSV(B) | 332.57º | 0.81% | 0.68% | - |
| XYZ | 19.94 | 10.84 | 12.35 | - |
| YUV | 82.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 97 | 0 | 0.81 | 0.44 | 0.32 | 332.57 | 0.68 | 0.4 |
| Hex | AD | 21 | 61 | 0 | 51 | 2C | 20 | 14D | 44 | 28 |
| Octal | 255 | 41 | 141 | 0 | 121 | 54 | 40 | 515 | 104 | 50 |
| Binary | 10101101 | 100001 | 1100001 | 0 | 1010001 | 101100 | 100000 | 101001101 | 1000100 | 101000 |
Color Harmonies of #AD2161
Complementary color
Monochromatic Colors of #AD2161
Black with #AD2161
Text Example
Text Example
White with #AD2161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2161; }
p { color: rgb(173,33,97); }
H1.HeaderClassName
{
color: #AD2161;
}
.AnyTagClassName
{
color: #AD2161;
}
</style>
background-color css
<style>
a { background-color: #AD2161; }
a { background-color: rgb(173,33,97); }
div.DivClassName
{
background-color: #AD2161;
}
.BgClassName
{
background-color: #AD2161;
}
</style>
border-color css
<style>
span { border-color: #AD2161; }
span { border-color: rgb(173,33,97); }
td.TdClassName
{
border-color: #AD2161;
}
.TagClassName
{
border-color: #AD2161;
}
</style>