Shades of Jazzberry Jam #A2144D
Tints of Jazzberry Jam #A2144D
RGB
CMYK
RGB Variations
Color information
#A2144D (or 0xA2144D) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 4D. RGB value is (162,20,77). Sum of RGB (Red+Green+Blue) = 162+20+77=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2144D is #5DEBB2. Grayscale: #444444. Windows color (decimal): -6155187 or 5051554. OLE color: 5051554.
HSL color Cylindrical-coordinate representation of color #A2144D: hue angle of 335.92º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2144D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 77 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.36 |
| HSL | 335.92º | 0.78% | 0.36% | - |
| HSV(B) | 335.92º | 0.88% | 0.64% | - |
| XYZ | 16.49 | 8.72 | 7.83 | - |
| YUV | 68.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 77 | 0 | 0.88 | 0.52 | 0.36 | 335.92 | 0.78 | 0.36 |
| Hex | A2 | 14 | 4D | 0 | 58 | 34 | 24 | 150 | 4E | 24 |
| Octal | 242 | 24 | 115 | 0 | 130 | 64 | 44 | 520 | 116 | 44 |
| Binary | 10100010 | 10100 | 1001101 | 0 | 1011000 | 110100 | 100100 | 101010000 | 1001110 | 100100 |
Color Harmonies of #A2144D
Complementary color
Monochromatic Colors of #A2144D
Black with #A2144D
Text Example
Text Example
White with #A2144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2144D; }
p { color: rgb(162,20,77); }
H1.HeaderClassName
{
color: #A2144D;
}
.AnyTagClassName
{
color: #A2144D;
}
</style>
background-color css
<style>
a { background-color: #A2144D; }
a { background-color: rgb(162,20,77); }
div.DivClassName
{
background-color: #A2144D;
}
.BgClassName
{
background-color: #A2144D;
}
</style>
border-color css
<style>
span { border-color: #A2144D; }
span { border-color: rgb(162,20,77); }
td.TdClassName
{
border-color: #A2144D;
}
.TagClassName
{
border-color: #A2144D;
}
</style>