Shades of Jazzberry Jam #AD1D71
Tints of Jazzberry Jam #AD1D71
RGB
CMYK
RGB Variations
Color information
#AD1D71 (or 0xAD1D71) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 71. RGB value is (173,29,113). Sum of RGB (Red+Green+Blue) = 173+29+113=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D71 is #52E28E. Grayscale: #515151. Windows color (decimal): -5431951 or 7413165. OLE color: 7413165.
HSL color Cylindrical-coordinate representation of color #AD1D71: hue angle of 325º 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 #AD1D71 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 113 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.32 |
| HSL | 325º | 0.71% | 0.4% | - |
| HSV(B) | 325º | 0.83% | 0.68% | - |
| XYZ | 20.65 | 10.96 | 16.65 | - |
| YUV | 81.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 113 | 0 | 0.83 | 0.35 | 0.32 | 325 | 0.71 | 0.4 |
| Hex | AD | 1D | 71 | 0 | 53 | 23 | 20 | 145 | 47 | 28 |
| Octal | 255 | 35 | 161 | 0 | 123 | 43 | 40 | 505 | 107 | 50 |
| Binary | 10101101 | 11101 | 1110001 | 0 | 1010011 | 100011 | 100000 | 101000101 | 1000111 | 101000 |
Color Harmonies of #AD1D71
Complementary color
Monochromatic Colors of #AD1D71
Black with #AD1D71
Text Example
Text Example
White with #AD1D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D71; }
p { color: rgb(173,29,113); }
H1.HeaderClassName
{
color: #AD1D71;
}
.AnyTagClassName
{
color: #AD1D71;
}
</style>
background-color css
<style>
a { background-color: #AD1D71; }
a { background-color: rgb(173,29,113); }
div.DivClassName
{
background-color: #AD1D71;
}
.BgClassName
{
background-color: #AD1D71;
}
</style>
border-color css
<style>
span { border-color: #AD1D71; }
span { border-color: rgb(173,29,113); }
td.TdClassName
{
border-color: #AD1D71;
}
.TagClassName
{
border-color: #AD1D71;
}
</style>