Shades of Jazzberry Jam #AD1757
Tints of Jazzberry Jam #AD1757
RGB
CMYK
RGB Variations
Color information
#AD1757 (or 0xAD1757) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 57. RGB value is (173,23,87). Sum of RGB (Red+Green+Blue) = 173+23+87=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1757 is #52E8A8. Grayscale: #4B4B4B. Windows color (decimal): -5433513 or 5707693. OLE color: 5707693.
HSL color Cylindrical-coordinate representation of color #AD1757: hue angle of 334.4º 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 #AD1757 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 87 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.32 |
| HSL | 334.4º | 0.77% | 0.38% | - |
| HSV(B) | 334.4º | 0.87% | 0.68% | - |
| XYZ | 19.26 | 10.19 | 9.97 | - |
| YUV | 75.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 87 | 0 | 0.87 | 0.50 | 0.32 | 334.4 | 0.77 | 0.38 |
| Hex | AD | 17 | 57 | 0 | 57 | 32 | 20 | 14E | 4D | 26 |
| Octal | 255 | 27 | 127 | 0 | 127 | 62 | 40 | 516 | 115 | 46 |
| Binary | 10101101 | 10111 | 1010111 | 0 | 1010111 | 110010 | 100000 | 101001110 | 1001101 | 100110 |
Color Harmonies of #AD1757
Complementary color
Monochromatic Colors of #AD1757
Black with #AD1757
Text Example
Text Example
White with #AD1757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1757; }
p { color: rgb(173,23,87); }
H1.HeaderClassName
{
color: #AD1757;
}
.AnyTagClassName
{
color: #AD1757;
}
</style>
background-color css
<style>
a { background-color: #AD1757; }
a { background-color: rgb(173,23,87); }
div.DivClassName
{
background-color: #AD1757;
}
.BgClassName
{
background-color: #AD1757;
}
</style>
border-color css
<style>
span { border-color: #AD1757; }
span { border-color: rgb(173,23,87); }
td.TdClassName
{
border-color: #AD1757;
}
.TagClassName
{
border-color: #AD1757;
}
</style>