Shades of Jazzberry Jam #AD1264
Tints of Jazzberry Jam #AD1264
RGB
CMYK
RGB Variations
Color information
#AD1264 (or 0xAD1264) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 64. RGB value is (173,18,100). Sum of RGB (Red+Green+Blue) = 173+18+100=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1264 is #52ED9B. Grayscale: #494949. Windows color (decimal): -5434780 or 6558381. OLE color: 6558381.
HSL color Cylindrical-coordinate representation of color #AD1264: hue angle of 328.26º 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 #AD1264 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 100 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.32 |
| HSL | 328.26º | 0.81% | 0.37% | - |
| HSV(B) | 328.26º | 0.9% | 0.68% | - |
| XYZ | 19.75 | 10.24 | 12.99 | - |
| YUV | 73.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 100 | 0 | 0.90 | 0.42 | 0.32 | 328.26 | 0.81 | 0.37 |
| Hex | AD | 12 | 64 | 0 | 5A | 2A | 20 | 148 | 51 | 25 |
| Octal | 255 | 22 | 144 | 0 | 132 | 52 | 40 | 510 | 121 | 45 |
| Binary | 10101101 | 10010 | 1100100 | 0 | 1011010 | 101010 | 100000 | 101001000 | 1010001 | 100101 |
Color Harmonies of #AD1264
Complementary color
Monochromatic Colors of #AD1264
Black with #AD1264
Text Example
Text Example
White with #AD1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1264; }
p { color: rgb(173,18,100); }
H1.HeaderClassName
{
color: #AD1264;
}
.AnyTagClassName
{
color: #AD1264;
}
</style>
background-color css
<style>
a { background-color: #AD1264; }
a { background-color: rgb(173,18,100); }
div.DivClassName
{
background-color: #AD1264;
}
.BgClassName
{
background-color: #AD1264;
}
</style>
border-color css
<style>
span { border-color: #AD1264; }
span { border-color: rgb(173,18,100); }
td.TdClassName
{
border-color: #AD1264;
}
.TagClassName
{
border-color: #AD1264;
}
</style>