Shades of Jazzberry Jam #A1144E
Tints of Jazzberry Jam #A1144E
RGB
CMYK
RGB Variations
Color information
#A1144E (or 0xA1144E) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 4E. RGB value is (161,20,78). Sum of RGB (Red+Green+Blue) = 161+20+78=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1144E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1144E is #5EEBB1. Grayscale: #444444. Windows color (decimal): -6220722 or 5117089. OLE color: 5117089.
HSL color Cylindrical-coordinate representation of color #A1144E: hue angle of 335.32º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1144E is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 78 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.37 |
| HSL | 335.32º | 0.78% | 0.35% | - |
| HSV(B) | 335.32º | 0.88% | 0.63% | - |
| XYZ | 16.32 | 8.63 | 8.01 | - |
| YUV | 68.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 78 | 0 | 0.88 | 0.52 | 0.37 | 335.32 | 0.78 | 0.35 |
| Hex | A1 | 14 | 4E | 0 | 58 | 34 | 25 | 14F | 4E | 23 |
| Octal | 241 | 24 | 116 | 0 | 130 | 64 | 45 | 517 | 116 | 43 |
| Binary | 10100001 | 10100 | 1001110 | 0 | 1011000 | 110100 | 100101 | 101001111 | 1001110 | 100011 |
Color Harmonies of #A1144E
Complementary color
Monochromatic Colors of #A1144E
Black with #A1144E
Text Example
Text Example
White with #A1144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1144E; }
p { color: rgb(161,20,78); }
H1.HeaderClassName
{
color: #A1144E;
}
.AnyTagClassName
{
color: #A1144E;
}
</style>
background-color css
<style>
a { background-color: #A1144E; }
a { background-color: rgb(161,20,78); }
div.DivClassName
{
background-color: #A1144E;
}
.BgClassName
{
background-color: #A1144E;
}
</style>
border-color css
<style>
span { border-color: #A1144E; }
span { border-color: rgb(161,20,78); }
td.TdClassName
{
border-color: #A1144E;
}
.TagClassName
{
border-color: #A1144E;
}
</style>