Shades of Jazzberry Jam #AD036D
Tints of Jazzberry Jam #AD036D
RGB
CMYK
RGB Variations
Color information
#AD036D (or 0xAD036D) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 6D. RGB value is (173,3,109). Sum of RGB (Red+Green+Blue) = 173+3+109=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD036D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD036D is #52FC92. Grayscale: #414141. Windows color (decimal): -5438611 or 7144365. OLE color: 7144365.
HSL color Cylindrical-coordinate representation of color #AD036D: hue angle of 322.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD036D is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.32 |
| HSL | 322.59º | 0.97% | 0.35% | - |
| HSV(B) | 322.59º | 0.98% | 0.68% | - |
| XYZ | 20.03 | 10.05 | 15.35 | - |
| YUV | 65.91 | 152.32 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 109 | 0 | 0.98 | 0.37 | 0.32 | 322.59 | 0.97 | 0.35 |
| Hex | AD | 3 | 6D | 0 | 62 | 25 | 20 | 143 | 61 | 23 |
| Octal | 255 | 3 | 155 | 0 | 142 | 45 | 40 | 503 | 141 | 43 |
| Binary | 10101101 | 11 | 1101101 | 0 | 1100010 | 100101 | 100000 | 101000011 | 1100001 | 100011 |
Color Harmonies of #AD036D
Complementary color
Monochromatic Colors of #AD036D
Black with #AD036D
Text Example
Text Example
White with #AD036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD036D; }
p { color: rgb(173,3,109); }
H1.HeaderClassName
{
color: #AD036D;
}
.AnyTagClassName
{
color: #AD036D;
}
</style>
background-color css
<style>
a { background-color: #AD036D; }
a { background-color: rgb(173,3,109); }
div.DivClassName
{
background-color: #AD036D;
}
.BgClassName
{
background-color: #AD036D;
}
</style>
border-color css
<style>
span { border-color: #AD036D; }
span { border-color: rgb(173,3,109); }
td.TdClassName
{
border-color: #AD036D;
}
.TagClassName
{
border-color: #AD036D;
}
</style>