Shades of Jazzberry Jam #A31370
Tints of Jazzberry Jam #A31370
RGB
CMYK
RGB Variations
Color information
#A31370 (or 0xA31370) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 70. RGB value is (163,19,112). Sum of RGB (Red+Green+Blue) = 163+19+112=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A31370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31370 is #5CEC8F. Grayscale: #484848. Windows color (decimal): -6089872 or 7345059. OLE color: 7345059.
HSL color Cylindrical-coordinate representation of color #A31370: hue angle of 321.25º 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 #A31370 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 112 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.36 |
| HSL | 321.25º | 0.79% | 0.36% | - |
| HSV(B) | 321.25º | 0.88% | 0.64% | - |
| XYZ | 18.26 | 9.42 | 16.19 | - |
| YUV | 72.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 112 | 0 | 0.88 | 0.31 | 0.36 | 321.25 | 0.79 | 0.36 |
| Hex | A3 | 13 | 70 | 0 | 58 | 1F | 24 | 141 | 4F | 24 |
| Octal | 243 | 23 | 160 | 0 | 130 | 37 | 44 | 501 | 117 | 44 |
| Binary | 10100011 | 10011 | 1110000 | 0 | 1011000 | 11111 | 100100 | 101000001 | 1001111 | 100100 |
Color Harmonies of #A31370
Complementary color
Monochromatic Colors of #A31370
Black with #A31370
Text Example
Text Example
White with #A31370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31370; }
p { color: rgb(163,19,112); }
H1.HeaderClassName
{
color: #A31370;
}
.AnyTagClassName
{
color: #A31370;
}
</style>
background-color css
<style>
a { background-color: #A31370; }
a { background-color: rgb(163,19,112); }
div.DivClassName
{
background-color: #A31370;
}
.BgClassName
{
background-color: #A31370;
}
</style>
border-color css
<style>
span { border-color: #A31370; }
span { border-color: rgb(163,19,112); }
td.TdClassName
{
border-color: #A31370;
}
.TagClassName
{
border-color: #A31370;
}
</style>