Shades of Jazzberry Jam #AD0562
Tints of Jazzberry Jam #AD0562
RGB
CMYK
RGB Variations
Color information
#AD0562 (or 0xAD0562) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 62. RGB value is (173,5,98). Sum of RGB (Red+Green+Blue) = 173+5+98=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0562 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0562 is #52FA9D. Grayscale: #414141. Windows color (decimal): -5438110 or 6423981. OLE color: 6423981.
HSL color Cylindrical-coordinate representation of color #AD0562: hue angle of 326.79º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0562 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.32 |
| HSL | 326.79º | 0.94% | 0.35% | - |
| HSV(B) | 326.79º | 0.97% | 0.68% | - |
| XYZ | 19.49 | 9.87 | 12.43 | - |
| YUV | 65.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 98 | 0 | 0.97 | 0.43 | 0.32 | 326.79 | 0.94 | 0.35 |
| Hex | AD | 5 | 62 | 0 | 61 | 2B | 20 | 147 | 5E | 23 |
| Octal | 255 | 5 | 142 | 0 | 141 | 53 | 40 | 507 | 136 | 43 |
| Binary | 10101101 | 101 | 1100010 | 0 | 1100001 | 101011 | 100000 | 101000111 | 1011110 | 100011 |
Color Harmonies of #AD0562
Complementary color
Monochromatic Colors of #AD0562
Black with #AD0562
Text Example
Text Example
White with #AD0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0562; }
p { color: rgb(173,5,98); }
H1.HeaderClassName
{
color: #AD0562;
}
.AnyTagClassName
{
color: #AD0562;
}
</style>
background-color css
<style>
a { background-color: #AD0562; }
a { background-color: rgb(173,5,98); }
div.DivClassName
{
background-color: #AD0562;
}
.BgClassName
{
background-color: #AD0562;
}
</style>
border-color css
<style>
span { border-color: #AD0562; }
span { border-color: rgb(173,5,98); }
td.TdClassName
{
border-color: #AD0562;
}
.TagClassName
{
border-color: #AD0562;
}
</style>