Shades of Jazzberry Jam #AD094E
Tints of Jazzberry Jam #AD094E
RGB
CMYK
RGB Variations
Color information
#AD094E (or 0xAD094E) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 4E. RGB value is (173,9,78). Sum of RGB (Red+Green+Blue) = 173+9+78=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD094E is #52F6B1. Grayscale: #414141. Windows color (decimal): -5437106 or 5114285. OLE color: 5114285.
HSL color Cylindrical-coordinate representation of color #AD094E: hue angle of 334.76º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD094E is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 78 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.32 |
| HSL | 334.76º | 0.9% | 0.36% | - |
| HSV(B) | 334.76º | 0.95% | 0.68% | - |
| XYZ | 18.71 | 9.63 | 8.08 | - |
| YUV | 65.9 | 134.83 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 78 | 0 | 0.95 | 0.55 | 0.32 | 334.76 | 0.9 | 0.36 |
| Hex | AD | 9 | 4E | 0 | 5F | 37 | 20 | 14F | 5A | 24 |
| Octal | 255 | 11 | 116 | 0 | 137 | 67 | 40 | 517 | 132 | 44 |
| Binary | 10101101 | 1001 | 1001110 | 0 | 1011111 | 110111 | 100000 | 101001111 | 1011010 | 100100 |
Color Harmonies of #AD094E
Complementary color
Monochromatic Colors of #AD094E
Black with #AD094E
Text Example
Text Example
White with #AD094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD094E; }
p { color: rgb(173,9,78); }
H1.HeaderClassName
{
color: #AD094E;
}
.AnyTagClassName
{
color: #AD094E;
}
</style>
background-color css
<style>
a { background-color: #AD094E; }
a { background-color: rgb(173,9,78); }
div.DivClassName
{
background-color: #AD094E;
}
.BgClassName
{
background-color: #AD094E;
}
</style>
border-color css
<style>
span { border-color: #AD094E; }
span { border-color: rgb(173,9,78); }
td.TdClassName
{
border-color: #AD094E;
}
.TagClassName
{
border-color: #AD094E;
}
</style>