Shades of Jazzberry Jam #AD0064
Tints of Jazzberry Jam #AD0064
RGB
CMYK
RGB Variations
Color information
#AD0064 (or 0xAD0064) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 64. RGB value is (173,0,100). Sum of RGB (Red+Green+Blue) = 173+0+100=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0064 is #52FF9B. Grayscale: #3E3E3E. Windows color (decimal): -5439388 or 6553773. OLE color: 6553773.
HSL color Cylindrical-coordinate representation of color #AD0064: hue angle of 325.32º 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 #AD0064 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.42 | 0.32 |
| HSL | 325.32º | 1% | 0.34% | - |
| HSV(B) | 325.32º | 1% | 0.68% | - |
| XYZ | 19.53 | 9.8 | 12.92 | - |
| YUV | 63.13 | 148.81 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 100 | 0 | 1 | 0.42 | 0.32 | 325.32 | 1 | 0.34 |
| Hex | AD | 0 | 64 | 0 | 64 | 2A | 20 | 145 | 64 | 22 |
| Octal | 255 | 0 | 144 | 0 | 144 | 52 | 40 | 505 | 144 | 42 |
| Binary | 10101101 | 0 | 1100100 | 0 | 1100100 | 101010 | 100000 | 101000101 | 1100100 | 100010 |
Color Harmonies of #AD0064
Complementary color
Monochromatic Colors of #AD0064
Black with #AD0064
Text Example
Text Example
White with #AD0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0064; }
p { color: rgb(173,0,100); }
H1.HeaderClassName
{
color: #AD0064;
}
.AnyTagClassName
{
color: #AD0064;
}
</style>
background-color css
<style>
a { background-color: #AD0064; }
a { background-color: rgb(173,0,100); }
div.DivClassName
{
background-color: #AD0064;
}
.BgClassName
{
background-color: #AD0064;
}
</style>
border-color css
<style>
span { border-color: #AD0064; }
span { border-color: rgb(173,0,100); }
td.TdClassName
{
border-color: #AD0064;
}
.TagClassName
{
border-color: #AD0064;
}
</style>