Shades of Jazzberry Jam #AD086B
Tints of Jazzberry Jam #AD086B
RGB
CMYK
RGB Variations
Color information
#AD086B (or 0xAD086B) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 6B. RGB value is (173,8,107). Sum of RGB (Red+Green+Blue) = 173+8+107=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD086B is #52F794. Grayscale: #444444. Windows color (decimal): -5437333 or 7014573. OLE color: 7014573.
HSL color Cylindrical-coordinate representation of color #AD086B: hue angle of 324º 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 #AD086B is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 107 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.32 |
| HSL | 324º | 0.91% | 0.35% | - |
| HSV(B) | 324º | 0.95% | 0.68% | - |
| XYZ | 19.97 | 10.12 | 14.81 | - |
| YUV | 68.62 | 149.66 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 107 | 0 | 0.95 | 0.38 | 0.32 | 324 | 0.91 | 0.35 |
| Hex | AD | 8 | 6B | 0 | 5F | 26 | 20 | 144 | 5B | 23 |
| Octal | 255 | 10 | 153 | 0 | 137 | 46 | 40 | 504 | 133 | 43 |
| Binary | 10101101 | 1000 | 1101011 | 0 | 1011111 | 100110 | 100000 | 101000100 | 1011011 | 100011 |
Color Harmonies of #AD086B
Complementary color
Monochromatic Colors of #AD086B
Black with #AD086B
Text Example
Text Example
White with #AD086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD086B; }
p { color: rgb(173,8,107); }
H1.HeaderClassName
{
color: #AD086B;
}
.AnyTagClassName
{
color: #AD086B;
}
</style>
background-color css
<style>
a { background-color: #AD086B; }
a { background-color: rgb(173,8,107); }
div.DivClassName
{
background-color: #AD086B;
}
.BgClassName
{
background-color: #AD086B;
}
</style>
border-color css
<style>
span { border-color: #AD086B; }
span { border-color: rgb(173,8,107); }
td.TdClassName
{
border-color: #AD086B;
}
.TagClassName
{
border-color: #AD086B;
}
</style>