Shades of Jazzberry Jam #AD0061
Tints of Jazzberry Jam #AD0061
RGB
CMYK
RGB Variations
Color information
#AD0061 (or 0xAD0061) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 61. RGB value is (173,0,97). Sum of RGB (Red+Green+Blue) = 173+0+97=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0061 is #52FF9E. Grayscale: #3E3E3E. Windows color (decimal): -5439391 or 6357165. OLE color: 6357165.
HSL color Cylindrical-coordinate representation of color #AD0061: hue angle of 326.36º 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 #AD0061 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.44 | 0.32 |
| HSL | 326.36º | 1% | 0.34% | - |
| HSV(B) | 326.36º | 1% | 0.68% | - |
| XYZ | 19.39 | 9.75 | 12.17 | - |
| YUV | 62.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 0 | 97 | 0 | 1 | 0.44 | 0.32 | 326.36 | 1 | 0.34 |
| Hex | AD | 0 | 61 | 0 | 64 | 2C | 20 | 146 | 64 | 22 |
| Octal | 255 | 0 | 141 | 0 | 144 | 54 | 40 | 506 | 144 | 42 |
| Binary | 10101101 | 0 | 1100001 | 0 | 1100100 | 101100 | 100000 | 101000110 | 1100100 | 100010 |
Color Harmonies of #AD0061
Complementary color
Monochromatic Colors of #AD0061
Black with #AD0061
Text Example
Text Example
White with #AD0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0061; }
p { color: rgb(173,0,97); }
H1.HeaderClassName
{
color: #AD0061;
}
.AnyTagClassName
{
color: #AD0061;
}
</style>
background-color css
<style>
a { background-color: #AD0061; }
a { background-color: rgb(173,0,97); }
div.DivClassName
{
background-color: #AD0061;
}
.BgClassName
{
background-color: #AD0061;
}
</style>
border-color css
<style>
span { border-color: #AD0061; }
span { border-color: rgb(173,0,97); }
td.TdClassName
{
border-color: #AD0061;
}
.TagClassName
{
border-color: #AD0061;
}
</style>