Shades of Jazzberry Jam #A31567
Tints of Jazzberry Jam #A31567
RGB
CMYK
RGB Variations
Color information
#A31567 (or 0xA31567) is known color: Jazzberry Jam. HEX triplet: A3, 15 and 67. RGB value is (163,21,103). Sum of RGB (Red+Green+Blue) = 163+21+103=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A31567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31567 is #5CEA98. Grayscale: #484848. Windows color (decimal): -6089369 or 6755747. OLE color: 6755747.
HSL color Cylindrical-coordinate representation of color #A31567: hue angle of 325.35º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31567 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 21 | 103 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.36 |
| HSL | 325.35º | 0.77% | 0.36% | - |
| HSV(B) | 325.35º | 0.87% | 0.64% | - |
| XYZ | 17.82 | 9.3 | 13.69 | - |
| YUV | 72.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 103 | 0 | 0.87 | 0.37 | 0.36 | 325.35 | 0.77 | 0.36 |
| Hex | A3 | 15 | 67 | 0 | 57 | 25 | 24 | 145 | 4D | 24 |
| Octal | 243 | 25 | 147 | 0 | 127 | 45 | 44 | 505 | 115 | 44 |
| Binary | 10100011 | 10101 | 1100111 | 0 | 1010111 | 100101 | 100100 | 101000101 | 1001101 | 100100 |
Color Harmonies of #A31567
Complementary color
Monochromatic Colors of #A31567
Black with #A31567
Text Example
Text Example
White with #A31567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31567; }
p { color: rgb(163,21,103); }
H1.HeaderClassName
{
color: #A31567;
}
.AnyTagClassName
{
color: #A31567;
}
</style>
background-color css
<style>
a { background-color: #A31567; }
a { background-color: rgb(163,21,103); }
div.DivClassName
{
background-color: #A31567;
}
.BgClassName
{
background-color: #A31567;
}
</style>
border-color css
<style>
span { border-color: #A31567; }
span { border-color: rgb(163,21,103); }
td.TdClassName
{
border-color: #A31567;
}
.TagClassName
{
border-color: #A31567;
}
</style>