Shades of Jazzberry Jam #AD1060
Tints of Jazzberry Jam #AD1060
RGB
CMYK
RGB Variations
Color information
#AD1060 (or 0xAD1060) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 60. RGB value is (173,16,96). Sum of RGB (Red+Green+Blue) = 173+16+96=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1060 is #52EF9F. Grayscale: #474747. Windows color (decimal): -5435296 or 6295725. OLE color: 6295725.
HSL color Cylindrical-coordinate representation of color #AD1060: hue angle of 329.43º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1060 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 96 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.32 |
| HSL | 329.43º | 0.83% | 0.37% | - |
| HSV(B) | 329.43º | 0.91% | 0.68% | - |
| XYZ | 19.53 | 10.1 | 11.99 | - |
| YUV | 72.06 | 141.51 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 96 | 0 | 0.91 | 0.45 | 0.32 | 329.43 | 0.83 | 0.37 |
| Hex | AD | 10 | 60 | 0 | 5B | 2D | 20 | 149 | 53 | 25 |
| Octal | 255 | 20 | 140 | 0 | 133 | 55 | 40 | 511 | 123 | 45 |
| Binary | 10101101 | 10000 | 1100000 | 0 | 1011011 | 101101 | 100000 | 101001001 | 1010011 | 100101 |
Color Harmonies of #AD1060
Complementary color
Monochromatic Colors of #AD1060
Black with #AD1060
Text Example
Text Example
White with #AD1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1060; }
p { color: rgb(173,16,96); }
H1.HeaderClassName
{
color: #AD1060;
}
.AnyTagClassName
{
color: #AD1060;
}
</style>
background-color css
<style>
a { background-color: #AD1060; }
a { background-color: rgb(173,16,96); }
div.DivClassName
{
background-color: #AD1060;
}
.BgClassName
{
background-color: #AD1060;
}
</style>
border-color css
<style>
span { border-color: #AD1060; }
span { border-color: rgb(173,16,96); }
td.TdClassName
{
border-color: #AD1060;
}
.TagClassName
{
border-color: #AD1060;
}
</style>