Shades of Jazzberry Jam #AD064A
Tints of Jazzberry Jam #AD064A
RGB
CMYK
RGB Variations
Color information
#AD064A (or 0xAD064A) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 4A. RGB value is (173,6,74). Sum of RGB (Red+Green+Blue) = 173+6+74=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD064A is #52F9B5. Grayscale: #3F3F3F. Windows color (decimal): -5437878 or 4851373. OLE color: 4851373.
HSL color Cylindrical-coordinate representation of color #AD064A: hue angle of 335.57º 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 #AD064A is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.32 |
| HSL | 335.57º | 0.93% | 0.35% | - |
| HSV(B) | 335.57º | 0.97% | 0.68% | - |
| XYZ | 18.53 | 9.51 | 7.34 | - |
| YUV | 63.69 | 133.83 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 74 | 0 | 0.97 | 0.57 | 0.32 | 335.57 | 0.93 | 0.35 |
| Hex | AD | 6 | 4A | 0 | 61 | 39 | 20 | 150 | 5D | 23 |
| Octal | 255 | 6 | 112 | 0 | 141 | 71 | 40 | 520 | 135 | 43 |
| Binary | 10101101 | 110 | 1001010 | 0 | 1100001 | 111001 | 100000 | 101010000 | 1011101 | 100011 |
Color Harmonies of #AD064A
Complementary color
Monochromatic Colors of #AD064A
Black with #AD064A
Text Example
Text Example
White with #AD064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD064A; }
p { color: rgb(173,6,74); }
H1.HeaderClassName
{
color: #AD064A;
}
.AnyTagClassName
{
color: #AD064A;
}
</style>
background-color css
<style>
a { background-color: #AD064A; }
a { background-color: rgb(173,6,74); }
div.DivClassName
{
background-color: #AD064A;
}
.BgClassName
{
background-color: #AD064A;
}
</style>
border-color css
<style>
span { border-color: #AD064A; }
span { border-color: rgb(173,6,74); }
td.TdClassName
{
border-color: #AD064A;
}
.TagClassName
{
border-color: #AD064A;
}
</style>