Shades of Jazzberry Jam #AD0056
Tints of Jazzberry Jam #AD0056
RGB
CMYK
RGB Variations
Color information
#AD0056 (or 0xAD0056) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 56. RGB value is (173,0,86). Sum of RGB (Red+Green+Blue) = 173+0+86=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0056 is #52FFA9. Grayscale: #3D3D3D. Windows color (decimal): -5439402 or 5636269. OLE color: 5636269.
HSL color Cylindrical-coordinate representation of color #AD0056: hue angle of 330.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0056 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.50 | 0.32 |
| HSL | 330.17º | 1% | 0.34% | - |
| HSV(B) | 330.17º | 1% | 0.68% | - |
| XYZ | 18.91 | 9.56 | 9.65 | - |
| YUV | 61.53 | 141.81 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 86 | 0 | 1 | 0.50 | 0.32 | 330.17 | 1 | 0.34 |
| Hex | AD | 0 | 56 | 0 | 64 | 32 | 20 | 14A | 64 | 22 |
| Octal | 255 | 0 | 126 | 0 | 144 | 62 | 40 | 512 | 144 | 42 |
| Binary | 10101101 | 0 | 1010110 | 0 | 1100100 | 110010 | 100000 | 101001010 | 1100100 | 100010 |
Color Harmonies of #AD0056
Complementary color
Monochromatic Colors of #AD0056
Black with #AD0056
Text Example
Text Example
White with #AD0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0056; }
p { color: rgb(173,0,86); }
H1.HeaderClassName
{
color: #AD0056;
}
.AnyTagClassName
{
color: #AD0056;
}
</style>
background-color css
<style>
a { background-color: #AD0056; }
a { background-color: rgb(173,0,86); }
div.DivClassName
{
background-color: #AD0056;
}
.BgClassName
{
background-color: #AD0056;
}
</style>
border-color css
<style>
span { border-color: #AD0056; }
span { border-color: rgb(173,0,86); }
td.TdClassName
{
border-color: #AD0056;
}
.TagClassName
{
border-color: #AD0056;
}
</style>