Shades of Jazzberry Jam #AD0866
Tints of Jazzberry Jam #AD0866
RGB
CMYK
RGB Variations
Color information
#AD0866 (or 0xAD0866) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 66. RGB value is (173,8,102). Sum of RGB (Red+Green+Blue) = 173+8+102=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0866 is #52F799. Grayscale: #434343. Windows color (decimal): -5437338 or 6686893. OLE color: 6686893.
HSL color Cylindrical-coordinate representation of color #AD0866: hue angle of 325.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0866 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 102 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.32 |
| HSL | 325.82º | 0.91% | 0.35% | - |
| HSV(B) | 325.82º | 0.95% | 0.68% | - |
| XYZ | 19.72 | 10.02 | 13.46 | - |
| YUV | 68.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 102 | 0 | 0.95 | 0.41 | 0.32 | 325.82 | 0.91 | 0.35 |
| Hex | AD | 8 | 66 | 0 | 5F | 29 | 20 | 146 | 5B | 23 |
| Octal | 255 | 10 | 146 | 0 | 137 | 51 | 40 | 506 | 133 | 43 |
| Binary | 10101101 | 1000 | 1100110 | 0 | 1011111 | 101001 | 100000 | 101000110 | 1011011 | 100011 |
Color Harmonies of #AD0866
Complementary color
Monochromatic Colors of #AD0866
Black with #AD0866
Text Example
Text Example
White with #AD0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0866; }
p { color: rgb(173,8,102); }
H1.HeaderClassName
{
color: #AD0866;
}
.AnyTagClassName
{
color: #AD0866;
}
</style>
background-color css
<style>
a { background-color: #AD0866; }
a { background-color: rgb(173,8,102); }
div.DivClassName
{
background-color: #AD0866;
}
.BgClassName
{
background-color: #AD0866;
}
</style>
border-color css
<style>
span { border-color: #AD0866; }
span { border-color: rgb(173,8,102); }
td.TdClassName
{
border-color: #AD0866;
}
.TagClassName
{
border-color: #AD0866;
}
</style>