Shades of Jazzberry Jam #AD0663
Tints of Jazzberry Jam #AD0663
RGB
CMYK
RGB Variations
Color information
#AD0663 (or 0xAD0663) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 63. RGB value is (173,6,99). Sum of RGB (Red+Green+Blue) = 173+6+99=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0663 is #52F99C. Grayscale: #424242. Windows color (decimal): -5437853 or 6489773. OLE color: 6489773.
HSL color Cylindrical-coordinate representation of color #AD0663: hue angle of 326.59º 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 #AD0663 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.32 |
| HSL | 326.59º | 0.93% | 0.35% | - |
| HSV(B) | 326.59º | 0.97% | 0.68% | - |
| XYZ | 19.55 | 9.92 | 12.69 | - |
| YUV | 66.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 99 | 0 | 0.97 | 0.43 | 0.32 | 326.59 | 0.93 | 0.35 |
| Hex | AD | 6 | 63 | 0 | 61 | 2B | 20 | 147 | 5D | 23 |
| Octal | 255 | 6 | 143 | 0 | 141 | 53 | 40 | 507 | 135 | 43 |
| Binary | 10101101 | 110 | 1100011 | 0 | 1100001 | 101011 | 100000 | 101000111 | 1011101 | 100011 |
Color Harmonies of #AD0663
Complementary color
Monochromatic Colors of #AD0663
Black with #AD0663
Text Example
Text Example
White with #AD0663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0663; }
p { color: rgb(173,6,99); }
H1.HeaderClassName
{
color: #AD0663;
}
.AnyTagClassName
{
color: #AD0663;
}
</style>
background-color css
<style>
a { background-color: #AD0663; }
a { background-color: rgb(173,6,99); }
div.DivClassName
{
background-color: #AD0663;
}
.BgClassName
{
background-color: #AD0663;
}
</style>
border-color css
<style>
span { border-color: #AD0663; }
span { border-color: rgb(173,6,99); }
td.TdClassName
{
border-color: #AD0663;
}
.TagClassName
{
border-color: #AD0663;
}
</style>