Shades of Jazzberry Jam #AD0567
Tints of Jazzberry Jam #AD0567
RGB
CMYK
RGB Variations
Color information
#AD0567 (or 0xAD0567) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 67. RGB value is (173,5,103). Sum of RGB (Red+Green+Blue) = 173+5+103=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0567 is #52FA98. Grayscale: #424242. Windows color (decimal): -5438105 or 6751661. OLE color: 6751661.
HSL color Cylindrical-coordinate representation of color #AD0567: hue angle of 325º 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 #AD0567 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 5 | 103 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.32 |
| HSL | 325º | 0.94% | 0.35% | - |
| HSV(B) | 325º | 0.97% | 0.68% | - |
| XYZ | 19.74 | 9.97 | 13.72 | - |
| YUV | 66.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 5 | 103 | 0 | 0.97 | 0.40 | 0.32 | 325 | 0.94 | 0.35 |
| Hex | AD | 5 | 67 | 0 | 61 | 28 | 20 | 145 | 5E | 23 |
| Octal | 255 | 5 | 147 | 0 | 141 | 50 | 40 | 505 | 136 | 43 |
| Binary | 10101101 | 101 | 1100111 | 0 | 1100001 | 101000 | 100000 | 101000101 | 1011110 | 100011 |
Color Harmonies of #AD0567
Complementary color
Monochromatic Colors of #AD0567
Black with #AD0567
Text Example
Text Example
White with #AD0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0567; }
p { color: rgb(173,5,103); }
H1.HeaderClassName
{
color: #AD0567;
}
.AnyTagClassName
{
color: #AD0567;
}
</style>
background-color css
<style>
a { background-color: #AD0567; }
a { background-color: rgb(173,5,103); }
div.DivClassName
{
background-color: #AD0567;
}
.BgClassName
{
background-color: #AD0567;
}
</style>
border-color css
<style>
span { border-color: #AD0567; }
span { border-color: rgb(173,5,103); }
td.TdClassName
{
border-color: #AD0567;
}
.TagClassName
{
border-color: #AD0567;
}
</style>