Shades of Jazzberry Jam #AD0459
Tints of Jazzberry Jam #AD0459
RGB
CMYK
RGB Variations
Color information
#AD0459 (or 0xAD0459) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 59. RGB value is (173,4,89). Sum of RGB (Red+Green+Blue) = 173+4+89=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0459 is #52FBA6. Grayscale: #404040. Windows color (decimal): -5438375 or 5833901. OLE color: 5833901.
HSL color Cylindrical-coordinate representation of color #AD0459: hue angle of 329.82º degrees, saturation: 0.95, 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 #AD0459 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 89 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.32 |
| HSL | 329.82º | 0.95% | 0.35% | - |
| HSV(B) | 329.82º | 0.98% | 0.68% | - |
| XYZ | 19.08 | 9.69 | 10.32 | - |
| YUV | 64.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 89 | 0 | 0.98 | 0.49 | 0.32 | 329.82 | 0.95 | 0.35 |
| Hex | AD | 4 | 59 | 0 | 62 | 31 | 20 | 14A | 5F | 23 |
| Octal | 255 | 4 | 131 | 0 | 142 | 61 | 40 | 512 | 137 | 43 |
| Binary | 10101101 | 100 | 1011001 | 0 | 1100010 | 110001 | 100000 | 101001010 | 1011111 | 100011 |
Color Harmonies of #AD0459
Complementary color
Monochromatic Colors of #AD0459
Black with #AD0459
Text Example
Text Example
White with #AD0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0459; }
p { color: rgb(173,4,89); }
H1.HeaderClassName
{
color: #AD0459;
}
.AnyTagClassName
{
color: #AD0459;
}
</style>
background-color css
<style>
a { background-color: #AD0459; }
a { background-color: rgb(173,4,89); }
div.DivClassName
{
background-color: #AD0459;
}
.BgClassName
{
background-color: #AD0459;
}
</style>
border-color css
<style>
span { border-color: #AD0459; }
span { border-color: rgb(173,4,89); }
td.TdClassName
{
border-color: #AD0459;
}
.TagClassName
{
border-color: #AD0459;
}
</style>