Shades of Jazzberry Jam #AD1D68
Tints of Jazzberry Jam #AD1D68
RGB
CMYK
RGB Variations
Color information
#AD1D68 (or 0xAD1D68) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 68. RGB value is (173,29,104). Sum of RGB (Red+Green+Blue) = 173+29+104=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D68 is #52E297. Grayscale: #505050. Windows color (decimal): -5431960 or 6823341. OLE color: 6823341.
HSL color Cylindrical-coordinate representation of color #AD1D68: hue angle of 328.75º 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 #AD1D68 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 104 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.32 |
| HSL | 328.75º | 0.71% | 0.4% | - |
| HSV(B) | 328.75º | 0.83% | 0.68% | - |
| XYZ | 20.17 | 10.76 | 14.11 | - |
| YUV | 80.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 104 | 0 | 0.83 | 0.40 | 0.32 | 328.75 | 0.71 | 0.4 |
| Hex | AD | 1D | 68 | 0 | 53 | 28 | 20 | 149 | 47 | 28 |
| Octal | 255 | 35 | 150 | 0 | 123 | 50 | 40 | 511 | 107 | 50 |
| Binary | 10101101 | 11101 | 1101000 | 0 | 1010011 | 101000 | 100000 | 101001001 | 1000111 | 101000 |
Color Harmonies of #AD1D68
Complementary color
Monochromatic Colors of #AD1D68
Black with #AD1D68
Text Example
Text Example
White with #AD1D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D68; }
p { color: rgb(173,29,104); }
H1.HeaderClassName
{
color: #AD1D68;
}
.AnyTagClassName
{
color: #AD1D68;
}
</style>
background-color css
<style>
a { background-color: #AD1D68; }
a { background-color: rgb(173,29,104); }
div.DivClassName
{
background-color: #AD1D68;
}
.BgClassName
{
background-color: #AD1D68;
}
</style>
border-color css
<style>
span { border-color: #AD1D68; }
span { border-color: rgb(173,29,104); }
td.TdClassName
{
border-color: #AD1D68;
}
.TagClassName
{
border-color: #AD1D68;
}
</style>