Shades of Jazzberry Jam #AD0652
Tints of Jazzberry Jam #AD0652
RGB
CMYK
RGB Variations
Color information
#AD0652 (or 0xAD0652) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 52. RGB value is (173,6,82). Sum of RGB (Red+Green+Blue) = 173+6+82=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0652 is #52F9AD. Grayscale: #404040. Windows color (decimal): -5437870 or 5375661. OLE color: 5375661.
HSL color Cylindrical-coordinate representation of color #AD0652: hue angle of 332.69º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0652 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 82 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.32 |
| HSL | 332.69º | 0.93% | 0.35% | - |
| HSV(B) | 332.69º | 0.97% | 0.68% | - |
| XYZ | 18.82 | 9.62 | 8.85 | - |
| YUV | 64.6 | 137.83 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 82 | 0 | 0.97 | 0.53 | 0.32 | 332.69 | 0.93 | 0.35 |
| Hex | AD | 6 | 52 | 0 | 61 | 35 | 20 | 14D | 5D | 23 |
| Octal | 255 | 6 | 122 | 0 | 141 | 65 | 40 | 515 | 135 | 43 |
| Binary | 10101101 | 110 | 1010010 | 0 | 1100001 | 110101 | 100000 | 101001101 | 1011101 | 100011 |
Color Harmonies of #AD0652
Complementary color
Monochromatic Colors of #AD0652
Black with #AD0652
Text Example
Text Example
White with #AD0652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0652; }
p { color: rgb(173,6,82); }
H1.HeaderClassName
{
color: #AD0652;
}
.AnyTagClassName
{
color: #AD0652;
}
</style>
background-color css
<style>
a { background-color: #AD0652; }
a { background-color: rgb(173,6,82); }
div.DivClassName
{
background-color: #AD0652;
}
.BgClassName
{
background-color: #AD0652;
}
</style>
border-color css
<style>
span { border-color: #AD0652; }
span { border-color: rgb(173,6,82); }
td.TdClassName
{
border-color: #AD0652;
}
.TagClassName
{
border-color: #AD0652;
}
</style>