Shades of Jazzberry Jam #A31357
Tints of Jazzberry Jam #A31357
RGB
CMYK
RGB Variations
Color information
#A31357 (or 0xA31357) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 57. RGB value is (163,19,87). Sum of RGB (Red+Green+Blue) = 163+19+87=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A31357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31357 is #5CECA8. Grayscale: #454545. Windows color (decimal): -6089897 or 5706659. OLE color: 5706659.
HSL color Cylindrical-coordinate representation of color #A31357: hue angle of 331.67º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31357 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 87 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.36 |
| HSL | 331.67º | 0.79% | 0.36% | - |
| HSV(B) | 331.67º | 0.88% | 0.64% | - |
| XYZ | 17.06 | 8.94 | 9.84 | - |
| YUV | 69.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 87 | 0 | 0.88 | 0.47 | 0.36 | 331.67 | 0.79 | 0.36 |
| Hex | A3 | 13 | 57 | 0 | 58 | 2F | 24 | 14C | 4F | 24 |
| Octal | 243 | 23 | 127 | 0 | 130 | 57 | 44 | 514 | 117 | 44 |
| Binary | 10100011 | 10011 | 1010111 | 0 | 1011000 | 101111 | 100100 | 101001100 | 1001111 | 100100 |
Color Harmonies of #A31357
Complementary color
Monochromatic Colors of #A31357
Black with #A31357
Text Example
Text Example
White with #A31357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31357; }
p { color: rgb(163,19,87); }
H1.HeaderClassName
{
color: #A31357;
}
.AnyTagClassName
{
color: #A31357;
}
</style>
background-color css
<style>
a { background-color: #A31357; }
a { background-color: rgb(163,19,87); }
div.DivClassName
{
background-color: #A31357;
}
.BgClassName
{
background-color: #A31357;
}
</style>
border-color css
<style>
span { border-color: #A31357; }
span { border-color: rgb(163,19,87); }
td.TdClassName
{
border-color: #A31357;
}
.TagClassName
{
border-color: #A31357;
}
</style>