Shades of Jazzberry Jam #A01143
Tints of Jazzberry Jam #A01143
RGB
CMYK
RGB Variations
Color information
#A01143 (or 0xA01143) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 43. RGB value is (160,17,67). Sum of RGB (Red+Green+Blue) = 160+17+67=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A01143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01143 is #5FEEBC. Grayscale: #414141. Windows color (decimal): -6287037 or 4395424. OLE color: 4395424.
HSL color Cylindrical-coordinate representation of color #A01143: hue angle of 339.02º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01143 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 17 | 67 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.37 |
| HSL | 339.02º | 0.81% | 0.35% | - |
| HSV(B) | 339.02º | 0.89% | 0.63% | - |
| XYZ | 15.71 | 8.28 | 6.08 | - |
| YUV | 65.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 17 | 67 | 0 | 0.89 | 0.58 | 0.37 | 339.02 | 0.81 | 0.35 |
| Hex | A0 | 11 | 43 | 0 | 59 | 3A | 25 | 153 | 51 | 23 |
| Octal | 240 | 21 | 103 | 0 | 131 | 72 | 45 | 523 | 121 | 43 |
| Binary | 10100000 | 10001 | 1000011 | 0 | 1011001 | 111010 | 100101 | 101010011 | 1010001 | 100011 |
Color Harmonies of #A01143
Complementary color
Monochromatic Colors of #A01143
Black with #A01143
Text Example
Text Example
White with #A01143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01143; }
p { color: rgb(160,17,67); }
H1.HeaderClassName
{
color: #A01143;
}
.AnyTagClassName
{
color: #A01143;
}
</style>
background-color css
<style>
a { background-color: #A01143; }
a { background-color: rgb(160,17,67); }
div.DivClassName
{
background-color: #A01143;
}
.BgClassName
{
background-color: #A01143;
}
</style>
border-color css
<style>
span { border-color: #A01143; }
span { border-color: rgb(160,17,67); }
td.TdClassName
{
border-color: #A01143;
}
.TagClassName
{
border-color: #A01143;
}
</style>