Shades of Jazzberry Jam #AD116A
Tints of Jazzberry Jam #AD116A
RGB
CMYK
RGB Variations
Color information
#AD116A (or 0xAD116A) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 6A. RGB value is (173,17,106). Sum of RGB (Red+Green+Blue) = 173+17+106=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD116A is #52EE95. Grayscale: #494949. Windows color (decimal): -5435030 or 6951341. OLE color: 6951341.
HSL color Cylindrical-coordinate representation of color #AD116A: hue angle of 325.77º 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 #AD116A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 106 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.32 |
| HSL | 325.77º | 0.82% | 0.37% | - |
| HSV(B) | 325.77º | 0.9% | 0.68% | - |
| XYZ | 20.04 | 10.33 | 14.57 | - |
| YUV | 73.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 106 | 0 | 0.90 | 0.39 | 0.32 | 325.77 | 0.82 | 0.37 |
| Hex | AD | 11 | 6A | 0 | 5A | 27 | 20 | 146 | 52 | 25 |
| Octal | 255 | 21 | 152 | 0 | 132 | 47 | 40 | 506 | 122 | 45 |
| Binary | 10101101 | 10001 | 1101010 | 0 | 1011010 | 100111 | 100000 | 101000110 | 1010010 | 100101 |
Color Harmonies of #AD116A
Complementary color
Monochromatic Colors of #AD116A
Black with #AD116A
Text Example
Text Example
White with #AD116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD116A; }
p { color: rgb(173,17,106); }
H1.HeaderClassName
{
color: #AD116A;
}
.AnyTagClassName
{
color: #AD116A;
}
</style>
background-color css
<style>
a { background-color: #AD116A; }
a { background-color: rgb(173,17,106); }
div.DivClassName
{
background-color: #AD116A;
}
.BgClassName
{
background-color: #AD116A;
}
</style>
border-color css
<style>
span { border-color: #AD116A; }
span { border-color: rgb(173,17,106); }
td.TdClassName
{
border-color: #AD116A;
}
.TagClassName
{
border-color: #AD116A;
}
</style>