Shades of Jazzberry Jam #A9064E
Tints of Jazzberry Jam #A9064E
RGB
CMYK
RGB Variations
Color information
#A9064E (or 0xA9064E) is known color: Jazzberry Jam. HEX triplet: A9, 06 and 4E. RGB value is (169,6,78). Sum of RGB (Red+Green+Blue) = 169+6+78=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A9064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9064E is #56F9B1. Grayscale: #3E3E3E. Windows color (decimal): -5700018 or 5113513. OLE color: 5113513.
HSL color Cylindrical-coordinate representation of color #A9064E: hue angle of 333.5º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9064E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 78 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.34 |
| HSL | 333.5º | 0.93% | 0.34% | - |
| HSV(B) | 333.5º | 0.96% | 0.66% | - |
| XYZ | 17.8 | 9.12 | 8.03 | - |
| YUV | 62.95 | 136.5 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 78 | 0 | 0.96 | 0.54 | 0.34 | 333.5 | 0.93 | 0.34 |
| Hex | A9 | 6 | 4E | 0 | 60 | 36 | 22 | 14D | 5D | 22 |
| Octal | 251 | 6 | 116 | 0 | 140 | 66 | 42 | 515 | 135 | 42 |
| Binary | 10101001 | 110 | 1001110 | 0 | 1100000 | 110110 | 100010 | 101001101 | 1011101 | 100010 |
Color Harmonies of #A9064E
Complementary color
Monochromatic Colors of #A9064E
Black with #A9064E
Text Example
Text Example
White with #A9064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9064E; }
p { color: rgb(169,6,78); }
H1.HeaderClassName
{
color: #A9064E;
}
.AnyTagClassName
{
color: #A9064E;
}
</style>
background-color css
<style>
a { background-color: #A9064E; }
a { background-color: rgb(169,6,78); }
div.DivClassName
{
background-color: #A9064E;
}
.BgClassName
{
background-color: #A9064E;
}
</style>
border-color css
<style>
span { border-color: #A9064E; }
span { border-color: rgb(169,6,78); }
td.TdClassName
{
border-color: #A9064E;
}
.TagClassName
{
border-color: #A9064E;
}
</style>