Shades of Jazzberry Jam #AD064E
Tints of Jazzberry Jam #AD064E
RGB
CMYK
RGB Variations
Color information
#AD064E (or 0xAD064E) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 4E. RGB value is (173,6,78). Sum of RGB (Red+Green+Blue) = 173+6+78=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD064E is #52F9B1. Grayscale: #404040. Windows color (decimal): -5437874 or 5113517. OLE color: 5113517.
HSL color Cylindrical-coordinate representation of color #AD064E: hue angle of 334.13º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD064E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 78 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.32 |
| HSL | 334.13º | 0.93% | 0.35% | - |
| HSV(B) | 334.13º | 0.97% | 0.68% | - |
| XYZ | 18.67 | 9.56 | 8.07 | - |
| YUV | 64.14 | 135.83 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 78 | 0 | 0.97 | 0.55 | 0.32 | 334.13 | 0.93 | 0.35 |
| Hex | AD | 6 | 4E | 0 | 61 | 37 | 20 | 14E | 5D | 23 |
| Octal | 255 | 6 | 116 | 0 | 141 | 67 | 40 | 516 | 135 | 43 |
| Binary | 10101101 | 110 | 1001110 | 0 | 1100001 | 110111 | 100000 | 101001110 | 1011101 | 100011 |
Color Harmonies of #AD064E
Complementary color
Monochromatic Colors of #AD064E
Black with #AD064E
Text Example
Text Example
White with #AD064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD064E; }
p { color: rgb(173,6,78); }
H1.HeaderClassName
{
color: #AD064E;
}
.AnyTagClassName
{
color: #AD064E;
}
</style>
background-color css
<style>
a { background-color: #AD064E; }
a { background-color: rgb(173,6,78); }
div.DivClassName
{
background-color: #AD064E;
}
.BgClassName
{
background-color: #AD064E;
}
</style>
border-color css
<style>
span { border-color: #AD064E; }
span { border-color: rgb(173,6,78); }
td.TdClassName
{
border-color: #AD064E;
}
.TagClassName
{
border-color: #AD064E;
}
</style>