Shades of Jazzberry Jam #AD0259
Tints of Jazzberry Jam #AD0259
RGB
CMYK
RGB Variations
Color information
#AD0259 (or 0xAD0259) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 59. RGB value is (173,2,89). Sum of RGB (Red+Green+Blue) = 173+2+89=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0259 is #52FDA6. Grayscale: #3E3E3E. Windows color (decimal): -5438887 or 5833389. OLE color: 5833389.
HSL color Cylindrical-coordinate representation of color #AD0259: hue angle of 329.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0259 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.32 |
| HSL | 329.47º | 0.98% | 0.34% | - |
| HSV(B) | 329.47º | 0.99% | 0.68% | - |
| XYZ | 19.06 | 9.65 | 10.31 | - |
| YUV | 63.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 89 | 0 | 0.99 | 0.49 | 0.32 | 329.47 | 0.98 | 0.34 |
| Hex | AD | 2 | 59 | 0 | 63 | 31 | 20 | 149 | 62 | 22 |
| Octal | 255 | 2 | 131 | 0 | 143 | 61 | 40 | 511 | 142 | 42 |
| Binary | 10101101 | 10 | 1011001 | 0 | 1100011 | 110001 | 100000 | 101001001 | 1100010 | 100010 |
Color Harmonies of #AD0259
Complementary color
Monochromatic Colors of #AD0259
Black with #AD0259
Text Example
Text Example
White with #AD0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0259; }
p { color: rgb(173,2,89); }
H1.HeaderClassName
{
color: #AD0259;
}
.AnyTagClassName
{
color: #AD0259;
}
</style>
background-color css
<style>
a { background-color: #AD0259; }
a { background-color: rgb(173,2,89); }
div.DivClassName
{
background-color: #AD0259;
}
.BgClassName
{
background-color: #AD0259;
}
</style>
border-color css
<style>
span { border-color: #AD0259; }
span { border-color: rgb(173,2,89); }
td.TdClassName
{
border-color: #AD0259;
}
.TagClassName
{
border-color: #AD0259;
}
</style>