Shades of Jazzberry Jam #AD1460
Tints of Jazzberry Jam #AD1460
RGB
CMYK
RGB Variations
Color information
#AD1460 (or 0xAD1460) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 60. RGB value is (173,20,96). Sum of RGB (Red+Green+Blue) = 173+20+96=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1460 is #52EB9F. Grayscale: #4A4A4A. Windows color (decimal): -5434272 or 6296749. OLE color: 6296749.
HSL color Cylindrical-coordinate representation of color #AD1460: hue angle of 330.2º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1460 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 96 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.32 |
| HSL | 330.2º | 0.79% | 0.38% | - |
| HSV(B) | 330.2º | 0.88% | 0.68% | - |
| XYZ | 19.6 | 10.23 | 12.01 | - |
| YUV | 74.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 96 | 0 | 0.88 | 0.45 | 0.32 | 330.2 | 0.79 | 0.38 |
| Hex | AD | 14 | 60 | 0 | 58 | 2D | 20 | 14A | 4F | 26 |
| Octal | 255 | 24 | 140 | 0 | 130 | 55 | 40 | 512 | 117 | 46 |
| Binary | 10101101 | 10100 | 1100000 | 0 | 1011000 | 101101 | 100000 | 101001010 | 1001111 | 100110 |
Color Harmonies of #AD1460
Complementary color
Monochromatic Colors of #AD1460
Black with #AD1460
Text Example
Text Example
White with #AD1460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1460; }
p { color: rgb(173,20,96); }
H1.HeaderClassName
{
color: #AD1460;
}
.AnyTagClassName
{
color: #AD1460;
}
</style>
background-color css
<style>
a { background-color: #AD1460; }
a { background-color: rgb(173,20,96); }
div.DivClassName
{
background-color: #AD1460;
}
.BgClassName
{
background-color: #AD1460;
}
</style>
border-color css
<style>
span { border-color: #AD1460; }
span { border-color: rgb(173,20,96); }
td.TdClassName
{
border-color: #AD1460;
}
.TagClassName
{
border-color: #AD1460;
}
</style>