Shades of Jazzberry Jam #AD0149
Tints of Jazzberry Jam #AD0149
RGB
CMYK
RGB Variations
Color information
#AD0149 (or 0xAD0149) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 49. RGB value is (173,1,73). Sum of RGB (Red+Green+Blue) = 173+1+73=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0149 is #52FEB6. Grayscale: #3C3C3C. Windows color (decimal): -5439159 or 4784557. OLE color: 4784557.
HSL color Cylindrical-coordinate representation of color #AD0149: hue angle of 334.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0149 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.32 |
| HSL | 334.88º | 0.99% | 0.34% | - |
| HSV(B) | 334.88º | 0.99% | 0.68% | - |
| XYZ | 18.45 | 9.39 | 7.14 | - |
| YUV | 60.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 73 | 0 | 0.99 | 0.58 | 0.32 | 334.88 | 0.99 | 0.34 |
| Hex | AD | 1 | 49 | 0 | 63 | 3A | 20 | 14F | 63 | 22 |
| Octal | 255 | 1 | 111 | 0 | 143 | 72 | 40 | 517 | 143 | 42 |
| Binary | 10101101 | 1 | 1001001 | 0 | 1100011 | 111010 | 100000 | 101001111 | 1100011 | 100010 |
Color Harmonies of #AD0149
Complementary color
Monochromatic Colors of #AD0149
Black with #AD0149
Text Example
Text Example
White with #AD0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0149; }
p { color: rgb(173,1,73); }
H1.HeaderClassName
{
color: #AD0149;
}
.AnyTagClassName
{
color: #AD0149;
}
</style>
background-color css
<style>
a { background-color: #AD0149; }
a { background-color: rgb(173,1,73); }
div.DivClassName
{
background-color: #AD0149;
}
.BgClassName
{
background-color: #AD0149;
}
</style>
border-color css
<style>
span { border-color: #AD0149; }
span { border-color: rgb(173,1,73); }
td.TdClassName
{
border-color: #AD0149;
}
.TagClassName
{
border-color: #AD0149;
}
</style>