Shades of Jazzberry Jam #AD1271
Tints of Jazzberry Jam #AD1271
RGB
CMYK
RGB Variations
Color information
#AD1271 (or 0xAD1271) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 71. RGB value is (173,18,113). Sum of RGB (Red+Green+Blue) = 173+18+113=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1271 is #52ED8E. Grayscale: #4A4A4A. Windows color (decimal): -5434767 or 7410349. OLE color: 7410349.
HSL color Cylindrical-coordinate representation of color #AD1271: hue angle of 323.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1271 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 113 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.32 |
| HSL | 323.23º | 0.81% | 0.37% | - |
| HSV(B) | 323.23º | 0.9% | 0.68% | - |
| XYZ | 20.43 | 10.51 | 16.57 | - |
| YUV | 75.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 113 | 0 | 0.90 | 0.35 | 0.32 | 323.23 | 0.81 | 0.37 |
| Hex | AD | 12 | 71 | 0 | 5A | 23 | 20 | 143 | 51 | 25 |
| Octal | 255 | 22 | 161 | 0 | 132 | 43 | 40 | 503 | 121 | 45 |
| Binary | 10101101 | 10010 | 1110001 | 0 | 1011010 | 100011 | 100000 | 101000011 | 1010001 | 100101 |
Color Harmonies of #AD1271
Complementary color
Monochromatic Colors of #AD1271
Black with #AD1271
Text Example
Text Example
White with #AD1271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1271; }
p { color: rgb(173,18,113); }
H1.HeaderClassName
{
color: #AD1271;
}
.AnyTagClassName
{
color: #AD1271;
}
</style>
background-color css
<style>
a { background-color: #AD1271; }
a { background-color: rgb(173,18,113); }
div.DivClassName
{
background-color: #AD1271;
}
.BgClassName
{
background-color: #AD1271;
}
</style>
border-color css
<style>
span { border-color: #AD1271; }
span { border-color: rgb(173,18,113); }
td.TdClassName
{
border-color: #AD1271;
}
.TagClassName
{
border-color: #AD1271;
}
</style>