Shades of Jazzberry Jam #AD085F
Tints of Jazzberry Jam #AD085F
RGB
CMYK
RGB Variations
Color information
#AD085F (or 0xAD085F) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 5F. RGB value is (173,8,95). Sum of RGB (Red+Green+Blue) = 173+8+95=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD085F is #52F7A0. Grayscale: #434343. Windows color (decimal): -5437345 or 6228141. OLE color: 6228141.
HSL color Cylindrical-coordinate representation of color #AD085F: hue angle of 328.36º 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 #AD085F is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 95 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.32 |
| HSL | 328.36º | 0.91% | 0.35% | - |
| HSV(B) | 328.36º | 0.95% | 0.68% | - |
| XYZ | 19.39 | 9.88 | 11.71 | - |
| YUV | 67.25 | 143.66 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 95 | 0 | 0.95 | 0.45 | 0.32 | 328.36 | 0.91 | 0.35 |
| Hex | AD | 8 | 5F | 0 | 5F | 2D | 20 | 148 | 5B | 23 |
| Octal | 255 | 10 | 137 | 0 | 137 | 55 | 40 | 510 | 133 | 43 |
| Binary | 10101101 | 1000 | 1011111 | 0 | 1011111 | 101101 | 100000 | 101001000 | 1011011 | 100011 |
Color Harmonies of #AD085F
Complementary color
Monochromatic Colors of #AD085F
Black with #AD085F
Text Example
Text Example
White with #AD085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD085F; }
p { color: rgb(173,8,95); }
H1.HeaderClassName
{
color: #AD085F;
}
.AnyTagClassName
{
color: #AD085F;
}
</style>
background-color css
<style>
a { background-color: #AD085F; }
a { background-color: rgb(173,8,95); }
div.DivClassName
{
background-color: #AD085F;
}
.BgClassName
{
background-color: #AD085F;
}
</style>
border-color css
<style>
span { border-color: #AD085F; }
span { border-color: rgb(173,8,95); }
td.TdClassName
{
border-color: #AD085F;
}
.TagClassName
{
border-color: #AD085F;
}
</style>