Shades of Jazzberry Jam #AD1361
Tints of Jazzberry Jam #AD1361
RGB
CMYK
RGB Variations
Color information
#AD1361 (or 0xAD1361) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 61. RGB value is (173,19,97). Sum of RGB (Red+Green+Blue) = 173+19+97=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1361 is #52EC9E. Grayscale: #494949. Windows color (decimal): -5434527 or 6362029. OLE color: 6362029.
HSL color Cylindrical-coordinate representation of color #AD1361: hue angle of 329.61º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1361 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 97 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.32 |
| HSL | 329.61º | 0.8% | 0.38% | - |
| HSV(B) | 329.61º | 0.89% | 0.68% | - |
| XYZ | 19.62 | 10.21 | 12.25 | - |
| YUV | 73.94 | 141.02 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 97 | 0 | 0.89 | 0.44 | 0.32 | 329.61 | 0.8 | 0.38 |
| Hex | AD | 13 | 61 | 0 | 59 | 2C | 20 | 14A | 50 | 26 |
| Octal | 255 | 23 | 141 | 0 | 131 | 54 | 40 | 512 | 120 | 46 |
| Binary | 10101101 | 10011 | 1100001 | 0 | 1011001 | 101100 | 100000 | 101001010 | 1010000 | 100110 |
Color Harmonies of #AD1361
Complementary color
Monochromatic Colors of #AD1361
Black with #AD1361
Text Example
Text Example
White with #AD1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1361; }
p { color: rgb(173,19,97); }
H1.HeaderClassName
{
color: #AD1361;
}
.AnyTagClassName
{
color: #AD1361;
}
</style>
background-color css
<style>
a { background-color: #AD1361; }
a { background-color: rgb(173,19,97); }
div.DivClassName
{
background-color: #AD1361;
}
.BgClassName
{
background-color: #AD1361;
}
</style>
border-color css
<style>
span { border-color: #AD1361; }
span { border-color: rgb(173,19,97); }
td.TdClassName
{
border-color: #AD1361;
}
.TagClassName
{
border-color: #AD1361;
}
</style>