Shades of Jazzberry Jam #AD0F75
Tints of Jazzberry Jam #AD0F75
RGB
CMYK
RGB Variations
Color information
#AD0F75 (or 0xAD0F75) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 75. RGB value is (173,15,117). Sum of RGB (Red+Green+Blue) = 173+15+117=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F75 is #52F08A. Grayscale: #494949. Windows color (decimal): -5435531 or 7671725. OLE color: 7671725.
HSL color Cylindrical-coordinate representation of color #AD0F75: hue angle of 321.27º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F75 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 117 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.32 |
| HSL | 321.27º | 0.84% | 0.37% | - |
| HSV(B) | 321.27º | 0.91% | 0.68% | - |
| XYZ | 20.62 | 10.51 | 17.77 | - |
| YUV | 73.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 117 | 0 | 0.91 | 0.32 | 0.32 | 321.27 | 0.84 | 0.37 |
| Hex | AD | F | 75 | 0 | 5B | 20 | 20 | 141 | 54 | 25 |
| Octal | 255 | 17 | 165 | 0 | 133 | 40 | 40 | 501 | 124 | 45 |
| Binary | 10101101 | 1111 | 1110101 | 0 | 1011011 | 100000 | 100000 | 101000001 | 1010100 | 100101 |
Color Harmonies of #AD0F75
Complementary color
Monochromatic Colors of #AD0F75
Black with #AD0F75
Text Example
Text Example
White with #AD0F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F75; }
p { color: rgb(173,15,117); }
H1.HeaderClassName
{
color: #AD0F75;
}
.AnyTagClassName
{
color: #AD0F75;
}
</style>
background-color css
<style>
a { background-color: #AD0F75; }
a { background-color: rgb(173,15,117); }
div.DivClassName
{
background-color: #AD0F75;
}
.BgClassName
{
background-color: #AD0F75;
}
</style>
border-color css
<style>
span { border-color: #AD0F75; }
span { border-color: rgb(173,15,117); }
td.TdClassName
{
border-color: #AD0F75;
}
.TagClassName
{
border-color: #AD0F75;
}
</style>