Shades of Jazzberry Jam #AD136B
Tints of Jazzberry Jam #AD136B
RGB
CMYK
RGB Variations
Color information
#AD136B (or 0xAD136B) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 6B. RGB value is (173,19,107). Sum of RGB (Red+Green+Blue) = 173+19+107=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD136B is #52EC94. Grayscale: #4A4A4A. Windows color (decimal): -5434517 or 7017389. OLE color: 7017389.
HSL color Cylindrical-coordinate representation of color #AD136B: hue angle of 325.71º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD136B is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 107 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.32 |
| HSL | 325.71º | 0.8% | 0.38% | - |
| HSV(B) | 325.71º | 0.89% | 0.68% | - |
| XYZ | 20.12 | 10.41 | 14.86 | - |
| YUV | 75.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 107 | 0 | 0.89 | 0.38 | 0.32 | 325.71 | 0.8 | 0.38 |
| Hex | AD | 13 | 6B | 0 | 59 | 26 | 20 | 146 | 50 | 26 |
| Octal | 255 | 23 | 153 | 0 | 131 | 46 | 40 | 506 | 120 | 46 |
| Binary | 10101101 | 10011 | 1101011 | 0 | 1011001 | 100110 | 100000 | 101000110 | 1010000 | 100110 |
Color Harmonies of #AD136B
Complementary color
Monochromatic Colors of #AD136B
Black with #AD136B
Text Example
Text Example
White with #AD136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD136B; }
p { color: rgb(173,19,107); }
H1.HeaderClassName
{
color: #AD136B;
}
.AnyTagClassName
{
color: #AD136B;
}
</style>
background-color css
<style>
a { background-color: #AD136B; }
a { background-color: rgb(173,19,107); }
div.DivClassName
{
background-color: #AD136B;
}
.BgClassName
{
background-color: #AD136B;
}
</style>
border-color css
<style>
span { border-color: #AD136B; }
span { border-color: rgb(173,19,107); }
td.TdClassName
{
border-color: #AD136B;
}
.TagClassName
{
border-color: #AD136B;
}
</style>