Shades of Jazzberry Jam #AD0860
Tints of Jazzberry Jam #AD0860
RGB
CMYK
RGB Variations
Color information
#AD0860 (or 0xAD0860) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 60. RGB value is (173,8,96). Sum of RGB (Red+Green+Blue) = 173+8+96=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0860 is #52F79F. Grayscale: #434343. Windows color (decimal): -5437344 or 6293677. OLE color: 6293677.
HSL color Cylindrical-coordinate representation of color #AD0860: hue angle of 328º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0860 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 96 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.32 |
| HSL | 328º | 0.91% | 0.35% | - |
| HSV(B) | 328º | 0.95% | 0.68% | - |
| XYZ | 19.43 | 9.9 | 11.95 | - |
| YUV | 67.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 96 | 0 | 0.95 | 0.45 | 0.32 | 328 | 0.91 | 0.35 |
| Hex | AD | 8 | 60 | 0 | 5F | 2D | 20 | 148 | 5B | 23 |
| Octal | 255 | 10 | 140 | 0 | 137 | 55 | 40 | 510 | 133 | 43 |
| Binary | 10101101 | 1000 | 1100000 | 0 | 1011111 | 101101 | 100000 | 101001000 | 1011011 | 100011 |
Color Harmonies of #AD0860
Complementary color
Monochromatic Colors of #AD0860
Black with #AD0860
Text Example
Text Example
White with #AD0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0860; }
p { color: rgb(173,8,96); }
H1.HeaderClassName
{
color: #AD0860;
}
.AnyTagClassName
{
color: #AD0860;
}
</style>
background-color css
<style>
a { background-color: #AD0860; }
a { background-color: rgb(173,8,96); }
div.DivClassName
{
background-color: #AD0860;
}
.BgClassName
{
background-color: #AD0860;
}
</style>
border-color css
<style>
span { border-color: #AD0860; }
span { border-color: rgb(173,8,96); }
td.TdClassName
{
border-color: #AD0860;
}
.TagClassName
{
border-color: #AD0860;
}
</style>