Shades of Jazzberry Jam #AD165F
Tints of Jazzberry Jam #AD165F
RGB
CMYK
RGB Variations
Color information
#AD165F (or 0xAD165F) is known color: Jazzberry Jam. HEX triplet: AD, 16 and 5F. RGB value is (173,22,95). Sum of RGB (Red+Green+Blue) = 173+22+95=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD165F is #52E9A0. Grayscale: #4B4B4B. Windows color (decimal): -5433761 or 6231725. OLE color: 6231725.
HSL color Cylindrical-coordinate representation of color #AD165F: hue angle of 330.99º 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 #AD165F is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 95 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.32 |
| HSL | 330.99º | 0.77% | 0.38% | - |
| HSV(B) | 330.99º | 0.87% | 0.68% | - |
| XYZ | 19.59 | 10.28 | 11.78 | - |
| YUV | 75.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 95 | 0 | 0.87 | 0.45 | 0.32 | 330.99 | 0.77 | 0.38 |
| Hex | AD | 16 | 5F | 0 | 57 | 2D | 20 | 14B | 4D | 26 |
| Octal | 255 | 26 | 137 | 0 | 127 | 55 | 40 | 513 | 115 | 46 |
| Binary | 10101101 | 10110 | 1011111 | 0 | 1010111 | 101101 | 100000 | 101001011 | 1001101 | 100110 |
Color Harmonies of #AD165F
Complementary color
Monochromatic Colors of #AD165F
Black with #AD165F
Text Example
Text Example
White with #AD165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD165F; }
p { color: rgb(173,22,95); }
H1.HeaderClassName
{
color: #AD165F;
}
.AnyTagClassName
{
color: #AD165F;
}
</style>
background-color css
<style>
a { background-color: #AD165F; }
a { background-color: rgb(173,22,95); }
div.DivClassName
{
background-color: #AD165F;
}
.BgClassName
{
background-color: #AD165F;
}
</style>
border-color css
<style>
span { border-color: #AD165F; }
span { border-color: rgb(173,22,95); }
td.TdClassName
{
border-color: #AD165F;
}
.TagClassName
{
border-color: #AD165F;
}
</style>