Shades of Jazzberry Jam #A31F5E
Tints of Jazzberry Jam #A31F5E
RGB
CMYK
RGB Variations
Color information
#A31F5E (or 0xA31F5E) is known color: Jazzberry Jam. HEX triplet: A3, 1F and 5E. RGB value is (163,31,94). Sum of RGB (Red+Green+Blue) = 163+31+94=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31F5E is #5CE0A1. Grayscale: #4D4D4D. Windows color (decimal): -6086818 or 6168483. OLE color: 6168483.
HSL color Cylindrical-coordinate representation of color #A31F5E: hue angle of 331.36º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31F5E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 31 | 94 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.36 |
| HSL | 331.36º | 0.68% | 0.38% | - |
| HSV(B) | 331.36º | 0.81% | 0.64% | - |
| XYZ | 17.61 | 9.57 | 11.51 | - |
| YUV | 77.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 94 | 0 | 0.81 | 0.42 | 0.36 | 331.36 | 0.68 | 0.38 |
| Hex | A3 | 1F | 5E | 0 | 51 | 2A | 24 | 14B | 44 | 26 |
| Octal | 243 | 37 | 136 | 0 | 121 | 52 | 44 | 513 | 104 | 46 |
| Binary | 10100011 | 11111 | 1011110 | 0 | 1010001 | 101010 | 100100 | 101001011 | 1000100 | 100110 |
Color Harmonies of #A31F5E
Complementary color
Monochromatic Colors of #A31F5E
Black with #A31F5E
Text Example
Text Example
White with #A31F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31F5E; }
p { color: rgb(163,31,94); }
H1.HeaderClassName
{
color: #A31F5E;
}
.AnyTagClassName
{
color: #A31F5E;
}
</style>
background-color css
<style>
a { background-color: #A31F5E; }
a { background-color: rgb(163,31,94); }
div.DivClassName
{
background-color: #A31F5E;
}
.BgClassName
{
background-color: #A31F5E;
}
</style>
border-color css
<style>
span { border-color: #A31F5E; }
span { border-color: rgb(163,31,94); }
td.TdClassName
{
border-color: #A31F5E;
}
.TagClassName
{
border-color: #A31F5E;
}
</style>