Shades of Jazzberry Jam #AD084D
Tints of Jazzberry Jam #AD084D
RGB
CMYK
RGB Variations
Color information
#AD084D (or 0xAD084D) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 4D. RGB value is (173,8,77). Sum of RGB (Red+Green+Blue) = 173+8+77=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD084D is #52F7B2. Grayscale: #414141. Windows color (decimal): -5437363 or 5048493. OLE color: 5048493.
HSL color Cylindrical-coordinate representation of color #AD084D: hue angle of 334.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD084D is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.32 |
| HSL | 334.91º | 0.91% | 0.35% | - |
| HSV(B) | 334.91º | 0.95% | 0.68% | - |
| XYZ | 18.66 | 9.59 | 7.89 | - |
| YUV | 65.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 77 | 0 | 0.95 | 0.55 | 0.32 | 334.91 | 0.91 | 0.35 |
| Hex | AD | 8 | 4D | 0 | 5F | 37 | 20 | 14F | 5B | 23 |
| Octal | 255 | 10 | 115 | 0 | 137 | 67 | 40 | 517 | 133 | 43 |
| Binary | 10101101 | 1000 | 1001101 | 0 | 1011111 | 110111 | 100000 | 101001111 | 1011011 | 100011 |
Color Harmonies of #AD084D
Complementary color
Monochromatic Colors of #AD084D
Black with #AD084D
Text Example
Text Example
White with #AD084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD084D; }
p { color: rgb(173,8,77); }
H1.HeaderClassName
{
color: #AD084D;
}
.AnyTagClassName
{
color: #AD084D;
}
</style>
background-color css
<style>
a { background-color: #AD084D; }
a { background-color: rgb(173,8,77); }
div.DivClassName
{
background-color: #AD084D;
}
.BgClassName
{
background-color: #AD084D;
}
</style>
border-color css
<style>
span { border-color: #AD084D; }
span { border-color: rgb(173,8,77); }
td.TdClassName
{
border-color: #AD084D;
}
.TagClassName
{
border-color: #AD084D;
}
</style>