Shades of Jazzberry Jam #AD0367
Tints of Jazzberry Jam #AD0367
RGB
CMYK
RGB Variations
Color information
#AD0367 (or 0xAD0367) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 67. RGB value is (173,3,103). Sum of RGB (Red+Green+Blue) = 173+3+103=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0367 is #52FC98. Grayscale: #414141. Windows color (decimal): -5438617 or 6751149. OLE color: 6751149.
HSL color Cylindrical-coordinate representation of color #AD0367: hue angle of 324.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0367 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.32 |
| HSL | 324.71º | 0.97% | 0.35% | - |
| HSV(B) | 324.71º | 0.98% | 0.68% | - |
| XYZ | 19.71 | 9.93 | 13.71 | - |
| YUV | 65.23 | 149.32 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 103 | 0 | 0.98 | 0.40 | 0.32 | 324.71 | 0.97 | 0.35 |
| Hex | AD | 3 | 67 | 0 | 62 | 28 | 20 | 145 | 61 | 23 |
| Octal | 255 | 3 | 147 | 0 | 142 | 50 | 40 | 505 | 141 | 43 |
| Binary | 10101101 | 11 | 1100111 | 0 | 1100010 | 101000 | 100000 | 101000101 | 1100001 | 100011 |
Color Harmonies of #AD0367
Complementary color
Monochromatic Colors of #AD0367
Black with #AD0367
Text Example
Text Example
White with #AD0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0367; }
p { color: rgb(173,3,103); }
H1.HeaderClassName
{
color: #AD0367;
}
.AnyTagClassName
{
color: #AD0367;
}
</style>
background-color css
<style>
a { background-color: #AD0367; }
a { background-color: rgb(173,3,103); }
div.DivClassName
{
background-color: #AD0367;
}
.BgClassName
{
background-color: #AD0367;
}
</style>
border-color css
<style>
span { border-color: #AD0367; }
span { border-color: rgb(173,3,103); }
td.TdClassName
{
border-color: #AD0367;
}
.TagClassName
{
border-color: #AD0367;
}
</style>