Shades of Jazzberry Jam #AD084C
Tints of Jazzberry Jam #AD084C
RGB
CMYK
RGB Variations
Color information
#AD084C (or 0xAD084C) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 4C. RGB value is (173,8,76). Sum of RGB (Red+Green+Blue) = 173+8+76=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD084C is #52F7B3. Grayscale: #404040. Windows color (decimal): -5437364 or 4982957. OLE color: 4982957.
HSL color Cylindrical-coordinate representation of color #AD084C: hue angle of 335.27º 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 #AD084C is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 8 | 76 | - |
CMYK | 0 | 0.95 | 0.56 | 0.32 |
HSL | 335.27º | 0.91% | 0.35% | - |
HSV(B) | 335.27º | 0.95% | 0.68% | - |
XYZ | 18.62 | 9.58 | 7.7 | - |
YUV | 65.09 | 134.16 | 204.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 8 | 76 | 0 | 0.95 | 0.56 | 0.32 | 335.27 | 0.91 | 0.35 |
Hex | AD | 8 | 4C | 0 | 5F | 38 | 20 | 14F | 5B | 23 |
Octal | 255 | 10 | 114 | 0 | 137 | 70 | 40 | 517 | 133 | 43 |
Binary | 10101101 | 1000 | 1001100 | 0 | 1011111 | 111000 | 100000 | 101001111 | 1011011 | 100011 |
Color Harmonies of #AD084C
Complementary color
Monochromatic Colors of #AD084C
Black with #AD084C
Text Example
Text Example
White with #AD084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD084C; }
p { color: rgb(173,8,76); }
H1.HeaderClassName
{
color: #AD084C;
}
.AnyTagClassName
{
color: #AD084C;
}
</style>
background-color css
<style>
a { background-color: #AD084C; }
a { background-color: rgb(173,8,76); }
div.DivClassName
{
background-color: #AD084C;
}
.BgClassName
{
background-color: #AD084C;
}
</style>
border-color css
<style>
span { border-color: #AD084C; }
span { border-color: rgb(173,8,76); }
td.TdClassName
{
border-color: #AD084C;
}
.TagClassName
{
border-color: #AD084C;
}
</style>