Shades of Jazzberry Jam #AD0868
Tints of Jazzberry Jam #AD0868
RGB
CMYK
RGB Variations
Color information
#AD0868 (or 0xAD0868) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 68. RGB value is (173,8,104). Sum of RGB (Red+Green+Blue) = 173+8+104=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0868 is #52F797. Grayscale: #444444. Windows color (decimal): -5437336 or 6817965. OLE color: 6817965.
HSL color Cylindrical-coordinate representation of color #AD0868: hue angle of 325.09º 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 #AD0868 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 104 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.32 |
| HSL | 325.09º | 0.91% | 0.35% | - |
| HSV(B) | 325.09º | 0.95% | 0.68% | - |
| XYZ | 19.82 | 10.06 | 13.99 | - |
| YUV | 68.28 | 148.16 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 104 | 0 | 0.95 | 0.40 | 0.32 | 325.09 | 0.91 | 0.35 |
| Hex | AD | 8 | 68 | 0 | 5F | 28 | 20 | 145 | 5B | 23 |
| Octal | 255 | 10 | 150 | 0 | 137 | 50 | 40 | 505 | 133 | 43 |
| Binary | 10101101 | 1000 | 1101000 | 0 | 1011111 | 101000 | 100000 | 101000101 | 1011011 | 100011 |
Color Harmonies of #AD0868
Complementary color
Monochromatic Colors of #AD0868
Black with #AD0868
Text Example
Text Example
White with #AD0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0868; }
p { color: rgb(173,8,104); }
H1.HeaderClassName
{
color: #AD0868;
}
.AnyTagClassName
{
color: #AD0868;
}
</style>
background-color css
<style>
a { background-color: #AD0868; }
a { background-color: rgb(173,8,104); }
div.DivClassName
{
background-color: #AD0868;
}
.BgClassName
{
background-color: #AD0868;
}
</style>
border-color css
<style>
span { border-color: #AD0868; }
span { border-color: rgb(173,8,104); }
td.TdClassName
{
border-color: #AD0868;
}
.TagClassName
{
border-color: #AD0868;
}
</style>