Shades of Jazzberry Jam #A4034E
Tints of Jazzberry Jam #A4034E
RGB
CMYK
RGB Variations
Color information
#A4034E (or 0xA4034E) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 4E. RGB value is (164,3,78). Sum of RGB (Red+Green+Blue) = 164+3+78=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4034E is #5BFCB1. Grayscale: #3B3B3B. Windows color (decimal): -6028466 or 5112740. OLE color: 5112740.
HSL color Cylindrical-coordinate representation of color #A4034E: hue angle of 332.05º degrees, saturation: 0.96, 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 #A4034E is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.36 |
| HSL | 332.05º | 0.96% | 0.33% | - |
| HSV(B) | 332.05º | 0.98% | 0.64% | - |
| XYZ | 16.72 | 8.51 | 7.97 | - |
| YUV | 59.69 | 138.34 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 78 | 0 | 0.98 | 0.52 | 0.36 | 332.05 | 0.96 | 0.33 |
| Hex | A4 | 3 | 4E | 0 | 62 | 34 | 24 | 14C | 60 | 21 |
| Octal | 244 | 3 | 116 | 0 | 142 | 64 | 44 | 514 | 140 | 41 |
| Binary | 10100100 | 11 | 1001110 | 0 | 1100010 | 110100 | 100100 | 101001100 | 1100000 | 100001 |
Color Harmonies of #A4034E
Complementary color
Monochromatic Colors of #A4034E
Black with #A4034E
Text Example
Text Example
White with #A4034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4034E; }
p { color: rgb(164,3,78); }
H1.HeaderClassName
{
color: #A4034E;
}
.AnyTagClassName
{
color: #A4034E;
}
</style>
background-color css
<style>
a { background-color: #A4034E; }
a { background-color: rgb(164,3,78); }
div.DivClassName
{
background-color: #A4034E;
}
.BgClassName
{
background-color: #A4034E;
}
</style>
border-color css
<style>
span { border-color: #A4034E; }
span { border-color: rgb(164,3,78); }
td.TdClassName
{
border-color: #A4034E;
}
.TagClassName
{
border-color: #A4034E;
}
</style>