Shades of Jazzberry Jam #A40053
Tints of Jazzberry Jam #A40053
RGB
CMYK
RGB Variations
Color information
#A40053 (or 0xA40053) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 53. RGB value is (164,0,83). Sum of RGB (Red+Green+Blue) = 164+0+83=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A40053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40053 is #5BFFAC. Grayscale: #3A3A3A. Windows color (decimal): -6029229 or 5439652. OLE color: 5439652.
HSL color Cylindrical-coordinate representation of color #A40053: hue angle of 329.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40053 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.49 | 0.36 |
| HSL | 329.63º | 1% | 0.32% | - |
| HSV(B) | 329.63º | 1% | 0.64% | - |
| XYZ | 16.87 | 8.52 | 8.94 | - |
| YUV | 58.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 83 | 0 | 1 | 0.49 | 0.36 | 329.63 | 1 | 0.32 |
| Hex | A4 | 0 | 53 | 0 | 64 | 31 | 24 | 14A | 64 | 20 |
| Octal | 244 | 0 | 123 | 0 | 144 | 61 | 44 | 512 | 144 | 40 |
| Binary | 10100100 | 0 | 1010011 | 0 | 1100100 | 110001 | 100100 | 101001010 | 1100100 | 100000 |
Color Harmonies of #A40053
Complementary color
Monochromatic Colors of #A40053
Black with #A40053
Text Example
Text Example
White with #A40053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40053; }
p { color: rgb(164,0,83); }
H1.HeaderClassName
{
color: #A40053;
}
.AnyTagClassName
{
color: #A40053;
}
</style>
background-color css
<style>
a { background-color: #A40053; }
a { background-color: rgb(164,0,83); }
div.DivClassName
{
background-color: #A40053;
}
.BgClassName
{
background-color: #A40053;
}
</style>
border-color css
<style>
span { border-color: #A40053; }
span { border-color: rgb(164,0,83); }
td.TdClassName
{
border-color: #A40053;
}
.TagClassName
{
border-color: #A40053;
}
</style>