Shades of Jazzberry Jam #AD136D
Tints of Jazzberry Jam #AD136D
RGB
CMYK
RGB Variations
Color information
#AD136D (or 0xAD136D) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 6D. RGB value is (173,19,109). Sum of RGB (Red+Green+Blue) = 173+19+109=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD136D is #52EC92. Grayscale: #4B4B4B. Windows color (decimal): -5434515 or 7148461. OLE color: 7148461.
HSL color Cylindrical-coordinate representation of color #AD136D: hue angle of 324.94º 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 #AD136D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 109 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.32 |
| HSL | 324.94º | 0.8% | 0.38% | - |
| HSV(B) | 324.94º | 0.89% | 0.68% | - |
| XYZ | 20.23 | 10.45 | 15.42 | - |
| YUV | 75.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 109 | 0 | 0.89 | 0.37 | 0.32 | 324.94 | 0.8 | 0.38 |
| Hex | AD | 13 | 6D | 0 | 59 | 25 | 20 | 145 | 50 | 26 |
| Octal | 255 | 23 | 155 | 0 | 131 | 45 | 40 | 505 | 120 | 46 |
| Binary | 10101101 | 10011 | 1101101 | 0 | 1011001 | 100101 | 100000 | 101000101 | 1010000 | 100110 |
Color Harmonies of #AD136D
Complementary color
Monochromatic Colors of #AD136D
Black with #AD136D
Text Example
Text Example
White with #AD136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD136D; }
p { color: rgb(173,19,109); }
H1.HeaderClassName
{
color: #AD136D;
}
.AnyTagClassName
{
color: #AD136D;
}
</style>
background-color css
<style>
a { background-color: #AD136D; }
a { background-color: rgb(173,19,109); }
div.DivClassName
{
background-color: #AD136D;
}
.BgClassName
{
background-color: #AD136D;
}
</style>
border-color css
<style>
span { border-color: #AD136D; }
span { border-color: rgb(173,19,109); }
td.TdClassName
{
border-color: #AD136D;
}
.TagClassName
{
border-color: #AD136D;
}
</style>