Shades of Jazzberry Jam #AD1156
Tints of Jazzberry Jam #AD1156
RGB
CMYK
RGB Variations
Color information
#AD1156 (or 0xAD1156) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 56. RGB value is (173,17,86). Sum of RGB (Red+Green+Blue) = 173+17+86=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1156 is #52EEA9. Grayscale: #474747. Windows color (decimal): -5435050 or 5640621. OLE color: 5640621.
HSL color Cylindrical-coordinate representation of color #AD1156: hue angle of 333.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1156 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 86 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.32 |
| HSL | 333.46º | 0.82% | 0.37% | - |
| HSV(B) | 333.46º | 0.9% | 0.68% | - |
| XYZ | 19.11 | 9.96 | 9.72 | - |
| YUV | 71.51 | 136.18 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 86 | 0 | 0.90 | 0.50 | 0.32 | 333.46 | 0.82 | 0.37 |
| Hex | AD | 11 | 56 | 0 | 5A | 32 | 20 | 14D | 52 | 25 |
| Octal | 255 | 21 | 126 | 0 | 132 | 62 | 40 | 515 | 122 | 45 |
| Binary | 10101101 | 10001 | 1010110 | 0 | 1011010 | 110010 | 100000 | 101001101 | 1010010 | 100101 |
Color Harmonies of #AD1156
Complementary color
Monochromatic Colors of #AD1156
Black with #AD1156
Text Example
Text Example
White with #AD1156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1156; }
p { color: rgb(173,17,86); }
H1.HeaderClassName
{
color: #AD1156;
}
.AnyTagClassName
{
color: #AD1156;
}
</style>
background-color css
<style>
a { background-color: #AD1156; }
a { background-color: rgb(173,17,86); }
div.DivClassName
{
background-color: #AD1156;
}
.BgClassName
{
background-color: #AD1156;
}
</style>
border-color css
<style>
span { border-color: #AD1156; }
span { border-color: rgb(173,17,86); }
td.TdClassName
{
border-color: #AD1156;
}
.TagClassName
{
border-color: #AD1156;
}
</style>