Shades of Jazzberry Jam #AD1758
Tints of Jazzberry Jam #AD1758
RGB
CMYK
RGB Variations
Color information
#AD1758 (or 0xAD1758) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 58. RGB value is (173,23,88). Sum of RGB (Red+Green+Blue) = 173+23+88=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1758 is #52E8A7. Grayscale: #4B4B4B. Windows color (decimal): -5433512 or 5773229. OLE color: 5773229.
HSL color Cylindrical-coordinate representation of color #AD1758: hue angle of 334º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1758 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 88 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.32 |
| HSL | 334º | 0.77% | 0.38% | - |
| HSV(B) | 334º | 0.87% | 0.68% | - |
| XYZ | 19.3 | 10.2 | 10.18 | - |
| YUV | 75.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 88 | 0 | 0.87 | 0.49 | 0.32 | 334 | 0.77 | 0.38 |
| Hex | AD | 17 | 58 | 0 | 57 | 31 | 20 | 14E | 4D | 26 |
| Octal | 255 | 27 | 130 | 0 | 127 | 61 | 40 | 516 | 115 | 46 |
| Binary | 10101101 | 10111 | 1011000 | 0 | 1010111 | 110001 | 100000 | 101001110 | 1001101 | 100110 |
Color Harmonies of #AD1758
Complementary color
Monochromatic Colors of #AD1758
Black with #AD1758
Text Example
Text Example
White with #AD1758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1758; }
p { color: rgb(173,23,88); }
H1.HeaderClassName
{
color: #AD1758;
}
.AnyTagClassName
{
color: #AD1758;
}
</style>
background-color css
<style>
a { background-color: #AD1758; }
a { background-color: rgb(173,23,88); }
div.DivClassName
{
background-color: #AD1758;
}
.BgClassName
{
background-color: #AD1758;
}
</style>
border-color css
<style>
span { border-color: #AD1758; }
span { border-color: rgb(173,23,88); }
td.TdClassName
{
border-color: #AD1758;
}
.TagClassName
{
border-color: #AD1758;
}
</style>