Shades of Jazzberry Jam #AD0247
Tints of Jazzberry Jam #AD0247
RGB
CMYK
RGB Variations
Color information
#AD0247 (or 0xAD0247) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 47. RGB value is (173,2,71). Sum of RGB (Red+Green+Blue) = 173+2+71=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0247 is #52FDB8. Grayscale: #3C3C3C. Windows color (decimal): -5438905 or 4653741. OLE color: 4653741.
HSL color Cylindrical-coordinate representation of color #AD0247: hue angle of 335.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0247 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.32 |
| HSL | 335.79º | 0.98% | 0.34% | - |
| HSV(B) | 335.79º | 0.99% | 0.68% | - |
| XYZ | 18.39 | 9.38 | 6.8 | - |
| YUV | 61 | 133.65 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 71 | 0 | 0.99 | 0.59 | 0.32 | 335.79 | 0.98 | 0.34 |
| Hex | AD | 2 | 47 | 0 | 63 | 3B | 20 | 150 | 62 | 22 |
| Octal | 255 | 2 | 107 | 0 | 143 | 73 | 40 | 520 | 142 | 42 |
| Binary | 10101101 | 10 | 1000111 | 0 | 1100011 | 111011 | 100000 | 101010000 | 1100010 | 100010 |
Color Harmonies of #AD0247
Complementary color
Monochromatic Colors of #AD0247
Black with #AD0247
Text Example
Text Example
White with #AD0247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0247; }
p { color: rgb(173,2,71); }
H1.HeaderClassName
{
color: #AD0247;
}
.AnyTagClassName
{
color: #AD0247;
}
</style>
background-color css
<style>
a { background-color: #AD0247; }
a { background-color: rgb(173,2,71); }
div.DivClassName
{
background-color: #AD0247;
}
.BgClassName
{
background-color: #AD0247;
}
</style>
border-color css
<style>
span { border-color: #AD0247; }
span { border-color: rgb(173,2,71); }
td.TdClassName
{
border-color: #AD0247;
}
.TagClassName
{
border-color: #AD0247;
}
</style>