Shades of Jazzberry Jam #AD1061
Tints of Jazzberry Jam #AD1061
RGB
CMYK
RGB Variations
Color information
#AD1061 (or 0xAD1061) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 61. RGB value is (173,16,97). Sum of RGB (Red+Green+Blue) = 173+16+97=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1061 is #52EF9E. Grayscale: #484848. Windows color (decimal): -5435295 or 6361261. OLE color: 6361261.
HSL color Cylindrical-coordinate representation of color #AD1061: hue angle of 329.04º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1061 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 97 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.32 |
| HSL | 329.04º | 0.83% | 0.37% | - |
| HSV(B) | 329.04º | 0.91% | 0.68% | - |
| XYZ | 19.58 | 10.12 | 12.23 | - |
| YUV | 72.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 97 | 0 | 0.91 | 0.44 | 0.32 | 329.04 | 0.83 | 0.37 |
| Hex | AD | 10 | 61 | 0 | 5B | 2C | 20 | 149 | 53 | 25 |
| Octal | 255 | 20 | 141 | 0 | 133 | 54 | 40 | 511 | 123 | 45 |
| Binary | 10101101 | 10000 | 1100001 | 0 | 1011011 | 101100 | 100000 | 101001001 | 1010011 | 100101 |
Color Harmonies of #AD1061
Complementary color
Monochromatic Colors of #AD1061
Black with #AD1061
Text Example
Text Example
White with #AD1061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1061; }
p { color: rgb(173,16,97); }
H1.HeaderClassName
{
color: #AD1061;
}
.AnyTagClassName
{
color: #AD1061;
}
</style>
background-color css
<style>
a { background-color: #AD1061; }
a { background-color: rgb(173,16,97); }
div.DivClassName
{
background-color: #AD1061;
}
.BgClassName
{
background-color: #AD1061;
}
</style>
border-color css
<style>
span { border-color: #AD1061; }
span { border-color: rgb(173,16,97); }
td.TdClassName
{
border-color: #AD1061;
}
.TagClassName
{
border-color: #AD1061;
}
</style>