Shades of Jazzberry Jam #AD155F
Tints of Jazzberry Jam #AD155F
RGB
CMYK
RGB Variations
Color information
#AD155F (or 0xAD155F) is known color: Jazzberry Jam. HEX triplet: AD, 15 and 5F. RGB value is (173,21,95). Sum of RGB (Red+Green+Blue) = 173+21+95=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD155F is #52EAA0. Grayscale: #4A4A4A. Windows color (decimal): -5434017 or 6231469. OLE color: 6231469.
HSL color Cylindrical-coordinate representation of color #AD155F: hue angle of 330.79º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD155F is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 95 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.32 |
| HSL | 330.79º | 0.78% | 0.38% | - |
| HSV(B) | 330.79º | 0.88% | 0.68% | - |
| XYZ | 19.57 | 10.25 | 11.77 | - |
| YUV | 74.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 95 | 0 | 0.88 | 0.45 | 0.32 | 330.79 | 0.78 | 0.38 |
| Hex | AD | 15 | 5F | 0 | 58 | 2D | 20 | 14B | 4E | 26 |
| Octal | 255 | 25 | 137 | 0 | 130 | 55 | 40 | 513 | 116 | 46 |
| Binary | 10101101 | 10101 | 1011111 | 0 | 1011000 | 101101 | 100000 | 101001011 | 1001110 | 100110 |
Color Harmonies of #AD155F
Complementary color
Monochromatic Colors of #AD155F
Black with #AD155F
Text Example
Text Example
White with #AD155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD155F; }
p { color: rgb(173,21,95); }
H1.HeaderClassName
{
color: #AD155F;
}
.AnyTagClassName
{
color: #AD155F;
}
</style>
background-color css
<style>
a { background-color: #AD155F; }
a { background-color: rgb(173,21,95); }
div.DivClassName
{
background-color: #AD155F;
}
.BgClassName
{
background-color: #AD155F;
}
</style>
border-color css
<style>
span { border-color: #AD155F; }
span { border-color: rgb(173,21,95); }
td.TdClassName
{
border-color: #AD155F;
}
.TagClassName
{
border-color: #AD155F;
}
</style>