Shades of Jazzberry Jam #AD084A
Tints of Jazzberry Jam #AD084A
RGB
CMYK
RGB Variations
Color information
#AD084A (or 0xAD084A) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 4A. RGB value is (173,8,74). Sum of RGB (Red+Green+Blue) = 173+8+74=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD084A is #52F7B5. Grayscale: #404040. Windows color (decimal): -5437366 or 4851885. OLE color: 4851885.
HSL color Cylindrical-coordinate representation of color #AD084A: hue angle of 336º 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 #AD084A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 74 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.32 |
| HSL | 336º | 0.91% | 0.35% | - |
| HSV(B) | 336º | 0.95% | 0.68% | - |
| XYZ | 18.56 | 9.55 | 7.34 | - |
| YUV | 64.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 74 | 0 | 0.95 | 0.57 | 0.32 | 336 | 0.91 | 0.35 |
| Hex | AD | 8 | 4A | 0 | 5F | 39 | 20 | 150 | 5B | 23 |
| Octal | 255 | 10 | 112 | 0 | 137 | 71 | 40 | 520 | 133 | 43 |
| Binary | 10101101 | 1000 | 1001010 | 0 | 1011111 | 111001 | 100000 | 101010000 | 1011011 | 100011 |
Color Harmonies of #AD084A
Complementary color
Monochromatic Colors of #AD084A
Black with #AD084A
Text Example
Text Example
White with #AD084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD084A; }
p { color: rgb(173,8,74); }
H1.HeaderClassName
{
color: #AD084A;
}
.AnyTagClassName
{
color: #AD084A;
}
</style>
background-color css
<style>
a { background-color: #AD084A; }
a { background-color: rgb(173,8,74); }
div.DivClassName
{
background-color: #AD084A;
}
.BgClassName
{
background-color: #AD084A;
}
</style>
border-color css
<style>
span { border-color: #AD084A; }
span { border-color: rgb(173,8,74); }
td.TdClassName
{
border-color: #AD084A;
}
.TagClassName
{
border-color: #AD084A;
}
</style>