Shades of Jazzberry Jam #A9124C
Tints of Jazzberry Jam #A9124C
RGB
CMYK
RGB Variations
Color information
#A9124C (or 0xA9124C) is known color: Jazzberry Jam. HEX triplet: A9, 12 and 4C. RGB value is (169,18,76). Sum of RGB (Red+Green+Blue) = 169+18+76=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A9124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9124C is #56EDB3. Grayscale: #454545. Windows color (decimal): -5696948 or 4985513. OLE color: 4985513.
HSL color Cylindrical-coordinate representation of color #A9124C: hue angle of 336.95º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9124C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 18 | 76 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.34 |
| HSL | 336.95º | 0.81% | 0.37% | - |
| HSV(B) | 336.95º | 0.89% | 0.66% | - |
| XYZ | 17.88 | 9.39 | 7.71 | - |
| YUV | 69.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 76 | 0 | 0.89 | 0.55 | 0.34 | 336.95 | 0.81 | 0.37 |
| Hex | A9 | 12 | 4C | 0 | 59 | 37 | 22 | 151 | 51 | 25 |
| Octal | 251 | 22 | 114 | 0 | 131 | 67 | 42 | 521 | 121 | 45 |
| Binary | 10101001 | 10010 | 1001100 | 0 | 1011001 | 110111 | 100010 | 101010001 | 1010001 | 100101 |
Color Harmonies of #A9124C
Complementary color
Monochromatic Colors of #A9124C
Black with #A9124C
Text Example
Text Example
White with #A9124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9124C; }
p { color: rgb(169,18,76); }
H1.HeaderClassName
{
color: #A9124C;
}
.AnyTagClassName
{
color: #A9124C;
}
</style>
background-color css
<style>
a { background-color: #A9124C; }
a { background-color: rgb(169,18,76); }
div.DivClassName
{
background-color: #A9124C;
}
.BgClassName
{
background-color: #A9124C;
}
</style>
border-color css
<style>
span { border-color: #A9124C; }
span { border-color: rgb(169,18,76); }
td.TdClassName
{
border-color: #A9124C;
}
.TagClassName
{
border-color: #A9124C;
}
</style>