Shades of Jazzberry Jam #AD1263
Tints of Jazzberry Jam #AD1263
RGB
CMYK
RGB Variations
Color information
#AD1263 (or 0xAD1263) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 63. RGB value is (173,18,99). Sum of RGB (Red+Green+Blue) = 173+18+99=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1263 is #52ED9C. Grayscale: #494949. Windows color (decimal): -5434781 or 6492845. OLE color: 6492845.
HSL color Cylindrical-coordinate representation of color #AD1263: hue angle of 328.65º 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 #AD1263 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 99 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.32 |
| HSL | 328.65º | 0.81% | 0.37% | - |
| HSV(B) | 328.65º | 0.9% | 0.68% | - |
| XYZ | 19.7 | 10.22 | 12.74 | - |
| YUV | 73.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 99 | 0 | 0.90 | 0.43 | 0.32 | 328.65 | 0.81 | 0.37 |
| Hex | AD | 12 | 63 | 0 | 5A | 2B | 20 | 149 | 51 | 25 |
| Octal | 255 | 22 | 143 | 0 | 132 | 53 | 40 | 511 | 121 | 45 |
| Binary | 10101101 | 10010 | 1100011 | 0 | 1011010 | 101011 | 100000 | 101001001 | 1010001 | 100101 |
Color Harmonies of #AD1263
Complementary color
Monochromatic Colors of #AD1263
Black with #AD1263
Text Example
Text Example
White with #AD1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1263; }
p { color: rgb(173,18,99); }
H1.HeaderClassName
{
color: #AD1263;
}
.AnyTagClassName
{
color: #AD1263;
}
</style>
background-color css
<style>
a { background-color: #AD1263; }
a { background-color: rgb(173,18,99); }
div.DivClassName
{
background-color: #AD1263;
}
.BgClassName
{
background-color: #AD1263;
}
</style>
border-color css
<style>
span { border-color: #AD1263; }
span { border-color: rgb(173,18,99); }
td.TdClassName
{
border-color: #AD1263;
}
.TagClassName
{
border-color: #AD1263;
}
</style>