Shades of Jazzberry Jam #A31149
Tints of Jazzberry Jam #A31149
RGB
CMYK
RGB Variations
Color information
#A31149 (or 0xA31149) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 49. RGB value is (163,17,73). Sum of RGB (Red+Green+Blue) = 163+17+73=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A31149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31149 is #5CEEB6. Grayscale: #424242. Windows color (decimal): -6090423 or 4788643. OLE color: 4788643.
HSL color Cylindrical-coordinate representation of color #A31149: hue angle of 336.99º 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 #A31149 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 73 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.36 |
| HSL | 336.99º | 0.81% | 0.35% | - |
| HSV(B) | 336.99º | 0.9% | 0.64% | - |
| XYZ | 16.51 | 8.67 | 7.11 | - |
| YUV | 67.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 73 | 0 | 0.90 | 0.55 | 0.36 | 336.99 | 0.81 | 0.35 |
| Hex | A3 | 11 | 49 | 0 | 5A | 37 | 24 | 151 | 51 | 23 |
| Octal | 243 | 21 | 111 | 0 | 132 | 67 | 44 | 521 | 121 | 43 |
| Binary | 10100011 | 10001 | 1001001 | 0 | 1011010 | 110111 | 100100 | 101010001 | 1010001 | 100011 |
Color Harmonies of #A31149
Complementary color
Monochromatic Colors of #A31149
Black with #A31149
Text Example
Text Example
White with #A31149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31149; }
p { color: rgb(163,17,73); }
H1.HeaderClassName
{
color: #A31149;
}
.AnyTagClassName
{
color: #A31149;
}
</style>
background-color css
<style>
a { background-color: #A31149; }
a { background-color: rgb(163,17,73); }
div.DivClassName
{
background-color: #A31149;
}
.BgClassName
{
background-color: #A31149;
}
</style>
border-color css
<style>
span { border-color: #A31149; }
span { border-color: rgb(163,17,73); }
td.TdClassName
{
border-color: #A31149;
}
.TagClassName
{
border-color: #A31149;
}
</style>