Shades of Jazzberry Jam #AD0365
Tints of Jazzberry Jam #AD0365
RGB
CMYK
RGB Variations
Color information
#AD0365 (or 0xAD0365) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 65. RGB value is (173,3,101). Sum of RGB (Red+Green+Blue) = 173+3+101=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0365 is #52FC9A. Grayscale: #404040. Windows color (decimal): -5438619 or 6620077. OLE color: 6620077.
HSL color Cylindrical-coordinate representation of color #AD0365: hue angle of 325.41º 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 #AD0365 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.32 |
| HSL | 325.41º | 0.97% | 0.35% | - |
| HSV(B) | 325.41º | 0.98% | 0.68% | - |
| XYZ | 19.62 | 9.89 | 13.19 | - |
| YUV | 65 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 101 | 0 | 0.98 | 0.42 | 0.32 | 325.41 | 0.97 | 0.35 |
| Hex | AD | 3 | 65 | 0 | 62 | 2A | 20 | 145 | 61 | 23 |
| Octal | 255 | 3 | 145 | 0 | 142 | 52 | 40 | 505 | 141 | 43 |
| Binary | 10101101 | 11 | 1100101 | 0 | 1100010 | 101010 | 100000 | 101000101 | 1100001 | 100011 |
Color Harmonies of #AD0365
Complementary color
Monochromatic Colors of #AD0365
Black with #AD0365
Text Example
Text Example
White with #AD0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0365; }
p { color: rgb(173,3,101); }
H1.HeaderClassName
{
color: #AD0365;
}
.AnyTagClassName
{
color: #AD0365;
}
</style>
background-color css
<style>
a { background-color: #AD0365; }
a { background-color: rgb(173,3,101); }
div.DivClassName
{
background-color: #AD0365;
}
.BgClassName
{
background-color: #AD0365;
}
</style>
border-color css
<style>
span { border-color: #AD0365; }
span { border-color: rgb(173,3,101); }
td.TdClassName
{
border-color: #AD0365;
}
.TagClassName
{
border-color: #AD0365;
}
</style>