Shades of Jazzberry Jam #A3195E
Tints of Jazzberry Jam #A3195E
RGB
CMYK
RGB Variations
Color information
#A3195E (or 0xA3195E) is known color: Jazzberry Jam. HEX triplet: A3, 19 and 5E. RGB value is (163,25,94). Sum of RGB (Red+Green+Blue) = 163+25+94=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A3195E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3195E is #5CE6A1. Grayscale: #494949. Windows color (decimal): -6088354 or 6166947. OLE color: 6166947.
HSL color Cylindrical-coordinate representation of color #A3195E: hue angle of 330º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3195E is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 94 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.36 |
| HSL | 330º | 0.73% | 0.37% | - |
| HSV(B) | 330º | 0.85% | 0.64% | - |
| XYZ | 17.47 | 9.29 | 11.46 | - |
| YUV | 74.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 94 | 0 | 0.85 | 0.42 | 0.36 | 330 | 0.73 | 0.37 |
| Hex | A3 | 19 | 5E | 0 | 55 | 2A | 24 | 14A | 49 | 25 |
| Octal | 243 | 31 | 136 | 0 | 125 | 52 | 44 | 512 | 111 | 45 |
| Binary | 10100011 | 11001 | 1011110 | 0 | 1010101 | 101010 | 100100 | 101001010 | 1001001 | 100101 |
Color Harmonies of #A3195E
Complementary color
Monochromatic Colors of #A3195E
Black with #A3195E
Text Example
Text Example
White with #A3195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3195E; }
p { color: rgb(163,25,94); }
H1.HeaderClassName
{
color: #A3195E;
}
.AnyTagClassName
{
color: #A3195E;
}
</style>
background-color css
<style>
a { background-color: #A3195E; }
a { background-color: rgb(163,25,94); }
div.DivClassName
{
background-color: #A3195E;
}
.BgClassName
{
background-color: #A3195E;
}
</style>
border-color css
<style>
span { border-color: #A3195E; }
span { border-color: rgb(163,25,94); }
td.TdClassName
{
border-color: #A3195E;
}
.TagClassName
{
border-color: #A3195E;
}
</style>