Shades of Jazzberry Jam #AD0261
Tints of Jazzberry Jam #AD0261
RGB
CMYK
RGB Variations
Color information
#AD0261 (or 0xAD0261) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 61. RGB value is (173,2,97). Sum of RGB (Red+Green+Blue) = 173+2+97=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0261 is #52FD9E. Grayscale: #3F3F3F. Windows color (decimal): -5438879 or 6357677. OLE color: 6357677.
HSL color Cylindrical-coordinate representation of color #AD0261: hue angle of 326.67º degrees, saturation: 0.98, 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 #AD0261 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.32 |
| HSL | 326.67º | 0.98% | 0.34% | - |
| HSV(B) | 326.67º | 0.99% | 0.68% | - |
| XYZ | 19.41 | 9.79 | 12.18 | - |
| YUV | 63.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 97 | 0 | 0.99 | 0.44 | 0.32 | 326.67 | 0.98 | 0.34 |
| Hex | AD | 2 | 61 | 0 | 63 | 2C | 20 | 147 | 62 | 22 |
| Octal | 255 | 2 | 141 | 0 | 143 | 54 | 40 | 507 | 142 | 42 |
| Binary | 10101101 | 10 | 1100001 | 0 | 1100011 | 101100 | 100000 | 101000111 | 1100010 | 100010 |
Color Harmonies of #AD0261
Complementary color
Monochromatic Colors of #AD0261
Black with #AD0261
Text Example
Text Example
White with #AD0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0261; }
p { color: rgb(173,2,97); }
H1.HeaderClassName
{
color: #AD0261;
}
.AnyTagClassName
{
color: #AD0261;
}
</style>
background-color css
<style>
a { background-color: #AD0261; }
a { background-color: rgb(173,2,97); }
div.DivClassName
{
background-color: #AD0261;
}
.BgClassName
{
background-color: #AD0261;
}
</style>
border-color css
<style>
span { border-color: #AD0261; }
span { border-color: rgb(173,2,97); }
td.TdClassName
{
border-color: #AD0261;
}
.TagClassName
{
border-color: #AD0261;
}
</style>