Shades of Jazzberry Jam #AD1371
Tints of Jazzberry Jam #AD1371
RGB
CMYK
RGB Variations
Color information
#AD1371 (or 0xAD1371) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 71. RGB value is (173,19,113). Sum of RGB (Red+Green+Blue) = 173+19+113=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1371 is #52EC8E. Grayscale: #4B4B4B. Windows color (decimal): -5434511 or 7410605. OLE color: 7410605.
HSL color Cylindrical-coordinate representation of color #AD1371: hue angle of 323.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1371 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 113 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.32 |
| HSL | 323.38º | 0.8% | 0.38% | - |
| HSV(B) | 323.38º | 0.89% | 0.68% | - |
| XYZ | 20.45 | 10.54 | 16.58 | - |
| YUV | 75.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 113 | 0 | 0.89 | 0.35 | 0.32 | 323.38 | 0.8 | 0.38 |
| Hex | AD | 13 | 71 | 0 | 59 | 23 | 20 | 143 | 50 | 26 |
| Octal | 255 | 23 | 161 | 0 | 131 | 43 | 40 | 503 | 120 | 46 |
| Binary | 10101101 | 10011 | 1110001 | 0 | 1011001 | 100011 | 100000 | 101000011 | 1010000 | 100110 |
Color Harmonies of #AD1371
Complementary color
Monochromatic Colors of #AD1371
Black with #AD1371
Text Example
Text Example
White with #AD1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1371; }
p { color: rgb(173,19,113); }
H1.HeaderClassName
{
color: #AD1371;
}
.AnyTagClassName
{
color: #AD1371;
}
</style>
background-color css
<style>
a { background-color: #AD1371; }
a { background-color: rgb(173,19,113); }
div.DivClassName
{
background-color: #AD1371;
}
.BgClassName
{
background-color: #AD1371;
}
</style>
border-color css
<style>
span { border-color: #AD1371; }
span { border-color: rgb(173,19,113); }
td.TdClassName
{
border-color: #AD1371;
}
.TagClassName
{
border-color: #AD1371;
}
</style>