Shades of Jazzberry Jam #AD0161
Tints of Jazzberry Jam #AD0161
RGB
CMYK
RGB Variations
Color information
#AD0161 (or 0xAD0161) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 61. RGB value is (173,1,97). Sum of RGB (Red+Green+Blue) = 173+1+97=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0161 is #52FE9E. Grayscale: #3F3F3F. Windows color (decimal): -5439135 or 6357421. OLE color: 6357421.
HSL color Cylindrical-coordinate representation of color #AD0161: hue angle of 326.51º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0161 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.32 |
| HSL | 326.51º | 0.99% | 0.34% | - |
| HSV(B) | 326.51º | 0.99% | 0.68% | - |
| XYZ | 19.4 | 9.77 | 12.17 | - |
| YUV | 63.37 | 146.98 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 97 | 0 | 0.99 | 0.44 | 0.32 | 326.51 | 0.99 | 0.34 |
| Hex | AD | 1 | 61 | 0 | 63 | 2C | 20 | 147 | 63 | 22 |
| Octal | 255 | 1 | 141 | 0 | 143 | 54 | 40 | 507 | 143 | 42 |
| Binary | 10101101 | 1 | 1100001 | 0 | 1100011 | 101100 | 100000 | 101000111 | 1100011 | 100010 |
Color Harmonies of #AD0161
Complementary color
Monochromatic Colors of #AD0161
Black with #AD0161
Text Example
Text Example
White with #AD0161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0161; }
p { color: rgb(173,1,97); }
H1.HeaderClassName
{
color: #AD0161;
}
.AnyTagClassName
{
color: #AD0161;
}
</style>
background-color css
<style>
a { background-color: #AD0161; }
a { background-color: rgb(173,1,97); }
div.DivClassName
{
background-color: #AD0161;
}
.BgClassName
{
background-color: #AD0161;
}
</style>
border-color css
<style>
span { border-color: #AD0161; }
span { border-color: rgb(173,1,97); }
td.TdClassName
{
border-color: #AD0161;
}
.TagClassName
{
border-color: #AD0161;
}
</style>