Shades of Jazzberry Jam #AD115C
Tints of Jazzberry Jam #AD115C
RGB
CMYK
RGB Variations
Color information
#AD115C (or 0xAD115C) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 5C. RGB value is (173,17,92). Sum of RGB (Red+Green+Blue) = 173+17+92=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD115C is #52EEA3. Grayscale: #484848. Windows color (decimal): -5435044 or 6033837. OLE color: 6033837.
HSL color Cylindrical-coordinate representation of color #AD115C: hue angle of 331.15º 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 #AD115C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 92 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.32 |
| HSL | 331.15º | 0.82% | 0.37% | - |
| HSV(B) | 331.15º | 0.9% | 0.68% | - |
| XYZ | 19.37 | 10.06 | 11.05 | - |
| YUV | 72.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 92 | 0 | 0.90 | 0.47 | 0.32 | 331.15 | 0.82 | 0.37 |
| Hex | AD | 11 | 5C | 0 | 5A | 2F | 20 | 14B | 52 | 25 |
| Octal | 255 | 21 | 134 | 0 | 132 | 57 | 40 | 513 | 122 | 45 |
| Binary | 10101101 | 10001 | 1011100 | 0 | 1011010 | 101111 | 100000 | 101001011 | 1010010 | 100101 |
Color Harmonies of #AD115C
Complementary color
Monochromatic Colors of #AD115C
Black with #AD115C
Text Example
Text Example
White with #AD115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD115C; }
p { color: rgb(173,17,92); }
H1.HeaderClassName
{
color: #AD115C;
}
.AnyTagClassName
{
color: #AD115C;
}
</style>
background-color css
<style>
a { background-color: #AD115C; }
a { background-color: rgb(173,17,92); }
div.DivClassName
{
background-color: #AD115C;
}
.BgClassName
{
background-color: #AD115C;
}
</style>
border-color css
<style>
span { border-color: #AD115C; }
span { border-color: rgb(173,17,92); }
td.TdClassName
{
border-color: #AD115C;
}
.TagClassName
{
border-color: #AD115C;
}
</style>