Shades of Jazzberry Jam #A31144
Tints of Jazzberry Jam #A31144
RGB
CMYK
RGB Variations
Color information
#A31144 (or 0xA31144) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 44. RGB value is (163,17,68). Sum of RGB (Red+Green+Blue) = 163+17+68=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A31144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31144 is #5CEEBB. Grayscale: #424242. Windows color (decimal): -6090428 or 4460963. OLE color: 4460963.
HSL color Cylindrical-coordinate representation of color #A31144: hue angle of 339.04º 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 #A31144 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 68 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.36 |
| HSL | 339.04º | 0.81% | 0.35% | - |
| HSV(B) | 339.04º | 0.9% | 0.64% | - |
| XYZ | 16.35 | 8.6 | 6.27 | - |
| YUV | 66.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 68 | 0 | 0.90 | 0.58 | 0.36 | 339.04 | 0.81 | 0.35 |
| Hex | A3 | 11 | 44 | 0 | 5A | 3A | 24 | 153 | 51 | 23 |
| Octal | 243 | 21 | 104 | 0 | 132 | 72 | 44 | 523 | 121 | 43 |
| Binary | 10100011 | 10001 | 1000100 | 0 | 1011010 | 111010 | 100100 | 101010011 | 1010001 | 100011 |
Color Harmonies of #A31144
Complementary color
Monochromatic Colors of #A31144
Black with #A31144
Text Example
Text Example
White with #A31144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31144; }
p { color: rgb(163,17,68); }
H1.HeaderClassName
{
color: #A31144;
}
.AnyTagClassName
{
color: #A31144;
}
</style>
background-color css
<style>
a { background-color: #A31144; }
a { background-color: rgb(163,17,68); }
div.DivClassName
{
background-color: #A31144;
}
.BgClassName
{
background-color: #A31144;
}
</style>
border-color css
<style>
span { border-color: #A31144; }
span { border-color: rgb(163,17,68); }
td.TdClassName
{
border-color: #A31144;
}
.TagClassName
{
border-color: #A31144;
}
</style>