Shades of Jazzberry Jam #AD165C
Tints of Jazzberry Jam #AD165C
RGB
CMYK
RGB Variations
Color information
#AD165C (or 0xAD165C) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 5C. RGB value is (173,22,92). Sum of RGB (Red+Green+Blue) = 173+22+92=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD165C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD165C is #52E9A3. Grayscale: #4B4B4B. Windows color (decimal): -5433764 or 6035117. OLE color: 6035117.
HSL color Cylindrical-coordinate representation of color #AD165C: hue angle of 332.19º 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 #AD165C is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 92 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.32 |
| HSL | 332.19º | 0.77% | 0.38% | - |
| HSV(B) | 332.19º | 0.87% | 0.68% | - |
| XYZ | 19.45 | 10.23 | 11.07 | - |
| YUV | 75.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 92 | 0 | 0.87 | 0.47 | 0.32 | 332.19 | 0.77 | 0.38 |
| Hex | AD | 16 | 5C | 0 | 57 | 2F | 20 | 14C | 4D | 26 |
| Octal | 255 | 26 | 134 | 0 | 127 | 57 | 40 | 514 | 115 | 46 |
| Binary | 10101101 | 10110 | 1011100 | 0 | 1010111 | 101111 | 100000 | 101001100 | 1001101 | 100110 |
Color Harmonies of #AD165C
Complementary color
Monochromatic Colors of #AD165C
Black with #AD165C
Text Example
Text Example
White with #AD165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD165C; }
p { color: rgb(173,22,92); }
H1.HeaderClassName
{
color: #AD165C;
}
.AnyTagClassName
{
color: #AD165C;
}
</style>
background-color css
<style>
a { background-color: #AD165C; }
a { background-color: rgb(173,22,92); }
div.DivClassName
{
background-color: #AD165C;
}
.BgClassName
{
background-color: #AD165C;
}
</style>
border-color css
<style>
span { border-color: #AD165C; }
span { border-color: rgb(173,22,92); }
td.TdClassName
{
border-color: #AD165C;
}
.TagClassName
{
border-color: #AD165C;
}
</style>