Shades of Jazzberry Jam #AD0364
Tints of Jazzberry Jam #AD0364
RGB
CMYK
RGB Variations
Color information
#AD0364 (or 0xAD0364) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 64. RGB value is (173,3,100). Sum of RGB (Red+Green+Blue) = 173+3+100=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0364 is #52FC9B. Grayscale: #404040. Windows color (decimal): -5438620 or 6554541. OLE color: 6554541.
HSL color Cylindrical-coordinate representation of color #AD0364: hue angle of 325.76º 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 #AD0364 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 100 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.32 |
| HSL | 325.76º | 0.97% | 0.35% | - |
| HSV(B) | 325.76º | 0.98% | 0.68% | - |
| XYZ | 19.57 | 9.87 | 12.93 | - |
| YUV | 64.89 | 147.82 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 100 | 0 | 0.98 | 0.42 | 0.32 | 325.76 | 0.97 | 0.35 |
| Hex | AD | 3 | 64 | 0 | 62 | 2A | 20 | 146 | 61 | 23 |
| Octal | 255 | 3 | 144 | 0 | 142 | 52 | 40 | 506 | 141 | 43 |
| Binary | 10101101 | 11 | 1100100 | 0 | 1100010 | 101010 | 100000 | 101000110 | 1100001 | 100011 |
Color Harmonies of #AD0364
Complementary color
Monochromatic Colors of #AD0364
Black with #AD0364
Text Example
Text Example
White with #AD0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0364; }
p { color: rgb(173,3,100); }
H1.HeaderClassName
{
color: #AD0364;
}
.AnyTagClassName
{
color: #AD0364;
}
</style>
background-color css
<style>
a { background-color: #AD0364; }
a { background-color: rgb(173,3,100); }
div.DivClassName
{
background-color: #AD0364;
}
.BgClassName
{
background-color: #AD0364;
}
</style>
border-color css
<style>
span { border-color: #AD0364; }
span { border-color: rgb(173,3,100); }
td.TdClassName
{
border-color: #AD0364;
}
.TagClassName
{
border-color: #AD0364;
}
</style>