Shades of Jazzberry Jam #AD0547
Tints of Jazzberry Jam #AD0547
RGB
CMYK
RGB Variations
Color information
#AD0547 (or 0xAD0547) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 47. RGB value is (173,5,71). Sum of RGB (Red+Green+Blue) = 173+5+71=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0547 is #52FAB8. Grayscale: #3E3E3E. Windows color (decimal): -5438137 or 4654509. OLE color: 4654509.
HSL color Cylindrical-coordinate representation of color #AD0547: hue angle of 336.43º 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 #AD0547 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 71 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.32 |
| HSL | 336.43º | 0.94% | 0.35% | - |
| HSV(B) | 336.43º | 0.97% | 0.68% | - |
| XYZ | 18.43 | 9.45 | 6.81 | - |
| YUV | 62.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 71 | 0 | 0.97 | 0.59 | 0.32 | 336.43 | 0.94 | 0.35 |
| Hex | AD | 5 | 47 | 0 | 61 | 3B | 20 | 150 | 5E | 23 |
| Octal | 255 | 5 | 107 | 0 | 141 | 73 | 40 | 520 | 136 | 43 |
| Binary | 10101101 | 101 | 1000111 | 0 | 1100001 | 111011 | 100000 | 101010000 | 1011110 | 100011 |
Color Harmonies of #AD0547
Complementary color
Monochromatic Colors of #AD0547
Black with #AD0547
Text Example
Text Example
White with #AD0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0547; }
p { color: rgb(173,5,71); }
H1.HeaderClassName
{
color: #AD0547;
}
.AnyTagClassName
{
color: #AD0547;
}
</style>
background-color css
<style>
a { background-color: #AD0547; }
a { background-color: rgb(173,5,71); }
div.DivClassName
{
background-color: #AD0547;
}
.BgClassName
{
background-color: #AD0547;
}
</style>
border-color css
<style>
span { border-color: #AD0547; }
span { border-color: rgb(173,5,71); }
td.TdClassName
{
border-color: #AD0547;
}
.TagClassName
{
border-color: #AD0547;
}
</style>