Shades of Jazzberry Jam #AD1863
Tints of Jazzberry Jam #AD1863
RGB
CMYK
RGB Variations
Color information
#AD1863 (or 0xAD1863) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 63. RGB value is (173,24,99). Sum of RGB (Red+Green+Blue) = 173+24+99=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1863 is #52E79C. Grayscale: #4C4C4C. Windows color (decimal): -5433245 or 6494381. OLE color: 6494381.
HSL color Cylindrical-coordinate representation of color #AD1863: hue angle of 329.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1863 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 99 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.32 |
| HSL | 329.8º | 0.76% | 0.39% | - |
| HSV(B) | 329.8º | 0.86% | 0.68% | - |
| XYZ | 19.81 | 10.44 | 12.77 | - |
| YUV | 77.1 | 140.36 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 99 | 0 | 0.86 | 0.43 | 0.32 | 329.8 | 0.76 | 0.39 |
| Hex | AD | 18 | 63 | 0 | 56 | 2B | 20 | 14A | 4C | 27 |
| Octal | 255 | 30 | 143 | 0 | 126 | 53 | 40 | 512 | 114 | 47 |
| Binary | 10101101 | 11000 | 1100011 | 0 | 1010110 | 101011 | 100000 | 101001010 | 1001100 | 100111 |
Color Harmonies of #AD1863
Complementary color
Monochromatic Colors of #AD1863
Black with #AD1863
Text Example
Text Example
White with #AD1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1863; }
p { color: rgb(173,24,99); }
H1.HeaderClassName
{
color: #AD1863;
}
.AnyTagClassName
{
color: #AD1863;
}
</style>
background-color css
<style>
a { background-color: #AD1863; }
a { background-color: rgb(173,24,99); }
div.DivClassName
{
background-color: #AD1863;
}
.BgClassName
{
background-color: #AD1863;
}
</style>
border-color css
<style>
span { border-color: #AD1863; }
span { border-color: rgb(173,24,99); }
td.TdClassName
{
border-color: #AD1863;
}
.TagClassName
{
border-color: #AD1863;
}
</style>