Shades of Jazzberry Jam #AD0464
Tints of Jazzberry Jam #AD0464
RGB
CMYK
RGB Variations
Color information
#AD0464 (or 0xAD0464) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 64. RGB value is (173,4,100). Sum of RGB (Red+Green+Blue) = 173+4+100=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0464 is #52FB9B. Grayscale: #414141. Windows color (decimal): -5438364 or 6554797. OLE color: 6554797.
HSL color Cylindrical-coordinate representation of color #AD0464: hue angle of 325.92º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0464 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.32 |
| HSL | 325.92º | 0.95% | 0.35% | - |
| HSV(B) | 325.92º | 0.98% | 0.68% | - |
| XYZ | 19.58 | 9.89 | 12.93 | - |
| YUV | 65.48 | 147.49 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 100 | 0 | 0.98 | 0.42 | 0.32 | 325.92 | 0.95 | 0.35 |
| Hex | AD | 4 | 64 | 0 | 62 | 2A | 20 | 146 | 5F | 23 |
| Octal | 255 | 4 | 144 | 0 | 142 | 52 | 40 | 506 | 137 | 43 |
| Binary | 10101101 | 100 | 1100100 | 0 | 1100010 | 101010 | 100000 | 101000110 | 1011111 | 100011 |
Color Harmonies of #AD0464
Complementary color
Monochromatic Colors of #AD0464
Black with #AD0464
Text Example
Text Example
White with #AD0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0464; }
p { color: rgb(173,4,100); }
H1.HeaderClassName
{
color: #AD0464;
}
.AnyTagClassName
{
color: #AD0464;
}
</style>
background-color css
<style>
a { background-color: #AD0464; }
a { background-color: rgb(173,4,100); }
div.DivClassName
{
background-color: #AD0464;
}
.BgClassName
{
background-color: #AD0464;
}
</style>
border-color css
<style>
span { border-color: #AD0464; }
span { border-color: rgb(173,4,100); }
td.TdClassName
{
border-color: #AD0464;
}
.TagClassName
{
border-color: #AD0464;
}
</style>