Shades of Jazzberry Jam #AD065D
Tints of Jazzberry Jam #AD065D
RGB
CMYK
RGB Variations
Color information
#AD065D (or 0xAD065D) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 5D. RGB value is (173,6,93). Sum of RGB (Red+Green+Blue) = 173+6+93=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD065D is #52F9A2. Grayscale: #414141. Windows color (decimal): -5437859 or 6096557. OLE color: 6096557.
HSL color Cylindrical-coordinate representation of color #AD065D: hue angle of 328.74º 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 #AD065D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.32 |
| HSL | 328.74º | 0.93% | 0.35% | - |
| HSV(B) | 328.74º | 0.97% | 0.68% | - |
| XYZ | 19.27 | 9.8 | 11.23 | - |
| YUV | 65.85 | 143.33 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 93 | 0 | 0.97 | 0.46 | 0.32 | 328.74 | 0.93 | 0.35 |
| Hex | AD | 6 | 5D | 0 | 61 | 2E | 20 | 149 | 5D | 23 |
| Octal | 255 | 6 | 135 | 0 | 141 | 56 | 40 | 511 | 135 | 43 |
| Binary | 10101101 | 110 | 1011101 | 0 | 1100001 | 101110 | 100000 | 101001001 | 1011101 | 100011 |
Color Harmonies of #AD065D
Complementary color
Monochromatic Colors of #AD065D
Black with #AD065D
Text Example
Text Example
White with #AD065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD065D; }
p { color: rgb(173,6,93); }
H1.HeaderClassName
{
color: #AD065D;
}
.AnyTagClassName
{
color: #AD065D;
}
</style>
background-color css
<style>
a { background-color: #AD065D; }
a { background-color: rgb(173,6,93); }
div.DivClassName
{
background-color: #AD065D;
}
.BgClassName
{
background-color: #AD065D;
}
</style>
border-color css
<style>
span { border-color: #AD065D; }
span { border-color: rgb(173,6,93); }
td.TdClassName
{
border-color: #AD065D;
}
.TagClassName
{
border-color: #AD065D;
}
</style>