Shades of Jazzberry Jam #AD116B
Tints of Jazzberry Jam #AD116B
RGB
CMYK
RGB Variations
Color information
#AD116B (or 0xAD116B) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 6B. RGB value is (173,17,107). Sum of RGB (Red+Green+Blue) = 173+17+107=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD116B is #52EE94. Grayscale: #494949. Windows color (decimal): -5435029 or 7016877. OLE color: 7016877.
HSL color Cylindrical-coordinate representation of color #AD116B: hue angle of 325.38º 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 #AD116B is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 107 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.32 |
| HSL | 325.38º | 0.82% | 0.37% | - |
| HSV(B) | 325.38º | 0.9% | 0.68% | - |
| XYZ | 20.09 | 10.35 | 14.85 | - |
| YUV | 73.9 | 146.68 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 107 | 0 | 0.90 | 0.38 | 0.32 | 325.38 | 0.82 | 0.37 |
| Hex | AD | 11 | 6B | 0 | 5A | 26 | 20 | 145 | 52 | 25 |
| Octal | 255 | 21 | 153 | 0 | 132 | 46 | 40 | 505 | 122 | 45 |
| Binary | 10101101 | 10001 | 1101011 | 0 | 1011010 | 100110 | 100000 | 101000101 | 1010010 | 100101 |
Color Harmonies of #AD116B
Complementary color
Monochromatic Colors of #AD116B
Black with #AD116B
Text Example
Text Example
White with #AD116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD116B; }
p { color: rgb(173,17,107); }
H1.HeaderClassName
{
color: #AD116B;
}
.AnyTagClassName
{
color: #AD116B;
}
</style>
background-color css
<style>
a { background-color: #AD116B; }
a { background-color: rgb(173,17,107); }
div.DivClassName
{
background-color: #AD116B;
}
.BgClassName
{
background-color: #AD116B;
}
</style>
border-color css
<style>
span { border-color: #AD116B; }
span { border-color: rgb(173,17,107); }
td.TdClassName
{
border-color: #AD116B;
}
.TagClassName
{
border-color: #AD116B;
}
</style>