Shades of Jazzberry Jam #AD1068
Tints of Jazzberry Jam #AD1068
RGB
CMYK
RGB Variations
Color information
#AD1068 (or 0xAD1068) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 68. RGB value is (173,16,104). Sum of RGB (Red+Green+Blue) = 173+16+104=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1068 is #52EF97. Grayscale: #484848. Windows color (decimal): -5435288 or 6820013. OLE color: 6820013.
HSL color Cylindrical-coordinate representation of color #AD1068: hue angle of 326.37º 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 #AD1068 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 104 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.32 |
| HSL | 326.37º | 0.83% | 0.37% | - |
| HSV(B) | 326.37º | 0.91% | 0.68% | - |
| XYZ | 19.92 | 10.25 | 14.03 | - |
| YUV | 72.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 104 | 0 | 0.91 | 0.40 | 0.32 | 326.37 | 0.83 | 0.37 |
| Hex | AD | 10 | 68 | 0 | 5B | 28 | 20 | 146 | 53 | 25 |
| Octal | 255 | 20 | 150 | 0 | 133 | 50 | 40 | 506 | 123 | 45 |
| Binary | 10101101 | 10000 | 1101000 | 0 | 1011011 | 101000 | 100000 | 101000110 | 1010011 | 100101 |
Color Harmonies of #AD1068
Complementary color
Monochromatic Colors of #AD1068
Black with #AD1068
Text Example
Text Example
White with #AD1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1068; }
p { color: rgb(173,16,104); }
H1.HeaderClassName
{
color: #AD1068;
}
.AnyTagClassName
{
color: #AD1068;
}
</style>
background-color css
<style>
a { background-color: #AD1068; }
a { background-color: rgb(173,16,104); }
div.DivClassName
{
background-color: #AD1068;
}
.BgClassName
{
background-color: #AD1068;
}
</style>
border-color css
<style>
span { border-color: #AD1068; }
span { border-color: rgb(173,16,104); }
td.TdClassName
{
border-color: #AD1068;
}
.TagClassName
{
border-color: #AD1068;
}
</style>