Shades of Jazzberry Jam #A2144A
Tints of Jazzberry Jam #A2144A
RGB
CMYK
RGB Variations
Color information
#A2144A (or 0xA2144A) is known color: Jazzberry Jam. HEX triplet: A2, 14 and 4A. RGB value is (162,20,74). Sum of RGB (Red+Green+Blue) = 162+20+74=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A2144A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2144A is #5DEBB5. Grayscale: #444444. Windows color (decimal): -6155190 or 4854946. OLE color: 4854946.
HSL color Cylindrical-coordinate representation of color #A2144A: hue angle of 337.18º 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 #A2144A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 20 | 74 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.36 |
| HSL | 337.18º | 0.78% | 0.36% | - |
| HSV(B) | 337.18º | 0.88% | 0.64% | - |
| XYZ | 16.39 | 8.68 | 7.29 | - |
| YUV | 68.61 | 131.04 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 20 | 74 | 0 | 0.88 | 0.54 | 0.36 | 337.18 | 0.78 | 0.36 |
| Hex | A2 | 14 | 4A | 0 | 58 | 36 | 24 | 151 | 4E | 24 |
| Octal | 242 | 24 | 112 | 0 | 130 | 66 | 44 | 521 | 116 | 44 |
| Binary | 10100010 | 10100 | 1001010 | 0 | 1011000 | 110110 | 100100 | 101010001 | 1001110 | 100100 |
Color Harmonies of #A2144A
Complementary color
Monochromatic Colors of #A2144A
Black with #A2144A
Text Example
Text Example
White with #A2144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2144A; }
p { color: rgb(162,20,74); }
H1.HeaderClassName
{
color: #A2144A;
}
.AnyTagClassName
{
color: #A2144A;
}
</style>
background-color css
<style>
a { background-color: #A2144A; }
a { background-color: rgb(162,20,74); }
div.DivClassName
{
background-color: #A2144A;
}
.BgClassName
{
background-color: #A2144A;
}
</style>
border-color css
<style>
span { border-color: #A2144A; }
span { border-color: rgb(162,20,74); }
td.TdClassName
{
border-color: #A2144A;
}
.TagClassName
{
border-color: #A2144A;
}
</style>