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