Shades of Jazzberry Jam #A3034C
Tints of Jazzberry Jam #A3034C
RGB
CMYK
RGB Variations
Color information
#A3034C (or 0xA3034C) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 4C. RGB value is (163,3,76). Sum of RGB (Red+Green+Blue) = 163+3+76=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A3034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3034C is #5CFCB3. Grayscale: #3B3B3B. Windows color (decimal): -6094004 or 4981667. OLE color: 4981667.
HSL color Cylindrical-coordinate representation of color #A3034C: hue angle of 332.62º 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 #A3034C is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.36 |
| HSL | 332.63º | 0.96% | 0.33% | - |
| HSV(B) | 332.63º | 0.98% | 0.64% | - |
| XYZ | 16.44 | 8.37 | 7.59 | - |
| YUV | 59.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 76 | 0 | 0.98 | 0.53 | 0.36 | 332.63 | 0.96 | 0.33 |
| Hex | A3 | 3 | 4C | 0 | 62 | 35 | 24 | 14D | 60 | 21 |
| Octal | 243 | 3 | 114 | 0 | 142 | 65 | 44 | 515 | 140 | 41 |
| Binary | 10100011 | 11 | 1001100 | 0 | 1100010 | 110101 | 100100 | 101001101 | 1100000 | 100001 |
Color Harmonies of #A3034C
Complementary color
Monochromatic Colors of #A3034C
Black with #A3034C
Text Example
Text Example
White with #A3034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3034C; }
p { color: rgb(163,3,76); }
H1.HeaderClassName
{
color: #A3034C;
}
.AnyTagClassName
{
color: #A3034C;
}
</style>
background-color css
<style>
a { background-color: #A3034C; }
a { background-color: rgb(163,3,76); }
div.DivClassName
{
background-color: #A3034C;
}
.BgClassName
{
background-color: #A3034C;
}
</style>
border-color css
<style>
span { border-color: #A3034C; }
span { border-color: rgb(163,3,76); }
td.TdClassName
{
border-color: #A3034C;
}
.TagClassName
{
border-color: #A3034C;
}
</style>