Shades of Jazzberry Jam #AD0963
Tints of Jazzberry Jam #AD0963
RGB
CMYK
RGB Variations
Color information
#AD0963 (or 0xAD0963) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 63. RGB value is (173,9,99). Sum of RGB (Red+Green+Blue) = 173+9+99=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0963 is #52F69C. Grayscale: #444444. Windows color (decimal): -5437085 or 6490541. OLE color: 6490541.
HSL color Cylindrical-coordinate representation of color #AD0963: hue angle of 327.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0963 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 99 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.32 |
| HSL | 327.07º | 0.9% | 0.36% | - |
| HSV(B) | 327.07º | 0.95% | 0.68% | - |
| XYZ | 19.58 | 9.98 | 12.7 | - |
| YUV | 68.3 | 145.33 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 99 | 0 | 0.95 | 0.43 | 0.32 | 327.07 | 0.9 | 0.36 |
| Hex | AD | 9 | 63 | 0 | 5F | 2B | 20 | 147 | 5A | 24 |
| Octal | 255 | 11 | 143 | 0 | 137 | 53 | 40 | 507 | 132 | 44 |
| Binary | 10101101 | 1001 | 1100011 | 0 | 1011111 | 101011 | 100000 | 101000111 | 1011010 | 100100 |
Color Harmonies of #AD0963
Complementary color
Monochromatic Colors of #AD0963
Black with #AD0963
Text Example
Text Example
White with #AD0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0963; }
p { color: rgb(173,9,99); }
H1.HeaderClassName
{
color: #AD0963;
}
.AnyTagClassName
{
color: #AD0963;
}
</style>
background-color css
<style>
a { background-color: #AD0963; }
a { background-color: rgb(173,9,99); }
div.DivClassName
{
background-color: #AD0963;
}
.BgClassName
{
background-color: #AD0963;
}
</style>
border-color css
<style>
span { border-color: #AD0963; }
span { border-color: rgb(173,9,99); }
td.TdClassName
{
border-color: #AD0963;
}
.TagClassName
{
border-color: #AD0963;
}
</style>