Shades of Jazzberry Jam #AD1754
Tints of Jazzberry Jam #AD1754
RGB
CMYK
RGB Variations
Color information
#AD1754 (or 0xAD1754) is known color: Jazzberry Jam. HEX triplet: AD, 17 and 54. RGB value is (173,23,84). Sum of RGB (Red+Green+Blue) = 173+23+84=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1754 is #52E8AB. Grayscale: #4A4A4A. Windows color (decimal): -5433516 or 5511085. OLE color: 5511085.
HSL color Cylindrical-coordinate representation of color #AD1754: hue angle of 335.6º 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 #AD1754 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 84 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.32 |
| HSL | 335.6º | 0.77% | 0.38% | - |
| HSV(B) | 335.6º | 0.87% | 0.68% | - |
| XYZ | 19.14 | 10.14 | 9.34 | - |
| YUV | 74.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 84 | 0 | 0.87 | 0.51 | 0.32 | 335.6 | 0.77 | 0.38 |
| Hex | AD | 17 | 54 | 0 | 57 | 33 | 20 | 150 | 4D | 26 |
| Octal | 255 | 27 | 124 | 0 | 127 | 63 | 40 | 520 | 115 | 46 |
| Binary | 10101101 | 10111 | 1010100 | 0 | 1010111 | 110011 | 100000 | 101010000 | 1001101 | 100110 |
Color Harmonies of #AD1754
Complementary color
Monochromatic Colors of #AD1754
Black with #AD1754
Text Example
Text Example
White with #AD1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1754; }
p { color: rgb(173,23,84); }
H1.HeaderClassName
{
color: #AD1754;
}
.AnyTagClassName
{
color: #AD1754;
}
</style>
background-color css
<style>
a { background-color: #AD1754; }
a { background-color: rgb(173,23,84); }
div.DivClassName
{
background-color: #AD1754;
}
.BgClassName
{
background-color: #AD1754;
}
</style>
border-color css
<style>
span { border-color: #AD1754; }
span { border-color: rgb(173,23,84); }
td.TdClassName
{
border-color: #AD1754;
}
.TagClassName
{
border-color: #AD1754;
}
</style>