Shades of Jazzberry Jam #AD1260
Tints of Jazzberry Jam #AD1260
RGB
CMYK
RGB Variations
Color information
#AD1260 (or 0xAD1260) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 60. RGB value is (173,18,96). Sum of RGB (Red+Green+Blue) = 173+18+96=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1260 is #52ED9F. Grayscale: #494949. Windows color (decimal): -5434784 or 6296237. OLE color: 6296237.
HSL color Cylindrical-coordinate representation of color #AD1260: hue angle of 329.81º 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 #AD1260 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 96 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.32 |
| HSL | 329.81º | 0.81% | 0.37% | - |
| HSV(B) | 329.81º | 0.9% | 0.68% | - |
| XYZ | 19.56 | 10.16 | 12 | - |
| YUV | 73.24 | 140.85 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 96 | 0 | 0.90 | 0.45 | 0.32 | 329.81 | 0.81 | 0.37 |
| Hex | AD | 12 | 60 | 0 | 5A | 2D | 20 | 14A | 51 | 25 |
| Octal | 255 | 22 | 140 | 0 | 132 | 55 | 40 | 512 | 121 | 45 |
| Binary | 10101101 | 10010 | 1100000 | 0 | 1011010 | 101101 | 100000 | 101001010 | 1010001 | 100101 |
Color Harmonies of #AD1260
Complementary color
Monochromatic Colors of #AD1260
Black with #AD1260
Text Example
Text Example
White with #AD1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1260; }
p { color: rgb(173,18,96); }
H1.HeaderClassName
{
color: #AD1260;
}
.AnyTagClassName
{
color: #AD1260;
}
</style>
background-color css
<style>
a { background-color: #AD1260; }
a { background-color: rgb(173,18,96); }
div.DivClassName
{
background-color: #AD1260;
}
.BgClassName
{
background-color: #AD1260;
}
</style>
border-color css
<style>
span { border-color: #AD1260; }
span { border-color: rgb(173,18,96); }
td.TdClassName
{
border-color: #AD1260;
}
.TagClassName
{
border-color: #AD1260;
}
</style>