Shades of Jazzberry Jam #AD0552
Tints of Jazzberry Jam #AD0552
RGB
CMYK
RGB Variations
Color information
#AD0552 (or 0xAD0552) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 52. RGB value is (173,5,82). Sum of RGB (Red+Green+Blue) = 173+5+82=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0552 is #52FAAD. Grayscale: #3F3F3F. Windows color (decimal): -5438126 or 5375405. OLE color: 5375405.
HSL color Cylindrical-coordinate representation of color #AD0552: hue angle of 332.5º degrees, saturation: 0.94, 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 #AD0552 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 82 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.32 |
| HSL | 332.5º | 0.94% | 0.35% | - |
| HSV(B) | 332.5º | 0.97% | 0.68% | - |
| XYZ | 18.81 | 9.6 | 8.84 | - |
| YUV | 64.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 82 | 0 | 0.97 | 0.53 | 0.32 | 332.5 | 0.94 | 0.35 |
| Hex | AD | 5 | 52 | 0 | 61 | 35 | 20 | 14C | 5E | 23 |
| Octal | 255 | 5 | 122 | 0 | 141 | 65 | 40 | 514 | 136 | 43 |
| Binary | 10101101 | 101 | 1010010 | 0 | 1100001 | 110101 | 100000 | 101001100 | 1011110 | 100011 |
Color Harmonies of #AD0552
Complementary color
Monochromatic Colors of #AD0552
Black with #AD0552
Text Example
Text Example
White with #AD0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0552; }
p { color: rgb(173,5,82); }
H1.HeaderClassName
{
color: #AD0552;
}
.AnyTagClassName
{
color: #AD0552;
}
</style>
background-color css
<style>
a { background-color: #AD0552; }
a { background-color: rgb(173,5,82); }
div.DivClassName
{
background-color: #AD0552;
}
.BgClassName
{
background-color: #AD0552;
}
</style>
border-color css
<style>
span { border-color: #AD0552; }
span { border-color: rgb(173,5,82); }
td.TdClassName
{
border-color: #AD0552;
}
.TagClassName
{
border-color: #AD0552;
}
</style>