Shades of Jazzberry Jam #AD174E
Tints of Jazzberry Jam #AD174E
RGB
CMYK
RGB Variations
Color information
#AD174E (or 0xAD174E) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 4E. RGB value is (173,23,78). Sum of RGB (Red+Green+Blue) = 173+23+78=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD174E is #52E8B1. Grayscale: #4A4A4A. Windows color (decimal): -5433522 or 5117869. OLE color: 5117869.
HSL color Cylindrical-coordinate representation of color #AD174E: hue angle of 338º 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 #AD174E is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 78 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.32 |
| HSL | 338º | 0.77% | 0.38% | - |
| HSV(B) | 338º | 0.87% | 0.68% | - |
| XYZ | 18.92 | 10.05 | 8.15 | - |
| YUV | 74.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 78 | 0 | 0.87 | 0.55 | 0.32 | 338 | 0.77 | 0.38 |
| Hex | AD | 17 | 4E | 0 | 57 | 37 | 20 | 152 | 4D | 26 |
| Octal | 255 | 27 | 116 | 0 | 127 | 67 | 40 | 522 | 115 | 46 |
| Binary | 10101101 | 10111 | 1001110 | 0 | 1010111 | 110111 | 100000 | 101010010 | 1001101 | 100110 |
Color Harmonies of #AD174E
Complementary color
Monochromatic Colors of #AD174E
Black with #AD174E
Text Example
Text Example
White with #AD174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD174E; }
p { color: rgb(173,23,78); }
H1.HeaderClassName
{
color: #AD174E;
}
.AnyTagClassName
{
color: #AD174E;
}
</style>
background-color css
<style>
a { background-color: #AD174E; }
a { background-color: rgb(173,23,78); }
div.DivClassName
{
background-color: #AD174E;
}
.BgClassName
{
background-color: #AD174E;
}
</style>
border-color css
<style>
span { border-color: #AD174E; }
span { border-color: rgb(173,23,78); }
td.TdClassName
{
border-color: #AD174E;
}
.TagClassName
{
border-color: #AD174E;
}
</style>