Shades of Jazzberry Jam #A2034D
Tints of Jazzberry Jam #A2034D
RGB
CMYK
RGB Variations
Color information
#A2034D (or 0xA2034D) is known color: Jazzberry Jam. HEX triplet: A2, 03 and 4D. RGB value is (162,3,77). Sum of RGB (Red+Green+Blue) = 162+3+77=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2034D is #5DFCB2. Grayscale: #3A3A3A. Windows color (decimal): -6159539 or 5047202. OLE color: 5047202.
HSL color Cylindrical-coordinate representation of color #A2034D: hue angle of 332.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2034D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.36 |
| HSL | 332.08º | 0.96% | 0.32% | - |
| HSV(B) | 332.08º | 0.98% | 0.64% | - |
| XYZ | 16.27 | 8.28 | 7.76 | - |
| YUV | 58.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 77 | 0 | 0.98 | 0.52 | 0.36 | 332.08 | 0.96 | 0.32 |
| Hex | A2 | 3 | 4D | 0 | 62 | 34 | 24 | 14C | 60 | 20 |
| Octal | 242 | 3 | 115 | 0 | 142 | 64 | 44 | 514 | 140 | 40 |
| Binary | 10100010 | 11 | 1001101 | 0 | 1100010 | 110100 | 100100 | 101001100 | 1100000 | 100000 |
Color Harmonies of #A2034D
Complementary color
Monochromatic Colors of #A2034D
Black with #A2034D
Text Example
Text Example
White with #A2034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2034D; }
p { color: rgb(162,3,77); }
H1.HeaderClassName
{
color: #A2034D;
}
.AnyTagClassName
{
color: #A2034D;
}
</style>
background-color css
<style>
a { background-color: #A2034D; }
a { background-color: rgb(162,3,77); }
div.DivClassName
{
background-color: #A2034D;
}
.BgClassName
{
background-color: #A2034D;
}
</style>
border-color css
<style>
span { border-color: #A2034D; }
span { border-color: rgb(162,3,77); }
td.TdClassName
{
border-color: #A2034D;
}
.TagClassName
{
border-color: #A2034D;
}
</style>