Shades of Jazzberry Jam #AD1D70
Tints of Jazzberry Jam #AD1D70
RGB
CMYK
RGB Variations
Color information
#AD1D70 (or 0xAD1D70) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 70. RGB value is (173,29,112). Sum of RGB (Red+Green+Blue) = 173+29+112=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D70 is #52E28F. Grayscale: #515151. Windows color (decimal): -5431952 or 7347629. OLE color: 7347629.
HSL color Cylindrical-coordinate representation of color #AD1D70: hue angle of 325.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D70 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 112 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.32 |
| HSL | 325.42º | 0.71% | 0.4% | - |
| HSV(B) | 325.42º | 0.83% | 0.68% | - |
| XYZ | 20.6 | 10.93 | 16.35 | - |
| YUV | 81.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 112 | 0 | 0.83 | 0.35 | 0.32 | 325.42 | 0.71 | 0.4 |
| Hex | AD | 1D | 70 | 0 | 53 | 23 | 20 | 145 | 47 | 28 |
| Octal | 255 | 35 | 160 | 0 | 123 | 43 | 40 | 505 | 107 | 50 |
| Binary | 10101101 | 11101 | 1110000 | 0 | 1010011 | 100011 | 100000 | 101000101 | 1000111 | 101000 |
Color Harmonies of #AD1D70
Complementary color
Monochromatic Colors of #AD1D70
Black with #AD1D70
Text Example
Text Example
White with #AD1D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D70; }
p { color: rgb(173,29,112); }
H1.HeaderClassName
{
color: #AD1D70;
}
.AnyTagClassName
{
color: #AD1D70;
}
</style>
background-color css
<style>
a { background-color: #AD1D70; }
a { background-color: rgb(173,29,112); }
div.DivClassName
{
background-color: #AD1D70;
}
.BgClassName
{
background-color: #AD1D70;
}
</style>
border-color css
<style>
span { border-color: #AD1D70; }
span { border-color: rgb(173,29,112); }
td.TdClassName
{
border-color: #AD1D70;
}
.TagClassName
{
border-color: #AD1D70;
}
</style>