Shades of Jazzberry Jam #AD0050
Tints of Jazzberry Jam #AD0050
RGB
CMYK
RGB Variations
Color information
#AD0050 (or 0xAD0050) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 50. RGB value is (173,0,80). Sum of RGB (Red+Green+Blue) = 173+0+80=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0050 is #52FFAF. Grayscale: #3C3C3C. Windows color (decimal): -5439408 or 5243053. OLE color: 5243053.
HSL color Cylindrical-coordinate representation of color #AD0050: hue angle of 332.25º 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 #AD0050 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.54 | 0.32 |
| HSL | 332.25º | 1% | 0.34% | - |
| HSV(B) | 332.25º | 1% | 0.68% | - |
| XYZ | 18.68 | 9.46 | 8.43 | - |
| YUV | 60.85 | 138.81 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 80 | 0 | 1 | 0.54 | 0.32 | 332.25 | 1 | 0.34 |
| Hex | AD | 0 | 50 | 0 | 64 | 36 | 20 | 14C | 64 | 22 |
| Octal | 255 | 0 | 120 | 0 | 144 | 66 | 40 | 514 | 144 | 42 |
| Binary | 10101101 | 0 | 1010000 | 0 | 1100100 | 110110 | 100000 | 101001100 | 1100100 | 100010 |
Color Harmonies of #AD0050
Complementary color
Monochromatic Colors of #AD0050
Black with #AD0050
Text Example
Text Example
White with #AD0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0050; }
p { color: rgb(173,0,80); }
H1.HeaderClassName
{
color: #AD0050;
}
.AnyTagClassName
{
color: #AD0050;
}
</style>
background-color css
<style>
a { background-color: #AD0050; }
a { background-color: rgb(173,0,80); }
div.DivClassName
{
background-color: #AD0050;
}
.BgClassName
{
background-color: #AD0050;
}
</style>
border-color css
<style>
span { border-color: #AD0050; }
span { border-color: rgb(173,0,80); }
td.TdClassName
{
border-color: #AD0050;
}
.TagClassName
{
border-color: #AD0050;
}
</style>