Shades of Jazzberry Jam #AD0F74
Tints of Jazzberry Jam #AD0F74
RGB
CMYK
RGB Variations
Color information
#AD0F74 (or 0xAD0F74) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 74. RGB value is (173,15,116). Sum of RGB (Red+Green+Blue) = 173+15+116=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F74 is #52F08B. Grayscale: #494949. Windows color (decimal): -5435532 or 7606189. OLE color: 7606189.
HSL color Cylindrical-coordinate representation of color #AD0F74: hue angle of 321.65º 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 #AD0F74 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 116 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.32 |
| HSL | 321.65º | 0.84% | 0.37% | - |
| HSV(B) | 321.65º | 0.91% | 0.68% | - |
| XYZ | 20.56 | 10.49 | 17.46 | - |
| YUV | 73.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 116 | 0 | 0.91 | 0.33 | 0.32 | 321.65 | 0.84 | 0.37 |
| Hex | AD | F | 74 | 0 | 5B | 21 | 20 | 142 | 54 | 25 |
| Octal | 255 | 17 | 164 | 0 | 133 | 41 | 40 | 502 | 124 | 45 |
| Binary | 10101101 | 1111 | 1110100 | 0 | 1011011 | 100001 | 100000 | 101000010 | 1010100 | 100101 |
Color Harmonies of #AD0F74
Complementary color
Monochromatic Colors of #AD0F74
Black with #AD0F74
Text Example
Text Example
White with #AD0F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F74; }
p { color: rgb(173,15,116); }
H1.HeaderClassName
{
color: #AD0F74;
}
.AnyTagClassName
{
color: #AD0F74;
}
</style>
background-color css
<style>
a { background-color: #AD0F74; }
a { background-color: rgb(173,15,116); }
div.DivClassName
{
background-color: #AD0F74;
}
.BgClassName
{
background-color: #AD0F74;
}
</style>
border-color css
<style>
span { border-color: #AD0F74; }
span { border-color: rgb(173,15,116); }
td.TdClassName
{
border-color: #AD0F74;
}
.TagClassName
{
border-color: #AD0F74;
}
</style>