Shades of Jazzberry Jam #A41143
Tints of Jazzberry Jam #A41143
RGB
CMYK
RGB Variations
Color information
#A41143 (or 0xA41143) is known color: Jazzberry Jam. HEX triplet: A4, 11 and 43. RGB value is (164,17,67). Sum of RGB (Red+Green+Blue) = 164+17+67=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A41143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41143 is #5BEEBC. Grayscale: #424242. Windows color (decimal): -6024893 or 4395428. OLE color: 4395428.
HSL color Cylindrical-coordinate representation of color #A41143: hue angle of 339.59º degrees, saturation: 0.81, 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 #A41143 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 17 | 67 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.36 |
| HSL | 339.59º | 0.81% | 0.35% | - |
| HSV(B) | 339.59º | 0.9% | 0.64% | - |
| XYZ | 16.52 | 8.7 | 6.12 | - |
| YUV | 66.65 | 128.2 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 17 | 67 | 0 | 0.90 | 0.59 | 0.36 | 339.59 | 0.81 | 0.35 |
| Hex | A4 | 11 | 43 | 0 | 5A | 3B | 24 | 154 | 51 | 23 |
| Octal | 244 | 21 | 103 | 0 | 132 | 73 | 44 | 524 | 121 | 43 |
| Binary | 10100100 | 10001 | 1000011 | 0 | 1011010 | 111011 | 100100 | 101010100 | 1010001 | 100011 |
Color Harmonies of #A41143
Complementary color
Monochromatic Colors of #A41143
Black with #A41143
Text Example
Text Example
White with #A41143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41143; }
p { color: rgb(164,17,67); }
H1.HeaderClassName
{
color: #A41143;
}
.AnyTagClassName
{
color: #A41143;
}
</style>
background-color css
<style>
a { background-color: #A41143; }
a { background-color: rgb(164,17,67); }
div.DivClassName
{
background-color: #A41143;
}
.BgClassName
{
background-color: #A41143;
}
</style>
border-color css
<style>
span { border-color: #A41143; }
span { border-color: rgb(164,17,67); }
td.TdClassName
{
border-color: #A41143;
}
.TagClassName
{
border-color: #A41143;
}
</style>