Shades of Jazzberry Jam #A4044D
Tints of Jazzberry Jam #A4044D
RGB
CMYK
RGB Variations
Color information
#A4044D (or 0xA4044D) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 4D. RGB value is (164,4,77). Sum of RGB (Red+Green+Blue) = 164+4+77=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4044D is #5BFBB2. Grayscale: #3C3C3C. Windows color (decimal): -6028211 or 5047460. OLE color: 5047460.
HSL color Cylindrical-coordinate representation of color #A4044D: hue angle of 332.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4044D is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.36 |
| HSL | 332.63º | 0.95% | 0.33% | - |
| HSV(B) | 332.63º | 0.98% | 0.64% | - |
| XYZ | 16.69 | 8.52 | 7.78 | - |
| YUV | 60.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 77 | 0 | 0.98 | 0.53 | 0.36 | 332.63 | 0.95 | 0.33 |
| Hex | A4 | 4 | 4D | 0 | 62 | 35 | 24 | 14D | 5F | 21 |
| Octal | 244 | 4 | 115 | 0 | 142 | 65 | 44 | 515 | 137 | 41 |
| Binary | 10100100 | 100 | 1001101 | 0 | 1100010 | 110101 | 100100 | 101001101 | 1011111 | 100001 |
Color Harmonies of #A4044D
Complementary color
Monochromatic Colors of #A4044D
Black with #A4044D
Text Example
Text Example
White with #A4044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4044D; }
p { color: rgb(164,4,77); }
H1.HeaderClassName
{
color: #A4044D;
}
.AnyTagClassName
{
color: #A4044D;
}
</style>
background-color css
<style>
a { background-color: #A4044D; }
a { background-color: rgb(164,4,77); }
div.DivClassName
{
background-color: #A4044D;
}
.BgClassName
{
background-color: #A4044D;
}
</style>
border-color css
<style>
span { border-color: #A4044D; }
span { border-color: rgb(164,4,77); }
td.TdClassName
{
border-color: #A4044D;
}
.TagClassName
{
border-color: #A4044D;
}
</style>