Shades of Jazzberry Jam #A40946
Tints of Jazzberry Jam #A40946
RGB
CMYK
RGB Variations
Color information
#A40946 (or 0xA40946) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 46. RGB value is (164,9,70). Sum of RGB (Red+Green+Blue) = 164+9+70=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A40946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40946 is #5BF6B9. Grayscale: #3E3E3E. Windows color (decimal): -6026938 or 4589988. OLE color: 4589988.
HSL color Cylindrical-coordinate representation of color #A40946: hue angle of 336.39º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40946 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 70 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.36 |
| HSL | 336.39º | 0.9% | 0.34% | - |
| HSV(B) | 336.39º | 0.95% | 0.64% | - |
| XYZ | 16.51 | 8.53 | 6.57 | - |
| YUV | 62.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 70 | 0 | 0.95 | 0.57 | 0.36 | 336.39 | 0.9 | 0.34 |
| Hex | A4 | 9 | 46 | 0 | 5F | 39 | 24 | 150 | 5A | 22 |
| Octal | 244 | 11 | 106 | 0 | 137 | 71 | 44 | 520 | 132 | 42 |
| Binary | 10100100 | 1001 | 1000110 | 0 | 1011111 | 111001 | 100100 | 101010000 | 1011010 | 100010 |
Color Harmonies of #A40946
Complementary color
Monochromatic Colors of #A40946
Black with #A40946
Text Example
Text Example
White with #A40946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40946; }
p { color: rgb(164,9,70); }
H1.HeaderClassName
{
color: #A40946;
}
.AnyTagClassName
{
color: #A40946;
}
</style>
background-color css
<style>
a { background-color: #A40946; }
a { background-color: rgb(164,9,70); }
div.DivClassName
{
background-color: #A40946;
}
.BgClassName
{
background-color: #A40946;
}
</style>
border-color css
<style>
span { border-color: #A40946; }
span { border-color: rgb(164,9,70); }
td.TdClassName
{
border-color: #A40946;
}
.TagClassName
{
border-color: #A40946;
}
</style>