Shades of Jazzberry Jam #AD115D
Tints of Jazzberry Jam #AD115D
RGB
CMYK
RGB Variations
Color information
#AD115D (or 0xAD115D) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 5D. RGB value is (173,17,93). Sum of RGB (Red+Green+Blue) = 173+17+93=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD115D is #52EEA2. Grayscale: #484848. Windows color (decimal): -5435043 or 6099373. OLE color: 6099373.
HSL color Cylindrical-coordinate representation of color #AD115D: hue angle of 330.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 #AD115D is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 93 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.32 |
| HSL | 330.77º | 0.82% | 0.37% | - |
| HSV(B) | 330.77º | 0.9% | 0.68% | - |
| XYZ | 19.41 | 10.08 | 11.28 | - |
| YUV | 72.31 | 139.68 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 93 | 0 | 0.90 | 0.46 | 0.32 | 330.77 | 0.82 | 0.37 |
| Hex | AD | 11 | 5D | 0 | 5A | 2E | 20 | 14B | 52 | 25 |
| Octal | 255 | 21 | 135 | 0 | 132 | 56 | 40 | 513 | 122 | 45 |
| Binary | 10101101 | 10001 | 1011101 | 0 | 1011010 | 101110 | 100000 | 101001011 | 1010010 | 100101 |
Color Harmonies of #AD115D
Complementary color
Monochromatic Colors of #AD115D
Black with #AD115D
Text Example
Text Example
White with #AD115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD115D; }
p { color: rgb(173,17,93); }
H1.HeaderClassName
{
color: #AD115D;
}
.AnyTagClassName
{
color: #AD115D;
}
</style>
background-color css
<style>
a { background-color: #AD115D; }
a { background-color: rgb(173,17,93); }
div.DivClassName
{
background-color: #AD115D;
}
.BgClassName
{
background-color: #AD115D;
}
</style>
border-color css
<style>
span { border-color: #AD115D; }
span { border-color: rgb(173,17,93); }
td.TdClassName
{
border-color: #AD115D;
}
.TagClassName
{
border-color: #AD115D;
}
</style>