Shades of Jazzberry Jam #AD1858
Tints of Jazzberry Jam #AD1858
RGB
CMYK
RGB Variations
Color information
#AD1858 (or 0xAD1858) is known color: Jazzberry Jam. HEX triplet: AD, 18 and 58. RGB value is (173,24,88). Sum of RGB (Red+Green+Blue) = 173+24+88=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1858 is #52E7A7. Grayscale: #4B4B4B. Windows color (decimal): -5433256 or 5773485. OLE color: 5773485.
HSL color Cylindrical-coordinate representation of color #AD1858: hue angle of 334.23º 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 #AD1858 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 88 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.32 |
| HSL | 334.23º | 0.76% | 0.39% | - |
| HSV(B) | 334.23º | 0.86% | 0.68% | - |
| XYZ | 19.32 | 10.24 | 10.19 | - |
| YUV | 75.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 88 | 0 | 0.86 | 0.49 | 0.32 | 334.23 | 0.76 | 0.39 |
| Hex | AD | 18 | 58 | 0 | 56 | 31 | 20 | 14E | 4C | 27 |
| Octal | 255 | 30 | 130 | 0 | 126 | 61 | 40 | 516 | 114 | 47 |
| Binary | 10101101 | 11000 | 1011000 | 0 | 1010110 | 110001 | 100000 | 101001110 | 1001100 | 100111 |
Color Harmonies of #AD1858
Complementary color
Monochromatic Colors of #AD1858
Black with #AD1858
Text Example
Text Example
White with #AD1858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1858; }
p { color: rgb(173,24,88); }
H1.HeaderClassName
{
color: #AD1858;
}
.AnyTagClassName
{
color: #AD1858;
}
</style>
background-color css
<style>
a { background-color: #AD1858; }
a { background-color: rgb(173,24,88); }
div.DivClassName
{
background-color: #AD1858;
}
.BgClassName
{
background-color: #AD1858;
}
</style>
border-color css
<style>
span { border-color: #AD1858; }
span { border-color: rgb(173,24,88); }
td.TdClassName
{
border-color: #AD1858;
}
.TagClassName
{
border-color: #AD1858;
}
</style>