Shades of Jazzberry Jam #A31A5E
Tints of Jazzberry Jam #A31A5E
RGB
CMYK
RGB Variations
Color information
#A31A5E (or 0xA31A5E) is known color: Jazzberry Jam. HEX triplet: A3, 1A and 5E. RGB value is (163,26,94). Sum of RGB (Red+Green+Blue) = 163+26+94=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31A5E is #5CE5A1. Grayscale: #4A4A4A. Windows color (decimal): -6088098 or 6167203. OLE color: 6167203.
HSL color Cylindrical-coordinate representation of color #A31A5E: hue angle of 330.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31A5E is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 26 | 94 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.36 |
| HSL | 330.22º | 0.72% | 0.37% | - |
| HSV(B) | 330.22º | 0.84% | 0.64% | - |
| XYZ | 17.49 | 9.33 | 11.47 | - |
| YUV | 74.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 94 | 0 | 0.84 | 0.42 | 0.36 | 330.22 | 0.72 | 0.37 |
| Hex | A3 | 1A | 5E | 0 | 54 | 2A | 24 | 14A | 48 | 25 |
| Octal | 243 | 32 | 136 | 0 | 124 | 52 | 44 | 512 | 110 | 45 |
| Binary | 10100011 | 11010 | 1011110 | 0 | 1010100 | 101010 | 100100 | 101001010 | 1001000 | 100101 |
Color Harmonies of #A31A5E
Complementary color
Monochromatic Colors of #A31A5E
Black with #A31A5E
Text Example
Text Example
White with #A31A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31A5E; }
p { color: rgb(163,26,94); }
H1.HeaderClassName
{
color: #A31A5E;
}
.AnyTagClassName
{
color: #A31A5E;
}
</style>
background-color css
<style>
a { background-color: #A31A5E; }
a { background-color: rgb(163,26,94); }
div.DivClassName
{
background-color: #A31A5E;
}
.BgClassName
{
background-color: #A31A5E;
}
</style>
border-color css
<style>
span { border-color: #A31A5E; }
span { border-color: rgb(163,26,94); }
td.TdClassName
{
border-color: #A31A5E;
}
.TagClassName
{
border-color: #A31A5E;
}
</style>