Shades of Jazzberry Jam #AD0568
Tints of Jazzberry Jam #AD0568
RGB
CMYK
RGB Variations
Color information
#AD0568 (or 0xAD0568) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 68. RGB value is (173,5,104). Sum of RGB (Red+Green+Blue) = 173+5+104=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0568 is #52FA97. Grayscale: #424242. Windows color (decimal): -5438104 or 6817197. OLE color: 6817197.
HSL color Cylindrical-coordinate representation of color #AD0568: hue angle of 324.64º degrees, saturation: 0.94, 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 #AD0568 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 104 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.32 |
| HSL | 324.64º | 0.94% | 0.35% | - |
| HSV(B) | 324.64º | 0.97% | 0.68% | - |
| XYZ | 19.79 | 9.99 | 13.98 | - |
| YUV | 66.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 104 | 0 | 0.97 | 0.40 | 0.32 | 324.64 | 0.94 | 0.35 |
| Hex | AD | 5 | 68 | 0 | 61 | 28 | 20 | 145 | 5E | 23 |
| Octal | 255 | 5 | 150 | 0 | 141 | 50 | 40 | 505 | 136 | 43 |
| Binary | 10101101 | 101 | 1101000 | 0 | 1100001 | 101000 | 100000 | 101000101 | 1011110 | 100011 |
Color Harmonies of #AD0568
Complementary color
Monochromatic Colors of #AD0568
Black with #AD0568
Text Example
Text Example
White with #AD0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0568; }
p { color: rgb(173,5,104); }
H1.HeaderClassName
{
color: #AD0568;
}
.AnyTagClassName
{
color: #AD0568;
}
</style>
background-color css
<style>
a { background-color: #AD0568; }
a { background-color: rgb(173,5,104); }
div.DivClassName
{
background-color: #AD0568;
}
.BgClassName
{
background-color: #AD0568;
}
</style>
border-color css
<style>
span { border-color: #AD0568; }
span { border-color: rgb(173,5,104); }
td.TdClassName
{
border-color: #AD0568;
}
.TagClassName
{
border-color: #AD0568;
}
</style>