Shades of Jazzberry Jam #AD1D6D
Tints of Jazzberry Jam #AD1D6D
RGB
CMYK
RGB Variations
Color information
#AD1D6D (or 0xAD1D6D) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 6D. RGB value is (173,29,109). Sum of RGB (Red+Green+Blue) = 173+29+109=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D6D is #52E292. Grayscale: #505050. Windows color (decimal): -5431955 or 7151021. OLE color: 7151021.
HSL color Cylindrical-coordinate representation of color #AD1D6D: hue angle of 326.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D6D is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 109 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.32 |
| HSL | 326.67º | 0.71% | 0.4% | - |
| HSV(B) | 326.67º | 0.83% | 0.68% | - |
| XYZ | 20.43 | 10.87 | 15.49 | - |
| YUV | 81.18 | 143.71 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 109 | 0 | 0.83 | 0.37 | 0.32 | 326.67 | 0.71 | 0.4 |
| Hex | AD | 1D | 6D | 0 | 53 | 25 | 20 | 147 | 47 | 28 |
| Octal | 255 | 35 | 155 | 0 | 123 | 45 | 40 | 507 | 107 | 50 |
| Binary | 10101101 | 11101 | 1101101 | 0 | 1010011 | 100101 | 100000 | 101000111 | 1000111 | 101000 |
Color Harmonies of #AD1D6D
Complementary color
Monochromatic Colors of #AD1D6D
Black with #AD1D6D
Text Example
Text Example
White with #AD1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D6D; }
p { color: rgb(173,29,109); }
H1.HeaderClassName
{
color: #AD1D6D;
}
.AnyTagClassName
{
color: #AD1D6D;
}
</style>
background-color css
<style>
a { background-color: #AD1D6D; }
a { background-color: rgb(173,29,109); }
div.DivClassName
{
background-color: #AD1D6D;
}
.BgClassName
{
background-color: #AD1D6D;
}
</style>
border-color css
<style>
span { border-color: #AD1D6D; }
span { border-color: rgb(173,29,109); }
td.TdClassName
{
border-color: #AD1D6D;
}
.TagClassName
{
border-color: #AD1D6D;
}
</style>