Shades of Jazzberry Jam #A1034B
Tints of Jazzberry Jam #A1034B
RGB
CMYK
RGB Variations
Color information
#A1034B (or 0xA1034B) is known color: Jazzberry Jam. HEX triplet: A1, 03 and 4B. RGB value is (161,3,75). Sum of RGB (Red+Green+Blue) = 161+3+75=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1034B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1034B is #5EFCB4. Grayscale: #3A3A3A. Windows color (decimal): -6225077 or 4916129. OLE color: 4916129.
HSL color Cylindrical-coordinate representation of color #A1034B: hue angle of 332.66º 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 #A1034B is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 3 | 75 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.37 |
| HSL | 332.66º | 0.96% | 0.32% | - |
| HSV(B) | 332.66º | 0.98% | 0.63% | - |
| XYZ | 16 | 8.15 | 7.39 | - |
| YUV | 58.45 | 137.35 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 75 | 0 | 0.98 | 0.53 | 0.37 | 332.66 | 0.96 | 0.32 |
| Hex | A1 | 3 | 4B | 0 | 62 | 35 | 25 | 14D | 60 | 20 |
| Octal | 241 | 3 | 113 | 0 | 142 | 65 | 45 | 515 | 140 | 40 |
| Binary | 10100001 | 11 | 1001011 | 0 | 1100010 | 110101 | 100101 | 101001101 | 1100000 | 100000 |
Color Harmonies of #A1034B
Complementary color
Monochromatic Colors of #A1034B
Black with #A1034B
Text Example
Text Example
White with #A1034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1034B; }
p { color: rgb(161,3,75); }
H1.HeaderClassName
{
color: #A1034B;
}
.AnyTagClassName
{
color: #A1034B;
}
</style>
background-color css
<style>
a { background-color: #A1034B; }
a { background-color: rgb(161,3,75); }
div.DivClassName
{
background-color: #A1034B;
}
.BgClassName
{
background-color: #A1034B;
}
</style>
border-color css
<style>
span { border-color: #A1034B; }
span { border-color: rgb(161,3,75); }
td.TdClassName
{
border-color: #A1034B;
}
.TagClassName
{
border-color: #A1034B;
}
</style>