Shades of Jazzberry Jam #A3044D
Tints of Jazzberry Jam #A3044D
RGB
CMYK
RGB Variations
Color information
#A3044D (or 0xA3044D) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 4D. RGB value is (163,4,77). Sum of RGB (Red+Green+Blue) = 163+4+77=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A3044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3044D is #5CFBB2. Grayscale: #3B3B3B. Windows color (decimal): -6093747 or 5047459. OLE color: 5047459.
HSL color Cylindrical-coordinate representation of color #A3044D: hue angle of 332.45º 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 #A3044D is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.36 |
| HSL | 332.45º | 0.95% | 0.33% | - |
| HSV(B) | 332.45º | 0.98% | 0.64% | - |
| XYZ | 16.49 | 8.41 | 7.78 | - |
| YUV | 59.86 | 137.68 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 77 | 0 | 0.98 | 0.53 | 0.36 | 332.45 | 0.95 | 0.33 |
| Hex | A3 | 4 | 4D | 0 | 62 | 35 | 24 | 14C | 5F | 21 |
| Octal | 243 | 4 | 115 | 0 | 142 | 65 | 44 | 514 | 137 | 41 |
| Binary | 10100011 | 100 | 1001101 | 0 | 1100010 | 110101 | 100100 | 101001100 | 1011111 | 100001 |
Color Harmonies of #A3044D
Complementary color
Monochromatic Colors of #A3044D
Black with #A3044D
Text Example
Text Example
White with #A3044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3044D; }
p { color: rgb(163,4,77); }
H1.HeaderClassName
{
color: #A3044D;
}
.AnyTagClassName
{
color: #A3044D;
}
</style>
background-color css
<style>
a { background-color: #A3044D; }
a { background-color: rgb(163,4,77); }
div.DivClassName
{
background-color: #A3044D;
}
.BgClassName
{
background-color: #A3044D;
}
</style>
border-color css
<style>
span { border-color: #A3044D; }
span { border-color: rgb(163,4,77); }
td.TdClassName
{
border-color: #A3044D;
}
.TagClassName
{
border-color: #A3044D;
}
</style>