Shades of Jazzberry Jam #AD116D
Tints of Jazzberry Jam #AD116D
RGB
CMYK
RGB Variations
Color information
#AD116D (or 0xAD116D) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 6D. RGB value is (173,17,109). Sum of RGB (Red+Green+Blue) = 173+17+109=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD116D is #52EE92. Grayscale: #494949. Windows color (decimal): -5435027 or 7147949. OLE color: 7147949.
HSL color Cylindrical-coordinate representation of color #AD116D: hue angle of 324.62º 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 #AD116D is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 109 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.32 |
| HSL | 324.62º | 0.82% | 0.37% | - |
| HSV(B) | 324.62º | 0.9% | 0.68% | - |
| XYZ | 20.19 | 10.39 | 15.41 | - |
| YUV | 74.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 109 | 0 | 0.90 | 0.37 | 0.32 | 324.62 | 0.82 | 0.37 |
| Hex | AD | 11 | 6D | 0 | 5A | 25 | 20 | 145 | 52 | 25 |
| Octal | 255 | 21 | 155 | 0 | 132 | 45 | 40 | 505 | 122 | 45 |
| Binary | 10101101 | 10001 | 1101101 | 0 | 1011010 | 100101 | 100000 | 101000101 | 1010010 | 100101 |
Color Harmonies of #AD116D
Complementary color
Monochromatic Colors of #AD116D
Black with #AD116D
Text Example
Text Example
White with #AD116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD116D; }
p { color: rgb(173,17,109); }
H1.HeaderClassName
{
color: #AD116D;
}
.AnyTagClassName
{
color: #AD116D;
}
</style>
background-color css
<style>
a { background-color: #AD116D; }
a { background-color: rgb(173,17,109); }
div.DivClassName
{
background-color: #AD116D;
}
.BgClassName
{
background-color: #AD116D;
}
</style>
border-color css
<style>
span { border-color: #AD116D; }
span { border-color: rgb(173,17,109); }
td.TdClassName
{
border-color: #AD116D;
}
.TagClassName
{
border-color: #AD116D;
}
</style>