Shades of Jazzberry Jam #AD0650
Tints of Jazzberry Jam #AD0650
RGB
CMYK
RGB Variations
Color information
#AD0650 (or 0xAD0650) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 50. RGB value is (173,6,80). Sum of RGB (Red+Green+Blue) = 173+6+80=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0650 is #52F9AF. Grayscale: #404040. Windows color (decimal): -5437872 or 5244589. OLE color: 5244589.
HSL color Cylindrical-coordinate representation of color #AD0650: hue angle of 333.41º degrees, saturation: 0.93, 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 #AD0650 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 80 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.32 |
| HSL | 333.41º | 0.93% | 0.35% | - |
| HSV(B) | 333.41º | 0.97% | 0.68% | - |
| XYZ | 18.75 | 9.59 | 8.45 | - |
| YUV | 64.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 80 | 0 | 0.97 | 0.54 | 0.32 | 333.41 | 0.93 | 0.35 |
| Hex | AD | 6 | 50 | 0 | 61 | 36 | 20 | 14D | 5D | 23 |
| Octal | 255 | 6 | 120 | 0 | 141 | 66 | 40 | 515 | 135 | 43 |
| Binary | 10101101 | 110 | 1010000 | 0 | 1100001 | 110110 | 100000 | 101001101 | 1011101 | 100011 |
Color Harmonies of #AD0650
Complementary color
Monochromatic Colors of #AD0650
Black with #AD0650
Text Example
Text Example
White with #AD0650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0650; }
p { color: rgb(173,6,80); }
H1.HeaderClassName
{
color: #AD0650;
}
.AnyTagClassName
{
color: #AD0650;
}
</style>
background-color css
<style>
a { background-color: #AD0650; }
a { background-color: rgb(173,6,80); }
div.DivClassName
{
background-color: #AD0650;
}
.BgClassName
{
background-color: #AD0650;
}
</style>
border-color css
<style>
span { border-color: #AD0650; }
span { border-color: rgb(173,6,80); }
td.TdClassName
{
border-color: #AD0650;
}
.TagClassName
{
border-color: #AD0650;
}
</style>