Shades of Jazzberry Jam #AD086F
Tints of Jazzberry Jam #AD086F
RGB
CMYK
RGB Variations
Color information
#AD086F (or 0xAD086F) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 6F. RGB value is (173,8,111). Sum of RGB (Red+Green+Blue) = 173+8+111=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD086F is #52F790. Grayscale: #444444. Windows color (decimal): -5437329 or 7276717. OLE color: 7276717.
HSL color Cylindrical-coordinate representation of color #AD086F: hue angle of 322.55º 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 #AD086F is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 111 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.32 |
| HSL | 322.55º | 0.91% | 0.35% | - |
| HSV(B) | 322.55º | 0.95% | 0.68% | - |
| XYZ | 20.19 | 10.21 | 15.94 | - |
| YUV | 69.08 | 151.66 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 111 | 0 | 0.95 | 0.36 | 0.32 | 322.55 | 0.91 | 0.35 |
| Hex | AD | 8 | 6F | 0 | 5F | 24 | 20 | 143 | 5B | 23 |
| Octal | 255 | 10 | 157 | 0 | 137 | 44 | 40 | 503 | 133 | 43 |
| Binary | 10101101 | 1000 | 1101111 | 0 | 1011111 | 100100 | 100000 | 101000011 | 1011011 | 100011 |
Color Harmonies of #AD086F
Complementary color
Monochromatic Colors of #AD086F
Black with #AD086F
Text Example
Text Example
White with #AD086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD086F; }
p { color: rgb(173,8,111); }
H1.HeaderClassName
{
color: #AD086F;
}
.AnyTagClassName
{
color: #AD086F;
}
</style>
background-color css
<style>
a { background-color: #AD086F; }
a { background-color: rgb(173,8,111); }
div.DivClassName
{
background-color: #AD086F;
}
.BgClassName
{
background-color: #AD086F;
}
</style>
border-color css
<style>
span { border-color: #AD086F; }
span { border-color: rgb(173,8,111); }
td.TdClassName
{
border-color: #AD086F;
}
.TagClassName
{
border-color: #AD086F;
}
</style>