Shades of Jazzberry Jam #AD165E
Tints of Jazzberry Jam #AD165E
RGB
CMYK
RGB Variations
Color information
#AD165E (or 0xAD165E) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 5E. RGB value is (173,22,94). Sum of RGB (Red+Green+Blue) = 173+22+94=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD165E is #52E9A1. Grayscale: #4B4B4B. Windows color (decimal): -5433762 or 6166189. OLE color: 6166189.
HSL color Cylindrical-coordinate representation of color #AD165E: hue angle of 331.39º 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 #AD165E is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 94 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.32 |
| HSL | 331.39º | 0.77% | 0.38% | - |
| HSV(B) | 331.39º | 0.87% | 0.68% | - |
| XYZ | 19.54 | 10.27 | 11.54 | - |
| YUV | 75.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 94 | 0 | 0.87 | 0.46 | 0.32 | 331.39 | 0.77 | 0.38 |
| Hex | AD | 16 | 5E | 0 | 57 | 2E | 20 | 14B | 4D | 26 |
| Octal | 255 | 26 | 136 | 0 | 127 | 56 | 40 | 513 | 115 | 46 |
| Binary | 10101101 | 10110 | 1011110 | 0 | 1010111 | 101110 | 100000 | 101001011 | 1001101 | 100110 |
Color Harmonies of #AD165E
Complementary color
Monochromatic Colors of #AD165E
Black with #AD165E
Text Example
Text Example
White with #AD165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD165E; }
p { color: rgb(173,22,94); }
H1.HeaderClassName
{
color: #AD165E;
}
.AnyTagClassName
{
color: #AD165E;
}
</style>
background-color css
<style>
a { background-color: #AD165E; }
a { background-color: rgb(173,22,94); }
div.DivClassName
{
background-color: #AD165E;
}
.BgClassName
{
background-color: #AD165E;
}
</style>
border-color css
<style>
span { border-color: #AD165E; }
span { border-color: rgb(173,22,94); }
td.TdClassName
{
border-color: #AD165E;
}
.TagClassName
{
border-color: #AD165E;
}
</style>