Shades of Jazzberry Jam #AD1168
Tints of Jazzberry Jam #AD1168
RGB
CMYK
RGB Variations
Color information
#AD1168 (or 0xAD1168) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 68. RGB value is (173,17,104). Sum of RGB (Red+Green+Blue) = 173+17+104=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1168 is #52EE97. Grayscale: #494949. Windows color (decimal): -5435032 or 6820269. OLE color: 6820269.
HSL color Cylindrical-coordinate representation of color #AD1168: hue angle of 326.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1168 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 104 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.32 |
| HSL | 326.54º | 0.82% | 0.37% | - |
| HSV(B) | 326.54º | 0.9% | 0.68% | - |
| XYZ | 19.93 | 10.28 | 14.03 | - |
| YUV | 73.56 | 145.18 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 104 | 0 | 0.90 | 0.40 | 0.32 | 326.54 | 0.82 | 0.37 |
| Hex | AD | 11 | 68 | 0 | 5A | 28 | 20 | 147 | 52 | 25 |
| Octal | 255 | 21 | 150 | 0 | 132 | 50 | 40 | 507 | 122 | 45 |
| Binary | 10101101 | 10001 | 1101000 | 0 | 1011010 | 101000 | 100000 | 101000111 | 1010010 | 100101 |
Color Harmonies of #AD1168
Complementary color
Monochromatic Colors of #AD1168
Black with #AD1168
Text Example
Text Example
White with #AD1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1168; }
p { color: rgb(173,17,104); }
H1.HeaderClassName
{
color: #AD1168;
}
.AnyTagClassName
{
color: #AD1168;
}
</style>
background-color css
<style>
a { background-color: #AD1168; }
a { background-color: rgb(173,17,104); }
div.DivClassName
{
background-color: #AD1168;
}
.BgClassName
{
background-color: #AD1168;
}
</style>
border-color css
<style>
span { border-color: #AD1168; }
span { border-color: rgb(173,17,104); }
td.TdClassName
{
border-color: #AD1168;
}
.TagClassName
{
border-color: #AD1168;
}
</style>