Shades of Jazzberry Jam #A9115B
Tints of Jazzberry Jam #A9115B
RGB
CMYK
RGB Variations
Color information
#A9115B (or 0xA9115B) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 5B. RGB value is (169,17,91). Sum of RGB (Red+Green+Blue) = 169+17+91=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A9115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9115B is #56EEA4. Grayscale: #464646. Windows color (decimal): -5697189 or 5968297. OLE color: 5968297.
HSL color Cylindrical-coordinate representation of color #A9115B: hue angle of 330.79º 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 #A9115B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 91 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.34 |
| HSL | 330.79º | 0.82% | 0.36% | - |
| HSV(B) | 330.79º | 0.9% | 0.66% | - |
| XYZ | 18.45 | 9.59 | 10.78 | - |
| YUV | 70.88 | 139.36 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 91 | 0 | 0.90 | 0.46 | 0.34 | 330.79 | 0.82 | 0.36 |
| Hex | A9 | 11 | 5B | 0 | 5A | 2E | 22 | 14B | 52 | 24 |
| Octal | 251 | 21 | 133 | 0 | 132 | 56 | 42 | 513 | 122 | 44 |
| Binary | 10101001 | 10001 | 1011011 | 0 | 1011010 | 101110 | 100010 | 101001011 | 1010010 | 100100 |
Color Harmonies of #A9115B
Complementary color
Monochromatic Colors of #A9115B
Black with #A9115B
Text Example
Text Example
White with #A9115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9115B; }
p { color: rgb(169,17,91); }
H1.HeaderClassName
{
color: #A9115B;
}
.AnyTagClassName
{
color: #A9115B;
}
</style>
background-color css
<style>
a { background-color: #A9115B; }
a { background-color: rgb(169,17,91); }
div.DivClassName
{
background-color: #A9115B;
}
.BgClassName
{
background-color: #A9115B;
}
</style>
border-color css
<style>
span { border-color: #A9115B; }
span { border-color: rgb(169,17,91); }
td.TdClassName
{
border-color: #A9115B;
}
.TagClassName
{
border-color: #A9115B;
}
</style>