Shades of Jazzberry Jam #AD0046
Tints of Jazzberry Jam #AD0046
RGB
CMYK
RGB Variations
Color information
#AD0046 (or 0xAD0046) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 46. RGB value is (173,0,70). Sum of RGB (Red+Green+Blue) = 173+0+70=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0046 is #52FFB9. Grayscale: #3B3B3B. Windows color (decimal): -5439418 or 4587693. OLE color: 4587693.
HSL color Cylindrical-coordinate representation of color #AD0046: hue angle of 335.72º 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 #AD0046 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.60 | 0.32 |
| HSL | 335.72º | 1% | 0.34% | - |
| HSV(B) | 335.72º | 1% | 0.68% | - |
| XYZ | 18.34 | 9.33 | 6.63 | - |
| YUV | 59.71 | 133.81 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 70 | 0 | 1 | 0.60 | 0.32 | 335.72 | 1 | 0.34 |
| Hex | AD | 0 | 46 | 0 | 64 | 3C | 20 | 150 | 64 | 22 |
| Octal | 255 | 0 | 106 | 0 | 144 | 74 | 40 | 520 | 144 | 42 |
| Binary | 10101101 | 0 | 1000110 | 0 | 1100100 | 111100 | 100000 | 101010000 | 1100100 | 100010 |
Color Harmonies of #AD0046
Complementary color
Monochromatic Colors of #AD0046
Black with #AD0046
Text Example
Text Example
White with #AD0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0046; }
p { color: rgb(173,0,70); }
H1.HeaderClassName
{
color: #AD0046;
}
.AnyTagClassName
{
color: #AD0046;
}
</style>
background-color css
<style>
a { background-color: #AD0046; }
a { background-color: rgb(173,0,70); }
div.DivClassName
{
background-color: #AD0046;
}
.BgClassName
{
background-color: #AD0046;
}
</style>
border-color css
<style>
span { border-color: #AD0046; }
span { border-color: rgb(173,0,70); }
td.TdClassName
{
border-color: #AD0046;
}
.TagClassName
{
border-color: #AD0046;
}
</style>