Shades of Jazzberry Jam #AD0968
Tints of Jazzberry Jam #AD0968
RGB
CMYK
RGB Variations
Color information
#AD0968 (or 0xAD0968) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 68. RGB value is (173,9,104). Sum of RGB (Red+Green+Blue) = 173+9+104=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0968 is #52F697. Grayscale: #444444. Windows color (decimal): -5437080 or 6818221. OLE color: 6818221.
HSL color Cylindrical-coordinate representation of color #AD0968: hue angle of 325.24º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0968 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 104 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.32 |
| HSL | 325.24º | 0.9% | 0.36% | - |
| HSV(B) | 325.24º | 0.95% | 0.68% | - |
| XYZ | 19.83 | 10.08 | 14 | - |
| YUV | 68.87 | 147.83 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 104 | 0 | 0.95 | 0.40 | 0.32 | 325.24 | 0.9 | 0.36 |
| Hex | AD | 9 | 68 | 0 | 5F | 28 | 20 | 145 | 5A | 24 |
| Octal | 255 | 11 | 150 | 0 | 137 | 50 | 40 | 505 | 132 | 44 |
| Binary | 10101101 | 1001 | 1101000 | 0 | 1011111 | 101000 | 100000 | 101000101 | 1011010 | 100100 |
Color Harmonies of #AD0968
Complementary color
Monochromatic Colors of #AD0968
Black with #AD0968
Text Example
Text Example
White with #AD0968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0968; }
p { color: rgb(173,9,104); }
H1.HeaderClassName
{
color: #AD0968;
}
.AnyTagClassName
{
color: #AD0968;
}
</style>
background-color css
<style>
a { background-color: #AD0968; }
a { background-color: rgb(173,9,104); }
div.DivClassName
{
background-color: #AD0968;
}
.BgClassName
{
background-color: #AD0968;
}
</style>
border-color css
<style>
span { border-color: #AD0968; }
span { border-color: rgb(173,9,104); }
td.TdClassName
{
border-color: #AD0968;
}
.TagClassName
{
border-color: #AD0968;
}
</style>