Shades of Jazzberry Jam #A31059
Tints of Jazzberry Jam #A31059
RGB
CMYK
RGB Variations
Color information
#A31059 (or 0xA31059) is known color: Jazzberry Jam. HEX triplet: A3, 10 and 59. RGB value is (163,16,89). Sum of RGB (Red+Green+Blue) = 163+16+89=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A31059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31059 is #5CEFA6. Grayscale: #444444. Windows color (decimal): -6090663 or 5836963. OLE color: 5836963.
HSL color Cylindrical-coordinate representation of color #A31059: hue angle of 330.2º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31059 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 16 | 89 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.36 |
| HSL | 330.2º | 0.82% | 0.35% | - |
| HSV(B) | 330.2º | 0.9% | 0.64% | - |
| XYZ | 17.09 | 8.88 | 10.26 | - |
| YUV | 68.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 89 | 0 | 0.90 | 0.45 | 0.36 | 330.2 | 0.82 | 0.35 |
| Hex | A3 | 10 | 59 | 0 | 5A | 2D | 24 | 14A | 52 | 23 |
| Octal | 243 | 20 | 131 | 0 | 132 | 55 | 44 | 512 | 122 | 43 |
| Binary | 10100011 | 10000 | 1011001 | 0 | 1011010 | 101101 | 100100 | 101001010 | 1010010 | 100011 |
Color Harmonies of #A31059
Complementary color
Monochromatic Colors of #A31059
Black with #A31059
Text Example
Text Example
White with #A31059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31059; }
p { color: rgb(163,16,89); }
H1.HeaderClassName
{
color: #A31059;
}
.AnyTagClassName
{
color: #A31059;
}
</style>
background-color css
<style>
a { background-color: #A31059; }
a { background-color: rgb(163,16,89); }
div.DivClassName
{
background-color: #A31059;
}
.BgClassName
{
background-color: #A31059;
}
</style>
border-color css
<style>
span { border-color: #A31059; }
span { border-color: rgb(163,16,89); }
td.TdClassName
{
border-color: #A31059;
}
.TagClassName
{
border-color: #A31059;
}
</style>