Shades of Jazzberry Jam #AD0360
Tints of Jazzberry Jam #AD0360
RGB
CMYK
RGB Variations
Color information
#AD0360 (or 0xAD0360) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 60. RGB value is (173,3,96). Sum of RGB (Red+Green+Blue) = 173+3+96=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0360 is #52FC9F. Grayscale: #404040. Windows color (decimal): -5438624 or 6292397. OLE color: 6292397.
HSL color Cylindrical-coordinate representation of color #AD0360: hue angle of 327.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0360 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.32 |
| HSL | 327.18º | 0.97% | 0.35% | - |
| HSV(B) | 327.18º | 0.98% | 0.68% | - |
| XYZ | 19.38 | 9.79 | 11.94 | - |
| YUV | 64.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 96 | 0 | 0.98 | 0.45 | 0.32 | 327.18 | 0.97 | 0.35 |
| Hex | AD | 3 | 60 | 0 | 62 | 2D | 20 | 147 | 61 | 23 |
| Octal | 255 | 3 | 140 | 0 | 142 | 55 | 40 | 507 | 141 | 43 |
| Binary | 10101101 | 11 | 1100000 | 0 | 1100010 | 101101 | 100000 | 101000111 | 1100001 | 100011 |
Color Harmonies of #AD0360
Complementary color
Monochromatic Colors of #AD0360
Black with #AD0360
Text Example
Text Example
White with #AD0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0360; }
p { color: rgb(173,3,96); }
H1.HeaderClassName
{
color: #AD0360;
}
.AnyTagClassName
{
color: #AD0360;
}
</style>
background-color css
<style>
a { background-color: #AD0360; }
a { background-color: rgb(173,3,96); }
div.DivClassName
{
background-color: #AD0360;
}
.BgClassName
{
background-color: #AD0360;
}
</style>
border-color css
<style>
span { border-color: #AD0360; }
span { border-color: rgb(173,3,96); }
td.TdClassName
{
border-color: #AD0360;
}
.TagClassName
{
border-color: #AD0360;
}
</style>