Shades of Jazzberry Jam #A31155
Tints of Jazzberry Jam #A31155
RGB
CMYK
RGB Variations
Color information
#A31155 (or 0xA31155) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 55. RGB value is (163,17,85). Sum of RGB (Red+Green+Blue) = 163+17+85=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A31155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31155 is #5CEEAA. Grayscale: #444444. Windows color (decimal): -6090411 or 5575075. OLE color: 5575075.
HSL color Cylindrical-coordinate representation of color #A31155: hue angle of 332.05º 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 #A31155 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 17 | 85 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.36 |
| HSL | 332.05º | 0.81% | 0.35% | - |
| HSV(B) | 332.05º | 0.9% | 0.64% | - |
| XYZ | 16.94 | 8.84 | 9.41 | - |
| YUV | 68.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 17 | 85 | 0 | 0.90 | 0.48 | 0.36 | 332.05 | 0.81 | 0.35 |
| Hex | A3 | 11 | 55 | 0 | 5A | 30 | 24 | 14C | 51 | 23 |
| Octal | 243 | 21 | 125 | 0 | 132 | 60 | 44 | 514 | 121 | 43 |
| Binary | 10100011 | 10001 | 1010101 | 0 | 1011010 | 110000 | 100100 | 101001100 | 1010001 | 100011 |
Color Harmonies of #A31155
Complementary color
Monochromatic Colors of #A31155
Black with #A31155
Text Example
Text Example
White with #A31155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31155; }
p { color: rgb(163,17,85); }
H1.HeaderClassName
{
color: #A31155;
}
.AnyTagClassName
{
color: #A31155;
}
</style>
background-color css
<style>
a { background-color: #A31155; }
a { background-color: rgb(163,17,85); }
div.DivClassName
{
background-color: #A31155;
}
.BgClassName
{
background-color: #A31155;
}
</style>
border-color css
<style>
span { border-color: #A31155; }
span { border-color: rgb(163,17,85); }
td.TdClassName
{
border-color: #A31155;
}
.TagClassName
{
border-color: #A31155;
}
</style>