Shades of Jazzberry Jam #AD0063
Tints of Jazzberry Jam #AD0063
RGB
CMYK
RGB Variations
Color information
#AD0063 (or 0xAD0063) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 63. RGB value is (173,0,99). Sum of RGB (Red+Green+Blue) = 173+0+99=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0063 is #52FF9C. Grayscale: #3E3E3E. Windows color (decimal): -5439389 or 6488237. OLE color: 6488237.
HSL color Cylindrical-coordinate representation of color #AD0063: hue angle of 325.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0063 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.43 | 0.32 |
| HSL | 325.66º | 1% | 0.34% | - |
| HSV(B) | 325.66º | 1% | 0.68% | - |
| XYZ | 19.49 | 9.79 | 12.67 | - |
| YUV | 63.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 99 | 0 | 1 | 0.43 | 0.32 | 325.66 | 1 | 0.34 |
| Hex | AD | 0 | 63 | 0 | 64 | 2B | 20 | 146 | 64 | 22 |
| Octal | 255 | 0 | 143 | 0 | 144 | 53 | 40 | 506 | 144 | 42 |
| Binary | 10101101 | 0 | 1100011 | 0 | 1100100 | 101011 | 100000 | 101000110 | 1100100 | 100010 |
Color Harmonies of #AD0063
Complementary color
Monochromatic Colors of #AD0063
Black with #AD0063
Text Example
Text Example
White with #AD0063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0063; }
p { color: rgb(173,0,99); }
H1.HeaderClassName
{
color: #AD0063;
}
.AnyTagClassName
{
color: #AD0063;
}
</style>
background-color css
<style>
a { background-color: #AD0063; }
a { background-color: rgb(173,0,99); }
div.DivClassName
{
background-color: #AD0063;
}
.BgClassName
{
background-color: #AD0063;
}
</style>
border-color css
<style>
span { border-color: #AD0063; }
span { border-color: rgb(173,0,99); }
td.TdClassName
{
border-color: #AD0063;
}
.TagClassName
{
border-color: #AD0063;
}
</style>