Shades of Jazzberry Jam #AD1D64
Tints of Jazzberry Jam #AD1D64
RGB
CMYK
RGB Variations
Color information
#AD1D64 (or 0xAD1D64) is known color: Jazzberry Jam. HEX triplet: AD, 1D and 64. RGB value is (173,29,100). Sum of RGB (Red+Green+Blue) = 173+29+100=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D64 is #52E29B. Grayscale: #505050. Windows color (decimal): -5431964 or 6561197. OLE color: 6561197.
HSL color Cylindrical-coordinate representation of color #AD1D64: hue angle of 330.42º 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 #AD1D64 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 100 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.32 |
| HSL | 330.42º | 0.71% | 0.4% | - |
| HSV(B) | 330.42º | 0.83% | 0.68% | - |
| XYZ | 19.97 | 10.68 | 13.07 | - |
| YUV | 80.15 | 139.21 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 100 | 0 | 0.83 | 0.42 | 0.32 | 330.42 | 0.71 | 0.4 |
| Hex | AD | 1D | 64 | 0 | 53 | 2A | 20 | 14A | 47 | 28 |
| Octal | 255 | 35 | 144 | 0 | 123 | 52 | 40 | 512 | 107 | 50 |
| Binary | 10101101 | 11101 | 1100100 | 0 | 1010011 | 101010 | 100000 | 101001010 | 1000111 | 101000 |
Color Harmonies of #AD1D64
Complementary color
Monochromatic Colors of #AD1D64
Black with #AD1D64
Text Example
Text Example
White with #AD1D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D64; }
p { color: rgb(173,29,100); }
H1.HeaderClassName
{
color: #AD1D64;
}
.AnyTagClassName
{
color: #AD1D64;
}
</style>
background-color css
<style>
a { background-color: #AD1D64; }
a { background-color: rgb(173,29,100); }
div.DivClassName
{
background-color: #AD1D64;
}
.BgClassName
{
background-color: #AD1D64;
}
</style>
border-color css
<style>
span { border-color: #AD1D64; }
span { border-color: rgb(173,29,100); }
td.TdClassName
{
border-color: #AD1D64;
}
.TagClassName
{
border-color: #AD1D64;
}
</style>