Shades of Jazzberry Jam #A31145
Tints of Jazzberry Jam #A31145
RGB
CMYK
RGB Variations
Color information
#A31145 (or 0xA31145) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 45. RGB value is (163,17,69). Sum of RGB (Red+Green+Blue) = 163+17+69=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A31145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31145 is #5CEEBA. Grayscale: #424242. Windows color (decimal): -6090427 or 4526499. OLE color: 4526499.
HSL color Cylindrical-coordinate representation of color #A31145: hue angle of 338.63º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31145 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 69 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.36 |
| HSL | 338.63º | 0.81% | 0.35% | - |
| HSV(B) | 338.63º | 0.9% | 0.64% | - |
| XYZ | 16.38 | 8.62 | 6.43 | - |
| YUV | 66.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 69 | 0 | 0.90 | 0.58 | 0.36 | 338.63 | 0.81 | 0.35 |
| Hex | A3 | 11 | 45 | 0 | 5A | 3A | 24 | 153 | 51 | 23 |
| Octal | 243 | 21 | 105 | 0 | 132 | 72 | 44 | 523 | 121 | 43 |
| Binary | 10100011 | 10001 | 1000101 | 0 | 1011010 | 111010 | 100100 | 101010011 | 1010001 | 100011 |
Color Harmonies of #A31145
Complementary color
Monochromatic Colors of #A31145
Black with #A31145
Text Example
Text Example
White with #A31145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31145; }
p { color: rgb(163,17,69); }
H1.HeaderClassName
{
color: #A31145;
}
.AnyTagClassName
{
color: #A31145;
}
</style>
background-color css
<style>
a { background-color: #A31145; }
a { background-color: rgb(163,17,69); }
div.DivClassName
{
background-color: #A31145;
}
.BgClassName
{
background-color: #A31145;
}
</style>
border-color css
<style>
span { border-color: #A31145; }
span { border-color: rgb(163,17,69); }
td.TdClassName
{
border-color: #A31145;
}
.TagClassName
{
border-color: #A31145;
}
</style>