Shades of Jazzberry Jam #AD1258
Tints of Jazzberry Jam #AD1258
RGB
CMYK
RGB Variations
Color information
#AD1258 (or 0xAD1258) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 58. RGB value is (173,18,88). Sum of RGB (Red+Green+Blue) = 173+18+88=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1258 is #52EDA7. Grayscale: #484848. Windows color (decimal): -5434792 or 5771949. OLE color: 5771949.
HSL color Cylindrical-coordinate representation of color #AD1258: hue angle of 332.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1258 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 88 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.32 |
| HSL | 332.9º | 0.81% | 0.37% | - |
| HSV(B) | 332.9º | 0.9% | 0.68% | - |
| XYZ | 19.21 | 10.02 | 10.15 | - |
| YUV | 72.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 88 | 0 | 0.90 | 0.49 | 0.32 | 332.9 | 0.81 | 0.37 |
| Hex | AD | 12 | 58 | 0 | 5A | 31 | 20 | 14D | 51 | 25 |
| Octal | 255 | 22 | 130 | 0 | 132 | 61 | 40 | 515 | 121 | 45 |
| Binary | 10101101 | 10010 | 1011000 | 0 | 1011010 | 110001 | 100000 | 101001101 | 1010001 | 100101 |
Color Harmonies of #AD1258
Complementary color
Monochromatic Colors of #AD1258
Black with #AD1258
Text Example
Text Example
White with #AD1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1258; }
p { color: rgb(173,18,88); }
H1.HeaderClassName
{
color: #AD1258;
}
.AnyTagClassName
{
color: #AD1258;
}
</style>
background-color css
<style>
a { background-color: #AD1258; }
a { background-color: rgb(173,18,88); }
div.DivClassName
{
background-color: #AD1258;
}
.BgClassName
{
background-color: #AD1258;
}
</style>
border-color css
<style>
span { border-color: #AD1258; }
span { border-color: rgb(173,18,88); }
td.TdClassName
{
border-color: #AD1258;
}
.TagClassName
{
border-color: #AD1258;
}
</style>