Shades of Jazzberry Jam #A1034C
Tints of Jazzberry Jam #A1034C
RGB
CMYK
RGB Variations
Color information
#A1034C (or 0xA1034C) is known color: Jazzberry Jam. HEX triplet: A1, 03 and 4C. RGB value is (161,3,76). Sum of RGB (Red+Green+Blue) = 161+3+76=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A1034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1034C is #5EFCB3. Grayscale: #3A3A3A. Windows color (decimal): -6225076 or 4981665. OLE color: 4981665.
HSL color Cylindrical-coordinate representation of color #A1034C: hue angle of 332.28º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1034C is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.37 |
| HSL | 332.28º | 0.96% | 0.32% | - |
| HSV(B) | 332.28º | 0.98% | 0.63% | - |
| XYZ | 16.04 | 8.16 | 7.57 | - |
| YUV | 58.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 76 | 0 | 0.98 | 0.53 | 0.37 | 332.28 | 0.96 | 0.32 |
| Hex | A1 | 3 | 4C | 0 | 62 | 35 | 25 | 14C | 60 | 20 |
| Octal | 241 | 3 | 114 | 0 | 142 | 65 | 45 | 514 | 140 | 40 |
| Binary | 10100001 | 11 | 1001100 | 0 | 1100010 | 110101 | 100101 | 101001100 | 1100000 | 100000 |
Color Harmonies of #A1034C
Complementary color
Monochromatic Colors of #A1034C
Black with #A1034C
Text Example
Text Example
White with #A1034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1034C; }
p { color: rgb(161,3,76); }
H1.HeaderClassName
{
color: #A1034C;
}
.AnyTagClassName
{
color: #A1034C;
}
</style>
background-color css
<style>
a { background-color: #A1034C; }
a { background-color: rgb(161,3,76); }
div.DivClassName
{
background-color: #A1034C;
}
.BgClassName
{
background-color: #A1034C;
}
</style>
border-color css
<style>
span { border-color: #A1034C; }
span { border-color: rgb(161,3,76); }
td.TdClassName
{
border-color: #A1034C;
}
.TagClassName
{
border-color: #A1034C;
}
</style>