Shades of Jazzberry Jam #A31365
Tints of Jazzberry Jam #A31365
RGB
CMYK
RGB Variations
Color information
#A31365 (or 0xA31365) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 65. RGB value is (163,19,101). Sum of RGB (Red+Green+Blue) = 163+19+101=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A31365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31365 is #5CEC9A. Grayscale: #474747. Windows color (decimal): -6089883 or 6624163. OLE color: 6624163.
HSL color Cylindrical-coordinate representation of color #A31365: hue angle of 325.83º 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 #A31365 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 19 | 101 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.36 |
| HSL | 325.83º | 0.79% | 0.36% | - |
| HSV(B) | 325.83º | 0.88% | 0.64% | - |
| XYZ | 17.69 | 9.19 | 13.15 | - |
| YUV | 71.4 | 144.71 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 101 | 0 | 0.88 | 0.38 | 0.36 | 325.83 | 0.79 | 0.36 |
| Hex | A3 | 13 | 65 | 0 | 58 | 26 | 24 | 146 | 4F | 24 |
| Octal | 243 | 23 | 145 | 0 | 130 | 46 | 44 | 506 | 117 | 44 |
| Binary | 10100011 | 10011 | 1100101 | 0 | 1011000 | 100110 | 100100 | 101000110 | 1001111 | 100100 |
Color Harmonies of #A31365
Complementary color
Monochromatic Colors of #A31365
Black with #A31365
Text Example
Text Example
White with #A31365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31365; }
p { color: rgb(163,19,101); }
H1.HeaderClassName
{
color: #A31365;
}
.AnyTagClassName
{
color: #A31365;
}
</style>
background-color css
<style>
a { background-color: #A31365; }
a { background-color: rgb(163,19,101); }
div.DivClassName
{
background-color: #A31365;
}
.BgClassName
{
background-color: #A31365;
}
</style>
border-color css
<style>
span { border-color: #A31365; }
span { border-color: rgb(163,19,101); }
td.TdClassName
{
border-color: #A31365;
}
.TagClassName
{
border-color: #A31365;
}
</style>