Shades of Jazzberry Jam #AD0766
Tints of Jazzberry Jam #AD0766
RGB
CMYK
RGB Variations
Color information
#AD0766 (or 0xAD0766) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 66. RGB value is (173,7,102). Sum of RGB (Red+Green+Blue) = 173+7+102=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0766 is #52F899. Grayscale: #434343. Windows color (decimal): -5437594 or 6686637. OLE color: 6686637.
HSL color Cylindrical-coordinate representation of color #AD0766: hue angle of 325.66º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0766 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 102 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.32 |
| HSL | 325.66º | 0.92% | 0.35% | - |
| HSV(B) | 325.66º | 0.96% | 0.68% | - |
| XYZ | 19.71 | 10 | 13.46 | - |
| YUV | 67.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 102 | 0 | 0.96 | 0.41 | 0.32 | 325.66 | 0.92 | 0.35 |
| Hex | AD | 7 | 66 | 0 | 60 | 29 | 20 | 146 | 5C | 23 |
| Octal | 255 | 7 | 146 | 0 | 140 | 51 | 40 | 506 | 134 | 43 |
| Binary | 10101101 | 111 | 1100110 | 0 | 1100000 | 101001 | 100000 | 101000110 | 1011100 | 100011 |
Color Harmonies of #AD0766
Complementary color
Monochromatic Colors of #AD0766
Black with #AD0766
Text Example
Text Example
White with #AD0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0766; }
p { color: rgb(173,7,102); }
H1.HeaderClassName
{
color: #AD0766;
}
.AnyTagClassName
{
color: #AD0766;
}
</style>
background-color css
<style>
a { background-color: #AD0766; }
a { background-color: rgb(173,7,102); }
div.DivClassName
{
background-color: #AD0766;
}
.BgClassName
{
background-color: #AD0766;
}
</style>
border-color css
<style>
span { border-color: #AD0766; }
span { border-color: rgb(173,7,102); }
td.TdClassName
{
border-color: #AD0766;
}
.TagClassName
{
border-color: #AD0766;
}
</style>