Shades of Jazzberry Jam #AD0B60
Tints of Jazzberry Jam #AD0B60
RGB
CMYK
RGB Variations
Color information
#AD0B60 (or 0xAD0B60) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 60. RGB value is (173,11,96). Sum of RGB (Red+Green+Blue) = 173+11+96=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B60 is #52F49F. Grayscale: #444444. Windows color (decimal): -5436576 or 6294445. OLE color: 6294445.
HSL color Cylindrical-coordinate representation of color #AD0B60: hue angle of 328.52º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B60 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 11 | 96 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.32 |
| HSL | 328.52º | 0.88% | 0.36% | - |
| HSV(B) | 328.52º | 0.94% | 0.68% | - |
| XYZ | 19.46 | 9.97 | 11.96 | - |
| YUV | 69.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 96 | 0 | 0.94 | 0.45 | 0.32 | 328.52 | 0.88 | 0.36 |
| Hex | AD | B | 60 | 0 | 5E | 2D | 20 | 149 | 58 | 24 |
| Octal | 255 | 13 | 140 | 0 | 136 | 55 | 40 | 511 | 130 | 44 |
| Binary | 10101101 | 1011 | 1100000 | 0 | 1011110 | 101101 | 100000 | 101001001 | 1011000 | 100100 |
Color Harmonies of #AD0B60
Complementary color
Monochromatic Colors of #AD0B60
Black with #AD0B60
Text Example
Text Example
White with #AD0B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0B60; }
p { color: rgb(173,11,96); }
H1.HeaderClassName
{
color: #AD0B60;
}
.AnyTagClassName
{
color: #AD0B60;
}
</style>
background-color css
<style>
a { background-color: #AD0B60; }
a { background-color: rgb(173,11,96); }
div.DivClassName
{
background-color: #AD0B60;
}
.BgClassName
{
background-color: #AD0B60;
}
</style>
border-color css
<style>
span { border-color: #AD0B60; }
span { border-color: rgb(173,11,96); }
td.TdClassName
{
border-color: #AD0B60;
}
.TagClassName
{
border-color: #AD0B60;
}
</style>