Shades of Jazzberry Jam #AD0361
Tints of Jazzberry Jam #AD0361
RGB
CMYK
RGB Variations
Color information
#AD0361 (or 0xAD0361) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 61. RGB value is (173,3,97). Sum of RGB (Red+Green+Blue) = 173+3+97=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0361 is #52FC9E. Grayscale: #404040. Windows color (decimal): -5438623 or 6357933. OLE color: 6357933.
HSL color Cylindrical-coordinate representation of color #AD0361: hue angle of 326.82º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0361 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 97 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.32 |
| HSL | 326.82º | 0.97% | 0.35% | - |
| HSV(B) | 326.82º | 0.98% | 0.68% | - |
| XYZ | 19.42 | 9.81 | 12.18 | - |
| YUV | 64.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 97 | 0 | 0.98 | 0.44 | 0.32 | 326.82 | 0.97 | 0.35 |
| Hex | AD | 3 | 61 | 0 | 62 | 2C | 20 | 147 | 61 | 23 |
| Octal | 255 | 3 | 141 | 0 | 142 | 54 | 40 | 507 | 141 | 43 |
| Binary | 10101101 | 11 | 1100001 | 0 | 1100010 | 101100 | 100000 | 101000111 | 1100001 | 100011 |
Color Harmonies of #AD0361
Complementary color
Monochromatic Colors of #AD0361
Black with #AD0361
Text Example
Text Example
White with #AD0361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0361; }
p { color: rgb(173,3,97); }
H1.HeaderClassName
{
color: #AD0361;
}
.AnyTagClassName
{
color: #AD0361;
}
</style>
background-color css
<style>
a { background-color: #AD0361; }
a { background-color: rgb(173,3,97); }
div.DivClassName
{
background-color: #AD0361;
}
.BgClassName
{
background-color: #AD0361;
}
</style>
border-color css
<style>
span { border-color: #AD0361; }
span { border-color: rgb(173,3,97); }
td.TdClassName
{
border-color: #AD0361;
}
.TagClassName
{
border-color: #AD0361;
}
</style>