Shades of Jazzberry Jam #AD085B
Tints of Jazzberry Jam #AD085B
RGB
CMYK
RGB Variations
Color information
#AD085B (or 0xAD085B) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 5B. RGB value is (173,8,91). Sum of RGB (Red+Green+Blue) = 173+8+91=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD085B is #52F7A4. Grayscale: #424242. Windows color (decimal): -5437349 or 5965997. OLE color: 5965997.
HSL color Cylindrical-coordinate representation of color #AD085B: hue angle of 329.82º 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 #AD085B is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 91 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.32 |
| HSL | 329.82º | 0.91% | 0.35% | - |
| HSV(B) | 329.82º | 0.95% | 0.68% | - |
| XYZ | 19.21 | 9.81 | 10.78 | - |
| YUV | 66.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 91 | 0 | 0.95 | 0.47 | 0.32 | 329.82 | 0.91 | 0.35 |
| Hex | AD | 8 | 5B | 0 | 5F | 2F | 20 | 14A | 5B | 23 |
| Octal | 255 | 10 | 133 | 0 | 137 | 57 | 40 | 512 | 133 | 43 |
| Binary | 10101101 | 1000 | 1011011 | 0 | 1011111 | 101111 | 100000 | 101001010 | 1011011 | 100011 |
Color Harmonies of #AD085B
Complementary color
Monochromatic Colors of #AD085B
Black with #AD085B
Text Example
Text Example
White with #AD085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD085B; }
p { color: rgb(173,8,91); }
H1.HeaderClassName
{
color: #AD085B;
}
.AnyTagClassName
{
color: #AD085B;
}
</style>
background-color css
<style>
a { background-color: #AD085B; }
a { background-color: rgb(173,8,91); }
div.DivClassName
{
background-color: #AD085B;
}
.BgClassName
{
background-color: #AD085B;
}
</style>
border-color css
<style>
span { border-color: #AD085B; }
span { border-color: rgb(173,8,91); }
td.TdClassName
{
border-color: #AD085B;
}
.TagClassName
{
border-color: #AD085B;
}
</style>