Shades of Jazzberry Jam #A2134A
Tints of Jazzberry Jam #A2134A
RGB
CMYK
RGB Variations
Color information
#A2134A (or 0xA2134A) is known color: Jazzberry Jam. HEX triplet: A2, 13 and 4A. RGB value is (162,19,74). Sum of RGB (Red+Green+Blue) = 162+19+74=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A2134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2134A is #5DECB5. Grayscale: #434343. Windows color (decimal): -6155446 or 4854690. OLE color: 4854690.
HSL color Cylindrical-coordinate representation of color #A2134A: hue angle of 336.92º 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 #A2134A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 74 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.36 |
| HSL | 336.92º | 0.79% | 0.35% | - |
| HSV(B) | 336.92º | 0.88% | 0.64% | - |
| XYZ | 16.37 | 8.64 | 7.28 | - |
| YUV | 68.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 74 | 0 | 0.88 | 0.54 | 0.36 | 336.92 | 0.79 | 0.35 |
| Hex | A2 | 13 | 4A | 0 | 58 | 36 | 24 | 151 | 4F | 23 |
| Octal | 242 | 23 | 112 | 0 | 130 | 66 | 44 | 521 | 117 | 43 |
| Binary | 10100010 | 10011 | 1001010 | 0 | 1011000 | 110110 | 100100 | 101010001 | 1001111 | 100011 |
Color Harmonies of #A2134A
Complementary color
Monochromatic Colors of #A2134A
Black with #A2134A
Text Example
Text Example
White with #A2134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2134A; }
p { color: rgb(162,19,74); }
H1.HeaderClassName
{
color: #A2134A;
}
.AnyTagClassName
{
color: #A2134A;
}
</style>
background-color css
<style>
a { background-color: #A2134A; }
a { background-color: rgb(162,19,74); }
div.DivClassName
{
background-color: #A2134A;
}
.BgClassName
{
background-color: #A2134A;
}
</style>
border-color css
<style>
span { border-color: #A2134A; }
span { border-color: rgb(162,19,74); }
td.TdClassName
{
border-color: #A2134A;
}
.TagClassName
{
border-color: #A2134A;
}
</style>