Shades of Jazzberry Jam #A1034A
Tints of Jazzberry Jam #A1034A
RGB
CMYK
RGB Variations
Color information
#A1034A (or 0xA1034A) is known color: Jazzberry Jam. HEX triplet: A1, 03 and 4A. RGB value is (161,3,74). Sum of RGB (Red+Green+Blue) = 161+3+74=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1034A is #5EFCB5. Grayscale: #3A3A3A. Windows color (decimal): -6225078 or 4850593. OLE color: 4850593.
HSL color Cylindrical-coordinate representation of color #A1034A: hue angle of 333.04º 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 #A1034A is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 74 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.37 |
| HSL | 333.04º | 0.96% | 0.32% | - |
| HSV(B) | 333.04º | 0.98% | 0.63% | - |
| XYZ | 15.97 | 8.14 | 7.21 | - |
| YUV | 58.34 | 136.85 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 74 | 0 | 0.98 | 0.54 | 0.37 | 333.04 | 0.96 | 0.32 |
| Hex | A1 | 3 | 4A | 0 | 62 | 36 | 25 | 14D | 60 | 20 |
| Octal | 241 | 3 | 112 | 0 | 142 | 66 | 45 | 515 | 140 | 40 |
| Binary | 10100001 | 11 | 1001010 | 0 | 1100010 | 110110 | 100101 | 101001101 | 1100000 | 100000 |
Color Harmonies of #A1034A
Complementary color
Monochromatic Colors of #A1034A
Black with #A1034A
Text Example
Text Example
White with #A1034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1034A; }
p { color: rgb(161,3,74); }
H1.HeaderClassName
{
color: #A1034A;
}
.AnyTagClassName
{
color: #A1034A;
}
</style>
background-color css
<style>
a { background-color: #A1034A; }
a { background-color: rgb(161,3,74); }
div.DivClassName
{
background-color: #A1034A;
}
.BgClassName
{
background-color: #A1034A;
}
</style>
border-color css
<style>
span { border-color: #A1034A; }
span { border-color: rgb(161,3,74); }
td.TdClassName
{
border-color: #A1034A;
}
.TagClassName
{
border-color: #A1034A;
}
</style>