Shades of Jazzberry Jam #AD0659
Tints of Jazzberry Jam #AD0659
RGB
CMYK
RGB Variations
Color information
#AD0659 (or 0xAD0659) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 59. RGB value is (173,6,89). Sum of RGB (Red+Green+Blue) = 173+6+89=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0659 is #52F9A6. Grayscale: #414141. Windows color (decimal): -5437863 or 5834413. OLE color: 5834413.
HSL color Cylindrical-coordinate representation of color #AD0659: hue angle of 330.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0659 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.32 |
| HSL | 330.18º | 0.93% | 0.35% | - |
| HSV(B) | 330.18º | 0.97% | 0.68% | - |
| XYZ | 19.1 | 9.74 | 10.32 | - |
| YUV | 65.4 | 141.33 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 89 | 0 | 0.97 | 0.49 | 0.32 | 330.18 | 0.93 | 0.35 |
| Hex | AD | 6 | 59 | 0 | 61 | 31 | 20 | 14A | 5D | 23 |
| Octal | 255 | 6 | 131 | 0 | 141 | 61 | 40 | 512 | 135 | 43 |
| Binary | 10101101 | 110 | 1011001 | 0 | 1100001 | 110001 | 100000 | 101001010 | 1011101 | 100011 |
Color Harmonies of #AD0659
Complementary color
Monochromatic Colors of #AD0659
Black with #AD0659
Text Example
Text Example
White with #AD0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0659; }
p { color: rgb(173,6,89); }
H1.HeaderClassName
{
color: #AD0659;
}
.AnyTagClassName
{
color: #AD0659;
}
</style>
background-color css
<style>
a { background-color: #AD0659; }
a { background-color: rgb(173,6,89); }
div.DivClassName
{
background-color: #AD0659;
}
.BgClassName
{
background-color: #AD0659;
}
</style>
border-color css
<style>
span { border-color: #AD0659; }
span { border-color: rgb(173,6,89); }
td.TdClassName
{
border-color: #AD0659;
}
.TagClassName
{
border-color: #AD0659;
}
</style>