Shades of Jazzberry Jam #AD136A
Tints of Jazzberry Jam #AD136A
RGB
CMYK
RGB Variations
Color information
#AD136A (or 0xAD136A) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 6A. RGB value is (173,19,106). Sum of RGB (Red+Green+Blue) = 173+19+106=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD136A is #52EC95. Grayscale: #4A4A4A. Windows color (decimal): -5434518 or 6951853. OLE color: 6951853.
HSL color Cylindrical-coordinate representation of color #AD136A: hue angle of 326.1º 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 #AD136A is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 106 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.32 |
| HSL | 326.1º | 0.8% | 0.38% | - |
| HSV(B) | 326.1º | 0.89% | 0.68% | - |
| XYZ | 20.07 | 10.39 | 14.58 | - |
| YUV | 74.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 106 | 0 | 0.89 | 0.39 | 0.32 | 326.1 | 0.8 | 0.38 |
| Hex | AD | 13 | 6A | 0 | 59 | 27 | 20 | 146 | 50 | 26 |
| Octal | 255 | 23 | 152 | 0 | 131 | 47 | 40 | 506 | 120 | 46 |
| Binary | 10101101 | 10011 | 1101010 | 0 | 1011001 | 100111 | 100000 | 101000110 | 1010000 | 100110 |
Color Harmonies of #AD136A
Complementary color
Monochromatic Colors of #AD136A
Black with #AD136A
Text Example
Text Example
White with #AD136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD136A; }
p { color: rgb(173,19,106); }
H1.HeaderClassName
{
color: #AD136A;
}
.AnyTagClassName
{
color: #AD136A;
}
</style>
background-color css
<style>
a { background-color: #AD136A; }
a { background-color: rgb(173,19,106); }
div.DivClassName
{
background-color: #AD136A;
}
.BgClassName
{
background-color: #AD136A;
}
</style>
border-color css
<style>
span { border-color: #AD136A; }
span { border-color: rgb(173,19,106); }
td.TdClassName
{
border-color: #AD136A;
}
.TagClassName
{
border-color: #AD136A;
}
</style>