Shades of Jazzberry Jam #AD0863
Tints of Jazzberry Jam #AD0863
RGB
CMYK
RGB Variations
Color information
#AD0863 (or 0xAD0863) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 63. RGB value is (173,8,99). Sum of RGB (Red+Green+Blue) = 173+8+99=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0863 is #52F79C. Grayscale: #434343. Windows color (decimal): -5437341 or 6490285. OLE color: 6490285.
HSL color Cylindrical-coordinate representation of color #AD0863: hue angle of 326.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0863 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 99 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.32 |
| HSL | 326.91º | 0.91% | 0.35% | - |
| HSV(B) | 326.91º | 0.95% | 0.68% | - |
| XYZ | 19.57 | 9.96 | 12.7 | - |
| YUV | 67.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 99 | 0 | 0.95 | 0.43 | 0.32 | 326.91 | 0.91 | 0.35 |
| Hex | AD | 8 | 63 | 0 | 5F | 2B | 20 | 147 | 5B | 23 |
| Octal | 255 | 10 | 143 | 0 | 137 | 53 | 40 | 507 | 133 | 43 |
| Binary | 10101101 | 1000 | 1100011 | 0 | 1011111 | 101011 | 100000 | 101000111 | 1011011 | 100011 |
Color Harmonies of #AD0863
Complementary color
Monochromatic Colors of #AD0863
Black with #AD0863
Text Example
Text Example
White with #AD0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0863; }
p { color: rgb(173,8,99); }
H1.HeaderClassName
{
color: #AD0863;
}
.AnyTagClassName
{
color: #AD0863;
}
</style>
background-color css
<style>
a { background-color: #AD0863; }
a { background-color: rgb(173,8,99); }
div.DivClassName
{
background-color: #AD0863;
}
.BgClassName
{
background-color: #AD0863;
}
</style>
border-color css
<style>
span { border-color: #AD0863; }
span { border-color: rgb(173,8,99); }
td.TdClassName
{
border-color: #AD0863;
}
.TagClassName
{
border-color: #AD0863;
}
</style>