Shades of Jazzberry Jam #AD074F
Tints of Jazzberry Jam #AD074F
RGB
CMYK
RGB Variations
Color information
#AD074F (or 0xAD074F) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 4F. RGB value is (173,7,79). Sum of RGB (Red+Green+Blue) = 173+7+79=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD074F is #52F8B0. Grayscale: #404040. Windows color (decimal): -5437617 or 5179309. OLE color: 5179309.
HSL color Cylindrical-coordinate representation of color #AD074F: hue angle of 333.98º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD074F is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 79 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.32 |
| HSL | 333.98º | 0.92% | 0.35% | - |
| HSV(B) | 333.98º | 0.96% | 0.68% | - |
| XYZ | 18.72 | 9.6 | 8.26 | - |
| YUV | 64.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 79 | 0 | 0.96 | 0.54 | 0.32 | 333.98 | 0.92 | 0.35 |
| Hex | AD | 7 | 4F | 0 | 60 | 36 | 20 | 14E | 5C | 23 |
| Octal | 255 | 7 | 117 | 0 | 140 | 66 | 40 | 516 | 134 | 43 |
| Binary | 10101101 | 111 | 1001111 | 0 | 1100000 | 110110 | 100000 | 101001110 | 1011100 | 100011 |
Color Harmonies of #AD074F
Complementary color
Monochromatic Colors of #AD074F
Black with #AD074F
Text Example
Text Example
White with #AD074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD074F; }
p { color: rgb(173,7,79); }
H1.HeaderClassName
{
color: #AD074F;
}
.AnyTagClassName
{
color: #AD074F;
}
</style>
background-color css
<style>
a { background-color: #AD074F; }
a { background-color: rgb(173,7,79); }
div.DivClassName
{
background-color: #AD074F;
}
.BgClassName
{
background-color: #AD074F;
}
</style>
border-color css
<style>
span { border-color: #AD074F; }
span { border-color: rgb(173,7,79); }
td.TdClassName
{
border-color: #AD074F;
}
.TagClassName
{
border-color: #AD074F;
}
</style>