Shades of Jazzberry Jam #AD1563
Tints of Jazzberry Jam #AD1563
RGB
CMYK
RGB Variations
Color information
#AD1563 (or 0xAD1563) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 63. RGB value is (173,21,99). Sum of RGB (Red+Green+Blue) = 173+21+99=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1563 is #52EA9C. Grayscale: #4B4B4B. Windows color (decimal): -5434013 or 6493613. OLE color: 6493613.
HSL color Cylindrical-coordinate representation of color #AD1563: hue angle of 329.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1563 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 99 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.32 |
| HSL | 329.21º | 0.78% | 0.38% | - |
| HSV(B) | 329.21º | 0.88% | 0.68% | - |
| XYZ | 19.75 | 10.32 | 12.76 | - |
| YUV | 75.34 | 141.36 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 99 | 0 | 0.88 | 0.43 | 0.32 | 329.21 | 0.78 | 0.38 |
| Hex | AD | 15 | 63 | 0 | 58 | 2B | 20 | 149 | 4E | 26 |
| Octal | 255 | 25 | 143 | 0 | 130 | 53 | 40 | 511 | 116 | 46 |
| Binary | 10101101 | 10101 | 1100011 | 0 | 1011000 | 101011 | 100000 | 101001001 | 1001110 | 100110 |
Color Harmonies of #AD1563
Complementary color
Monochromatic Colors of #AD1563
Black with #AD1563
Text Example
Text Example
White with #AD1563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1563; }
p { color: rgb(173,21,99); }
H1.HeaderClassName
{
color: #AD1563;
}
.AnyTagClassName
{
color: #AD1563;
}
</style>
background-color css
<style>
a { background-color: #AD1563; }
a { background-color: rgb(173,21,99); }
div.DivClassName
{
background-color: #AD1563;
}
.BgClassName
{
background-color: #AD1563;
}
</style>
border-color css
<style>
span { border-color: #AD1563; }
span { border-color: rgb(173,21,99); }
td.TdClassName
{
border-color: #AD1563;
}
.TagClassName
{
border-color: #AD1563;
}
</style>