Shades of Jazzberry Jam #AD1859
Tints of Jazzberry Jam #AD1859
RGB
CMYK
RGB Variations
Color information
#AD1859 (or 0xAD1859) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 59. RGB value is (173,24,89). Sum of RGB (Red+Green+Blue) = 173+24+89=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1859 is #52E7A6. Grayscale: #4B4B4B. Windows color (decimal): -5433255 or 5839021. OLE color: 5839021.
HSL color Cylindrical-coordinate representation of color #AD1859: hue angle of 333.83º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1859 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 89 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.32 |
| HSL | 333.83º | 0.76% | 0.39% | - |
| HSV(B) | 333.83º | 0.86% | 0.68% | - |
| XYZ | 19.36 | 10.26 | 10.41 | - |
| YUV | 75.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 89 | 0 | 0.86 | 0.49 | 0.32 | 333.83 | 0.76 | 0.39 |
| Hex | AD | 18 | 59 | 0 | 56 | 31 | 20 | 14E | 4C | 27 |
| Octal | 255 | 30 | 131 | 0 | 126 | 61 | 40 | 516 | 114 | 47 |
| Binary | 10101101 | 11000 | 1011001 | 0 | 1010110 | 110001 | 100000 | 101001110 | 1001100 | 100111 |
Color Harmonies of #AD1859
Complementary color
Monochromatic Colors of #AD1859
Black with #AD1859
Text Example
Text Example
White with #AD1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1859; }
p { color: rgb(173,24,89); }
H1.HeaderClassName
{
color: #AD1859;
}
.AnyTagClassName
{
color: #AD1859;
}
</style>
background-color css
<style>
a { background-color: #AD1859; }
a { background-color: rgb(173,24,89); }
div.DivClassName
{
background-color: #AD1859;
}
.BgClassName
{
background-color: #AD1859;
}
</style>
border-color css
<style>
span { border-color: #AD1859; }
span { border-color: rgb(173,24,89); }
td.TdClassName
{
border-color: #AD1859;
}
.TagClassName
{
border-color: #AD1859;
}
</style>