Shades of Jazzberry Jam #AD0666
Tints of Jazzberry Jam #AD0666
RGB
CMYK
RGB Variations
Color information
#AD0666 (or 0xAD0666) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 66. RGB value is (173,6,102). Sum of RGB (Red+Green+Blue) = 173+6+102=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0666 is #52F999. Grayscale: #424242. Windows color (decimal): -5437850 or 6686381. OLE color: 6686381.
HSL color Cylindrical-coordinate representation of color #AD0666: hue angle of 325.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0666 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.32 |
| HSL | 325.51º | 0.93% | 0.35% | - |
| HSV(B) | 325.51º | 0.97% | 0.68% | - |
| XYZ | 19.7 | 9.97 | 13.46 | - |
| YUV | 66.88 | 147.83 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 102 | 0 | 0.97 | 0.41 | 0.32 | 325.51 | 0.93 | 0.35 |
| Hex | AD | 6 | 66 | 0 | 61 | 29 | 20 | 146 | 5D | 23 |
| Octal | 255 | 6 | 146 | 0 | 141 | 51 | 40 | 506 | 135 | 43 |
| Binary | 10101101 | 110 | 1100110 | 0 | 1100001 | 101001 | 100000 | 101000110 | 1011101 | 100011 |
Color Harmonies of #AD0666
Complementary color
Monochromatic Colors of #AD0666
Black with #AD0666
Text Example
Text Example
White with #AD0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0666; }
p { color: rgb(173,6,102); }
H1.HeaderClassName
{
color: #AD0666;
}
.AnyTagClassName
{
color: #AD0666;
}
</style>
background-color css
<style>
a { background-color: #AD0666; }
a { background-color: rgb(173,6,102); }
div.DivClassName
{
background-color: #AD0666;
}
.BgClassName
{
background-color: #AD0666;
}
</style>
border-color css
<style>
span { border-color: #AD0666; }
span { border-color: rgb(173,6,102); }
td.TdClassName
{
border-color: #AD0666;
}
.TagClassName
{
border-color: #AD0666;
}
</style>