Shades of Jazzberry Jam #AD1E66
Tints of Jazzberry Jam #AD1E66
RGB
CMYK
RGB Variations
Color information
#AD1E66 (or 0xAD1E66) is known color: Jazzberry Jam. HEX triplet: AD, 1E and 66. RGB value is (173,30,102). Sum of RGB (Red+Green+Blue) = 173+30+102=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E66 is #52E199. Grayscale: #505050. Windows color (decimal): -5431706 or 6692525. OLE color: 6692525.
HSL color Cylindrical-coordinate representation of color #AD1E66: hue angle of 329.79º degrees, saturation: 0.7, 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 #AD1E66 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 30 | 102 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.32 |
| HSL | 329.79º | 0.7% | 0.4% | - |
| HSV(B) | 329.79º | 0.83% | 0.68% | - |
| XYZ | 20.1 | 10.77 | 13.59 | - |
| YUV | 80.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 102 | 0 | 0.83 | 0.41 | 0.32 | 329.79 | 0.7 | 0.4 |
| Hex | AD | 1E | 66 | 0 | 53 | 29 | 20 | 14A | 46 | 28 |
| Octal | 255 | 36 | 146 | 0 | 123 | 51 | 40 | 512 | 106 | 50 |
| Binary | 10101101 | 11110 | 1100110 | 0 | 1010011 | 101001 | 100000 | 101001010 | 1000110 | 101000 |
Color Harmonies of #AD1E66
Complementary color
Monochromatic Colors of #AD1E66
Black with #AD1E66
Text Example
Text Example
White with #AD1E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1E66; }
p { color: rgb(173,30,102); }
H1.HeaderClassName
{
color: #AD1E66;
}
.AnyTagClassName
{
color: #AD1E66;
}
</style>
background-color css
<style>
a { background-color: #AD1E66; }
a { background-color: rgb(173,30,102); }
div.DivClassName
{
background-color: #AD1E66;
}
.BgClassName
{
background-color: #AD1E66;
}
</style>
border-color css
<style>
span { border-color: #AD1E66; }
span { border-color: rgb(173,30,102); }
td.TdClassName
{
border-color: #AD1E66;
}
.TagClassName
{
border-color: #AD1E66;
}
</style>