Shades of Jazzberry Jam #A9115D
Tints of Jazzberry Jam #A9115D
RGB
CMYK
RGB Variations
Color information
#A9115D (or 0xA9115D) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 5D. RGB value is (169,17,93). Sum of RGB (Red+Green+Blue) = 169+17+93=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A9115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9115D is #56EEA2. Grayscale: #464646. Windows color (decimal): -5697187 or 6099369. OLE color: 6099369.
HSL color Cylindrical-coordinate representation of color #A9115D: hue angle of 330º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9115D is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 93 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.34 |
| HSL | 330º | 0.82% | 0.36% | - |
| HSV(B) | 330º | 0.9% | 0.66% | - |
| XYZ | 18.54 | 9.63 | 11.24 | - |
| YUV | 71.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 93 | 0 | 0.90 | 0.45 | 0.34 | 330 | 0.82 | 0.36 |
| Hex | A9 | 11 | 5D | 0 | 5A | 2D | 22 | 14A | 52 | 24 |
| Octal | 251 | 21 | 135 | 0 | 132 | 55 | 42 | 512 | 122 | 44 |
| Binary | 10101001 | 10001 | 1011101 | 0 | 1011010 | 101101 | 100010 | 101001010 | 1010010 | 100100 |
Color Harmonies of #A9115D
Complementary color
Monochromatic Colors of #A9115D
Black with #A9115D
Text Example
Text Example
White with #A9115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9115D; }
p { color: rgb(169,17,93); }
H1.HeaderClassName
{
color: #A9115D;
}
.AnyTagClassName
{
color: #A9115D;
}
</style>
background-color css
<style>
a { background-color: #A9115D; }
a { background-color: rgb(169,17,93); }
div.DivClassName
{
background-color: #A9115D;
}
.BgClassName
{
background-color: #A9115D;
}
</style>
border-color css
<style>
span { border-color: #A9115D; }
span { border-color: rgb(169,17,93); }
td.TdClassName
{
border-color: #A9115D;
}
.TagClassName
{
border-color: #A9115D;
}
</style>