Shades of Jazzberry Jam #A2134D
Tints of Jazzberry Jam #A2134D
RGB
CMYK
RGB Variations
Color information
#A2134D (or 0xA2134D) is known color: Jazzberry Jam. HEX triplet: A2, 13 and 4D. RGB value is (162,19,77). Sum of RGB (Red+Green+Blue) = 162+19+77=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A2134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2134D is #5DECB2. Grayscale: #444444. Windows color (decimal): -6155443 or 5051298. OLE color: 5051298.
HSL color Cylindrical-coordinate representation of color #A2134D: hue angle of 335.66º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2134D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 77 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.36 |
| HSL | 335.66º | 0.79% | 0.35% | - |
| HSV(B) | 335.66º | 0.88% | 0.64% | - |
| XYZ | 16.47 | 8.68 | 7.83 | - |
| YUV | 68.37 | 132.88 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 77 | 0 | 0.88 | 0.52 | 0.36 | 335.66 | 0.79 | 0.35 |
| Hex | A2 | 13 | 4D | 0 | 58 | 34 | 24 | 150 | 4F | 23 |
| Octal | 242 | 23 | 115 | 0 | 130 | 64 | 44 | 520 | 117 | 43 |
| Binary | 10100010 | 10011 | 1001101 | 0 | 1011000 | 110100 | 100100 | 101010000 | 1001111 | 100011 |
Color Harmonies of #A2134D
Complementary color
Monochromatic Colors of #A2134D
Black with #A2134D
Text Example
Text Example
White with #A2134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2134D; }
p { color: rgb(162,19,77); }
H1.HeaderClassName
{
color: #A2134D;
}
.AnyTagClassName
{
color: #A2134D;
}
</style>
background-color css
<style>
a { background-color: #A2134D; }
a { background-color: rgb(162,19,77); }
div.DivClassName
{
background-color: #A2134D;
}
.BgClassName
{
background-color: #A2134D;
}
</style>
border-color css
<style>
span { border-color: #A2134D; }
span { border-color: rgb(162,19,77); }
td.TdClassName
{
border-color: #A2134D;
}
.TagClassName
{
border-color: #A2134D;
}
</style>