Shades of Jazzberry Jam #AD1362
Tints of Jazzberry Jam #AD1362
RGB
CMYK
RGB Variations
Color information
#AD1362 (or 0xAD1362) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 62. RGB value is (173,19,98). Sum of RGB (Red+Green+Blue) = 173+19+98=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1362 is #52EC9D. Grayscale: #494949. Windows color (decimal): -5434526 or 6427565. OLE color: 6427565.
HSL color Cylindrical-coordinate representation of color #AD1362: hue angle of 329.22º 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 #AD1362 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 98 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.32 |
| HSL | 329.22º | 0.8% | 0.38% | - |
| HSV(B) | 329.22º | 0.89% | 0.68% | - |
| XYZ | 19.67 | 10.23 | 12.49 | - |
| YUV | 74.05 | 141.52 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 98 | 0 | 0.89 | 0.43 | 0.32 | 329.22 | 0.8 | 0.38 |
| Hex | AD | 13 | 62 | 0 | 59 | 2B | 20 | 149 | 50 | 26 |
| Octal | 255 | 23 | 142 | 0 | 131 | 53 | 40 | 511 | 120 | 46 |
| Binary | 10101101 | 10011 | 1100010 | 0 | 1011001 | 101011 | 100000 | 101001001 | 1010000 | 100110 |
Color Harmonies of #AD1362
Complementary color
Monochromatic Colors of #AD1362
Black with #AD1362
Text Example
Text Example
White with #AD1362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1362; }
p { color: rgb(173,19,98); }
H1.HeaderClassName
{
color: #AD1362;
}
.AnyTagClassName
{
color: #AD1362;
}
</style>
background-color css
<style>
a { background-color: #AD1362; }
a { background-color: rgb(173,19,98); }
div.DivClassName
{
background-color: #AD1362;
}
.BgClassName
{
background-color: #AD1362;
}
</style>
border-color css
<style>
span { border-color: #AD1362; }
span { border-color: rgb(173,19,98); }
td.TdClassName
{
border-color: #AD1362;
}
.TagClassName
{
border-color: #AD1362;
}
</style>