Shades of Jazzberry Jam #AD0570
Tints of Jazzberry Jam #AD0570
RGB
CMYK
RGB Variations
Color information
#AD0570 (or 0xAD0570) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 70. RGB value is (173,5,112). Sum of RGB (Red+Green+Blue) = 173+5+112=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0570 is #52FA8F. Grayscale: #434343. Windows color (decimal): -5438096 or 7341485. OLE color: 7341485.
HSL color Cylindrical-coordinate representation of color #AD0570: hue angle of 321.79º 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 #AD0570 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.32 |
| HSL | 321.79º | 0.94% | 0.35% | - |
| HSV(B) | 321.79º | 0.97% | 0.68% | - |
| XYZ | 20.21 | 10.16 | 16.23 | - |
| YUV | 67.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 112 | 0 | 0.97 | 0.35 | 0.32 | 321.79 | 0.94 | 0.35 |
| Hex | AD | 5 | 70 | 0 | 61 | 23 | 20 | 142 | 5E | 23 |
| Octal | 255 | 5 | 160 | 0 | 141 | 43 | 40 | 502 | 136 | 43 |
| Binary | 10101101 | 101 | 1110000 | 0 | 1100001 | 100011 | 100000 | 101000010 | 1011110 | 100011 |
Color Harmonies of #AD0570
Complementary color
Monochromatic Colors of #AD0570
Black with #AD0570
Text Example
Text Example
White with #AD0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0570; }
p { color: rgb(173,5,112); }
H1.HeaderClassName
{
color: #AD0570;
}
.AnyTagClassName
{
color: #AD0570;
}
</style>
background-color css
<style>
a { background-color: #AD0570; }
a { background-color: rgb(173,5,112); }
div.DivClassName
{
background-color: #AD0570;
}
.BgClassName
{
background-color: #AD0570;
}
</style>
border-color css
<style>
span { border-color: #AD0570; }
span { border-color: rgb(173,5,112); }
td.TdClassName
{
border-color: #AD0570;
}
.TagClassName
{
border-color: #AD0570;
}
</style>